examtest_mp/pages/exam/index.wxss

56 lines
874 B
Plaintext

/* pages/exam/index.wxss */
.some_info{
font-size: 30rpx;
color: #666666;
}
.ok_btn{
width: 300rpx;
height: 100rpx;
line-height: 100rpx;
margin: 50rpx auto;
text-align: center;
color: #ffffff;
border-radius: 40rpx;
font-size: 36rpx;
background-color:#7bbd52 ;
}
/* */
.examLists{
padding: 20rpx;
}
.examItem{
position: relative;
border-bottom: 1rpx solid #dddddd;
}
.leftDept{
display: flex;
flex-direction: column;
}
.examName{
font-size: 36rpx;
color: #333333;
}
.examInfo{
font-size: 30rpx;
color: #999999;
}
.rightDept{
position: absolute;
right: 20rpx;
top: 20rpx;
color: orange;
border: 1rpx solid orange;
padding: 2rpx 10rpx;
font-size: 28rpx;
border-radius: 30rpx;
}
.ceheckedIcon{
width:40rpx;
height: 40rpx;
border-radius: 16rpx;
margin-right: 20rpx;
border: 1rpx solid #cccccc;
}