examintext.wxss
851 字节
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
page{
padding: 38rpx 32rpx;
box-sizing: border-box;
}
.texttitle{
color:#06121F;
font-size: 32rpx;
}
.textlist{
margin-top:32rpx;
border-top:1rpx solid #f5f5f5;
}
.textitem{
padding: 16rpx 32rpx;
box-sizing: border-box;
border:2rpx solid rgba(238,238,238,1);
margin-bottom:16rpx;
}
.selright{
background: #FEF0D7;
}
.textitemleft{
width:48rpx;
height:48rpx;
font-size: 0;
}
.textitemright{
color:#06121F;
font-size: 32rpx;
margin-left:16rpx;
}
.wrongimg{
width:28rpx;
height:28rpx;
font-size: 0;
}
.selwrong{
background: #FFE0DB;
}
.behuiyuanbtn{
width:686rpx;
height:88rpx;
background: #C29445;
color:#fff;
font-size: 32rpx;
text-align: center;
line-height: 88rpx;
border-radius: 10rpx;
}
.huiyuanbot{
position:fixed;
background: #fff;
bottom:100rpx;
left:0;
width:750rpx;
height:116rpx;
padding: 14rpx 32rpx;
}