home.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
/* pages/home/home.wxss */
.page {
background-color: #fefefe;
}
.rectangle_solid_bg {
margin: 0rpx 32rpx;
height: 80rpx;
background-color: #fff;
border-radius: 0 0 4px 4px;
border: 1px solid #eee;
/* background-image: linear-gradient(-90deg, #6ca7ff 0%, #4b8cf6 100%); */
}
.rectangle_solid_blue_bg {
margin: 20rpx 32rpx 0;
height: 168rpx;
background-color: #fff;
border-radius: 4px 4px 0 0;
background-image: linear-gradient(-90deg, #6ca7ff 0%, #4b8cf6 100%);
}
.rectangle_dashed_bg {
height: 68rpx;
margin: 40rpx 32rpx;
background: #fff;
border-style: dashed;
border: 3rpx dashed #d7e4fb;
border-radius: 8rpx;
}
.text_gray_bg {
height: 32rpx;
margin: 0rpx 20rpx;
opacity: 0.5;
background: #DFECFE;
border-radius: 16px;
}
.text_blue_20 {
font-family: PingFang-SC-Medium;
font-size: 20rpx;
padding: 6rpx 16rpx;
text-align: center;
color: #357aeb;
letter-spacing: 0.28;
}
.text_999_28 {
font-family: PingFang-SC-Medium;
font-size: 28rpx;
color: #357aeb;
line-height: 80rpx;
letter-spacing: 0.28px;
}
.text_blue_28 {
font-family: PingFang-SC-Medium;
font-size: 28rpx;
color: #357aeb;
line-height: 68rpx;
}
.text_white_32 {
font-family: PingFangSC-Semibold;
font-size: 16px;
color: #fff;
line-height: 20px;
}
.text_white_22 {
font-family: PingFangSC-Regular;
font-size: 22rpx;
color: #fff;
}
.arrow_wrap {
width: 40rpx;
height: 40rpx;
float: right;
vertical-align: center;
}
.phone_image_wrap {
width: 20rpx;
height: 20rpx;
margin-right: 12rpx;
}
.id_image_wrap {
width: 30rpx;
height: 20rpx;
margin-right: 12rpx;
}