home.wxss
1.2 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
/* pages/home/home.wxss */
.rectangle_solid_bg {
margin: 20rpx 32rpx;
background: #fff;
box-shadow: 0 8rpx 28rpx 0 rgba(208, 208, 208, 0.50);
border-radius: 8rpx;
}
.rectangle_dashed_bg {
height: 68rpx;
margin: 40rpx 32rpx;
background: #fff;
border-style: dashed;
border: 2rpx solid #d7e4fb;
border-radius: 8rpx;
}
.rectangle_orange_bg {
height: 32rpx;
margin: 0rpx 20rpx;
opacity: 0.5;
background: #F9DCD6;
border-radius: 2px;
}
.text_red_20 {
font-family: PingFang-SC-Medium;
font-size: 20rpx;
padding: 6rpx 14rpx;
text-align: center;
color: #FF7052;
letter-spacing: 0.28;
}
.text_blue_28 {
font-family: PingFang-SC-Medium;
font-size: 28rpx;
padding: 14rpx;
text-align: center;
color: #357aeb;
letter-spacing: 0;
}
.text_black_28 {
font-family: PingFangSC-Regular;
font-size: 28rpx;
color: #000;
line-height: 40rpx;
}
.text_999_22 {
font-family: PingFangSC-Regular;
font-size: 22rpx;
color: #999;
}
.arrow_wrap {
width: 12rpx;
height: 20rpx;
margin-left:22rpx;
}
.phone_image_wrap {
width: 22rpx;
height: 20rpx;
margin-right:12rpx;
}
.id_image_wrap {
width: 30rpx;
height: 20rpx;
margin-right:12rpx;
}