lookandupdate.wxss
1.6 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
/* pages/main/addtionalreduce/childreneducate/childreneducate.wxss */
.view_bg_wrap {
position: absolute;
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;
}
.arrow_img {
width: 40rpx;
height: 40rpx;
align-items: center;
float: right;
margin-bottom: 8rpx
}
.icon_declare_wrap {
width: 23rpx;
height: 26rpx;
}
.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_999_30 {
font-family: PingFangSC-Regular;
font-size: 30rpx;
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;
}
/* 遮罩层 */
.mask {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background: #000;
opacity: 0.7;
z-index: 10;
}
.modal_img{
width: 325px;
height: 390px;
margin:0 auto;
display:block;
}
.openmodal_img{
width: 92%;
height: 132rpx;
margin: 30rpx;
align-items: center
}