punchAppealDetail.wxss
799 字节
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
/* pages/punchAppealDetail/punchAppealDetail.wxss */
@import '../punchAppeal/punchAppeal.wxss';
.content_box {
display: flex;
flex-direction: column;
}
.uoload_box {
margin-top: 0;
}
.list_input {
background: none;
border: none;
font-size: 28rpx;
color: #6F6F6F;
padding:0 20rpx;
box-sizing: border-box;
}
.word_num{
font-size: 28rpx;
color: #6F6F6F;
}
.current-test {
width: 100%;
height: 200rpx;
display: flex;
align-items: center;
padding: 0 20rpx;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-color: #fff;
}
.current-test .circle {
width: 18rpx;
height: 18rpx;
background-color: #FC5B63;
margin-right: 10rpx;
border-radius: 50%;
}
.current-test text {
color: #FC5B63;
font-size: 30rpx;
}