home.wxss
2.1 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
112
113
114
115
116
117
118
119
120
121
122
/* 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;
}
.bottom_btn_wrap{
background: #FFFFFF;
box-shadow: 0 -2px 8px 0 rgba(208,208,208,0.30);
height: 136rpx;
width: 100%;
position: fixed;
bottom: 0;
}
.btn_blue_radius{
margin: 26rpx 30rpx;
background: #357AEB;
border-radius: 5px;
height: 84rpx;
}
.text_gray_bg {
height: 32rpx;
margin: 0rpx 20rpx;
background-color: #DFECFE;
border-radius: 16px;
}
.text_white_bg {
height: 32rpx;
margin: 0rpx 20rpx;
background: #fff;
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_34 {
font-family: PingFangSC-Regular;
font-size: 17px;
color: #FFFFFF;
text-align: center;
line-height: 42px;
}
.text_white_22 {
font-family: PingFangSC-Regular;
font-size: 22rpx;
color: #fff;
}
.arrow_wrap {
width: 40rpx;
height: 40rpx;
float: right;
vertical-align: center;
margin-top:20rpx;
}
.phone_image_wrap {
width: 20rpx;
height: 20rpx;
margin-right: 12rpx;
}
.id_image_wrap {
width: 30rpx;
height: 20rpx;
margin-right: 12rpx;
}