qa-education-exam-weapp/pages/mine/survey/question.wxss

150 lines
2.3 KiB
Plaintext
Raw Normal View History

2026-04-17 16:22:56 +08:00
.content{
padding: 20rpx;
}
.top {
border-radius: 20px;
text-align: center;
display: flex;
align-items: center;
justify-content: space-evenly;
}
.van-count-down{
color: #eeecec !important;
font-size: 30rpx !important;
}
.head-text {
position: relative;
z-index: 99;
text-align: center;
font-size: 36rpx;
/* color: whitesmoke; */
bottom: 285rpx;
color: #fff;
font-weight: bold;
}
.question-info {
background-color: white;
padding: 20rpx;
border-radius: 20rpx;
}
.questions {
position: relative;
z-index: 99;
text-align: center;
font-size: 30rpx;
/* color: whitesmoke; */
bottom: 250rpx;
color: #eeecec;
}
.time {
position: relative;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
z-index: 99;
text-align: center;
font-size: 25rpx;
/* color: whitesmoke; */
bottom: 220rpx;
color: #eeecec;
}
.van-count-down {
color: #eeecec;
font-size: 30rpx;
line-height: normal;
}
.question {
width: 100%;
padding: 20rpx 20rpx;
background: #ffffff;
border-radius: 10rpx;
box-sizing: border-box;
}
.count-down {
display: flex;
align-items: center;
justify-content: center;
background-color: #3676f2;
padding: 20rpx;
border-top: 1px solid rgba(248, 248, 248, 0.2);
text-align: center;
}
.container {
padding: 20rpx 20rpx;
}
.container .index {
padding-left: 10rpx;
}
.container .stem {
padding-left: 10rpx;
line-height: 55rpx;
}
.container .options .option {
margin-top: 50rpx;
}
.container .options .option .choice {
display: inline-block;
border-radius: 50%;
border: 1px solid #f1f1f1;
width: 50rpx;
height: 50rpx;
line-height: 50rpx;
text-align: center;
box-shadow: #f1f1f1;
}
.container .options .option .choice.check {
background-color: #cbcbcd;
color: #fff;
}
.container .options .option .title {
margin-left: 20rpx;
}
.container .answer {
background-color: #ecf2fe;
padding: 20rpx;
margin-top: 50rpx;
border-radius: 10rpx;
}
.button {
padding: 40rpx 20rpx;
display: flex;
justify-content: space-between;
}
.footer {
display: flex;
align-items: center;
justify-content: space-between;
position: fixed;
left: 0;
right: 0;
bottom: 0;
box-shadow: 0 -2px 0 0 #f4f4f4;
background-color: #fff;
padding: 15rpx 30rpx;
}
.footer .surplus {
display: flex;
align-items: center;
color: #d5d5d5;
}