about.wxss
2.8 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
/* pages/about/about.wxss */
@import "../../wxParse/wxParse.wxss";
.about_wrap {
width: 100%;
height: 100%;
}
.about_top {
width: 100%;
height: 469rpx;
display: flex;
justify-content: center;
align-items: center;
}
.about_top image {
width: 690rpx;
height: 400rpx;
}
.about_content {
width: 100%;
box-sizing: border-box;
padding: 0 31rpx;
margin-top:30rpx;
}
.about_content image {
width: 100%;
height: 100%;
}
.about_content text {
font-size: 30rpx;
color: #4D4D4D;
}
.about_contact_way {
width:690rpx;
background:rgba(250,248,247,1);
border-radius:10rpx;
margin: 35rpx auto 100rpx;
box-sizing: border-box;
padding: 40rpx 30rpx;
}
.about_title {
width: 100%;
height: 44rpx;
display: flex;
justify-content: flex-start;
align-items: center;
font-size: 32rpx;
color: #F0830C;
}
.about_title image {
width: 44rpx;
height: 44rpx;
margin-right: 20rpx;
vertical-align: middle;
}
.about_contact_box {
font-size: 28rpx;
color: #4D4D4D;
line-height: 50rpx;
margin-top: 35rpx;
}
.about_contact_list {
display: flex;
justify-content: flex-start;
}
.about_contact_right {
flex: 1;
}
.sub_apply_box {
margin-bottom: 80rpx;
width: 100%;
}
.sub_apply_box .sub_apply_title {
width: 100%;
box-sizing: border-box;
padding: 0 30rpx;
height: 147rpx;
}
.sub_apply_title image {
width: 100%;
height: 100%;
}
.sub_apply_list {
width: 100%;
box-sizing: border-box;
padding: 0 30rpx;
margin-top: 40rpx;
display: flex;
justify-content: flex-start;
align-items: center;
}
.sub_apply_must {
font-size: 34rpx;
color: #E10202;
margin-right: 14rpx;
}
.sub_apply_input {
flex: 1;
height:90rpx;
background:rgba(245,244,242,1);
border-radius:10rpx;
display: flex;
justify-content: flex-start;
align-items: center;
position: relative;
}
.sub_apply_input.active {
border: 1px solid #E10202;
}
.sub_apply_input .sub_input_left {
width: 40rpx;
height: 100%;
margin-left: 33rpx;
display: flex;
align-items: center;
}
.sub_input_left image {
width: 100%;
}
.sub_apply_input input {
flex: 1;
height: 100%;
padding-left: 15rpx;
color: #999999;
font-size: 30rpx;
}
.sub_apply_input text {
position: absolute;
font-size: 24rpx;
color: #E10202;
height: 40rpx;
bottom: -40rpx;
left: 96rpx;
}
.hiddenName {
display: none;
}
.sub_btn {
width:320rpx;
height:90rpx;
border-radius:10rpx;
margin: 40rpx auto 0;
}
.sub_btn image {
width: 100%;
height: 100%;
}
/* 返回上一页 */
.drop_img {
position: fixed;
left: 50%;
bottom: 20rpx;
margin: 0 0 0 -23rpx;
}
.wxParse-p {
display: flex;
flex-direction: column;
/* align-items: center; */
justify-content: center;
}