|
@ -1,28 +1,31 @@
|
|
|
.flex-box{
|
|
|
display: -webkit-box;
|
|
|
display: -ms-flexbox;
|
|
|
display: flex;
|
|
|
-webkit-box-pack: center;
|
|
|
-ms-flex-pack: center;
|
|
|
justify-content: center;
|
|
|
-webkit-box-align: center;
|
|
|
-ms-flex-align: center;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.flex-box-item{
|
|
|
-webkit-box-flex: 1;
|
|
|
-ms-flex: 1;
|
|
|
flex: 1;
|
|
|
}
|
|
|
.prompt-text{background-color: #ffa39e;color: #fff;font-size: 12px;text-align: center;line-height: 26px;}
|
|
|
.single-choice-question{margin: 20px;padding: 0 20px;max-height: 540px;overflow-y: auto;border: 1px solid #d7dce6;border-radius: 10px;}
|
|
|
.question-title{font-size: 16px;line-height: 40px;}
|
|
|
.question-list,.daan-list{margin: 0;padding: 0;list-style: none;font-size: 14px;line-height: 1;}
|
|
|
.question-list>li{border-top: 1px solid #d7dce6;padding: 10px 0;}
|
|
|
.question-name{margin-bottom: 10px;}
|
|
|
.daan-list{padding-left: 20px;}
|
|
|
.daan-list input{opacity: 0;}
|
|
|
.daan-list input[type="radio"],.daan-list input[type="checkbox"]{width: 100%;height: 100%;opacity: 0;position: absolute;cursor: pointer;margin: 0;left: 0;right: 0;top: 0;bottom: 0;}
|
|
|
display: -webkit-box;
|
|
|
display: -ms-flexbox;
|
|
|
display: flex;
|
|
|
-webkit-box-pack: center;
|
|
|
-ms-flex-pack: center;
|
|
|
justify-content: center;
|
|
|
-webkit-box-align: center;
|
|
|
-ms-flex-align: center;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.flex-box-item{
|
|
|
-webkit-box-flex: 1;
|
|
|
-ms-flex: 1;
|
|
|
flex: 1;
|
|
|
}
|
|
|
[v-cloak] {
|
|
|
display: none;
|
|
|
}
|
|
|
.prompt-text{background-color: #ffa39e;color: #fff;font-size: 12px;text-align: center;line-height: 26px;}
|
|
|
.single-choice-question{margin: 20px;padding: 0 20px;max-height: 540px;overflow-y: auto;border: 1px solid #d7dce6;border-radius: 10px;}
|
|
|
.question-title{font-size: 16px;line-height: 40px;}
|
|
|
.question-list,.daan-list{margin: 0;padding: 0;list-style: none;font-size: 14px;line-height: 1;}
|
|
|
.question-list>li{border-top: 1px solid #d7dce6;padding: 10px 0;}
|
|
|
.question-name{margin-bottom: 10px;}
|
|
|
.daan-list{padding-left: 20px;}
|
|
|
.daan-list input{opacity: 0;}
|
|
|
.daan-list input[type="radio"],.daan-list input[type="checkbox"]{width: 100%;height: 100%;opacity: 0;position: absolute;cursor: pointer;margin: 0;left: 0;right: 0;top: 0;bottom: 0;}
|
|
|
.daan-list i{width: 20px;height: 20px;display: inline-block;vertical-align: middle;margin-right: 10px;}
|
|
|
.daan-list input[type="radio"]~i{background: url(../images/dianxuan_btn.png) center center / 100% 100% no-repeat;}
|
|
|
.daan-list input[type="checkbox"]~i{background: url(../images/gouxuan_btn.png) center center / 100% 100% no-repeat;}
|