You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
821 B
54 lines
821 B
.topic {
|
|
padding: 30rpx 0;
|
|
box-sizing: border-box;
|
|
background: #FFF;
|
|
box-sizing: border-box;
|
|
|
|
.topicType {
|
|
display: inline-block;
|
|
background: #45D4A8;
|
|
border-radius: 10rpx;
|
|
color: #fff;
|
|
padding: 3rpx 10rpx;
|
|
font-size: 26rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.option,
|
|
.weui-cells_checkbox {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 10px;
|
|
line-height: 2;
|
|
|
|
.title {
|
|
margin-left: 15rpx;
|
|
}
|
|
}
|
|
}
|
|
|
|
.taro-checkbox_checked {
|
|
top: 0 !important;
|
|
}
|
|
|
|
.statistics {
|
|
border-top: 1px solid #F5F8F7;
|
|
height: 60rpx;
|
|
padding: 20rpx 0;
|
|
}
|
|
|
|
.upAndDown {
|
|
display: flex;
|
|
height: 50rpx;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
padding: 10rpx 0;
|
|
}
|
|
|
|
|
|
.right_answer {
|
|
font-weight: bold;
|
|
color: #FF9E5F;
|
|
line-height: 40rpx;
|
|
font-size: 32px;
|
|
}
|
|
|