lookandupdate.wxss
1.0 KB
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
61
62
63
64
/* pages/main/addtionalreduce/childreneducate/childreneducate.wxss */
.view_bg_wrap {
position: absolute;
z-index: 2;
display: flex;
width: 100%;
flex-wrap: nowrap;
}
.text_num_wrap {
font-family: PingFangSC-Regular;
font-size: 18px;
color: #fff;
text-align: center;
}
.text_text_wrap {
font-family: PingFangSC-Regular;
font-size: 12px;
color: #fff;
text-align: center;
}
.icon_wrap {
width: 8rpx;
height: 28rpx;
}
.text_gray_32 {
font-size: 32rpx;
color: #6c7596;
font-family: PingFangSC-Semibold;
}
.text_999_28 {
font-family: PingFangSC-Regular;
font-size: 28rpx;
color: #999;
text-align: right;
}
.text_333_28 {
font-family: PingFangSC-Regular;
font-size: 28rpx;
color: #333;
text-align: right;
}
.text_blue_28 {
font-family: PingFangSC-Regular;
font-size: 28rpx;
color: #3795ff;
text-align: center;
}
.rectangle_dashed_bg {
height: 90rpx;
margin: 40rpx 32rpx;
border-style: dashed;
background: #fff;
border: 1px dashed #d7e4fb;
border-radius: 4px;
}