home.wxss
844 Bytes
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
/* pages/main/addtionalreduce/home.wxss */
.page{
background-color: #fcfcfc;
}
.text_black_32 {
font-size: 32rpx;
color: #000;
line-height: 40rpx;
font-weight: bold;
}
.text_999_32 {
font-size: 32rpx;
color: #999;
line-height: 40rpx;
}
.text_666_30 {
font-size: 30rpx;
color: #999;
line-height: 40rpx;
}
.text_blue_28 {
font-family: PingFangSC-Regular;
font-size: 28rpx;
color: #357aeb;
text-align: right;
}
.text_gray_22 {
font-size: 22rpx;
color: #9DA7B3;
}
.rectangle_lightorange_bg {
margin: 10rpx 0rpx;
height: 40rpx;
background-color: #fff5dc;
border-radius: 0 0 4px 4px;
border: 1px solid ;
}
.declare_image_wrap{
width: 90rpx;
height: 40rpx;
margin-left: 10rpx;
}
.arrow_img_wrap {
width: 40rpx;
height: 40rpx;
align-items: center;
float: right;
margin-top:10rpx;
}