MrShi
2 天以前 4eac422e52a4d28fb651b75d0f054697c7a2c0fa
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
 
page {
    background-color: #ffffff !important;
}
 
@charset "UTF-8";
/* 颜色变量 */
.container.data-v-695ed3c8 {
  width: 100%;
}
.container .container_h.data-v-695ed3c8 {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
.container .container_h .container_head.data-v-695ed3c8 {
  width: 100%;
  padding: 0 32rpx;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.container .container_h .container_head .container_head_address.data-v-695ed3c8 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.container .container_h .container_head .container_head_address image.data-v-695ed3c8 {
  width: 16rpx;
  height: 30rpx;
}
.container .container_b.data-v-695ed3c8 {
  width: 100%;
}
.container .container_b .container_b_img.data-v-695ed3c8 {
  width: 100%;
  height: 500rpx;
  position: relative;
}
.container .container_b .container_b_img image.data-v-695ed3c8 {
  width: 100%;
  height: 100%;
}
.container .container_b .container_b_img .container_b_img_box.data-v-695ed3c8 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.container .container_b .container_b_img .container_b_img_box text.data-v-695ed3c8 {
  font-size: 60rpx;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  margin-top: 10rpx;
}
.container .container_b .container_b_img .container_b_img_box .container_b_img_box_input.data-v-695ed3c8 {
  width: 686rpx;
  height: 68rpx;
  background: #FFFFFF;
  border-radius: 48rpx;
  margin-top: 90rpx;
  display: flex;
  align-items: center;
  padding: 0 28rpx;
  box-sizing: border-box;
}
.container .container_b .container_b_img .container_b_img_box .container_b_img_box_input image.data-v-695ed3c8 {
  width: 32rpx;
  height: 32rpx;
  flex-shrink: 0;
  margin-right: 12rpx;
}
.container .container_b .container_b_img .container_b_img_box .container_b_img_box_input input.data-v-695ed3c8 {
  flex: 1;
  height: 100%;
  font-size: 28rpx;
  color: black;
}
.container .container_c.data-v-695ed3c8 {
  width: 100%;
  padding: 32rpx;
  box-sizing: border-box;
  background-color: #FFFFFF;
  position: relative;
  top: -30rpx;
  border-radius: 32rpx 32rpx 0rpx 0rpx;
}
.container .container_c .container_c_cate.data-v-695ed3c8 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .container_c .container_c_cate .container_c_cate_item.data-v-695ed3c8 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .container_c .container_c_cate .container_c_cate_item image.data-v-695ed3c8 {
  width: 40rpx;
  height: 40rpx;
}
.container .container_c .container_c_cate .container_c_cate_item text.data-v-695ed3c8 {
  font-size: 28rpx;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  margin-top: 28rpx;
}
.container .container_c .container_c_list.data-v-695ed3c8 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 52rpx;
}
.container .container_c .container_c_list .container_c_list_item.data-v-695ed3c8 {
  width: 324rpx;
  height: 136rpx;
  border-radius: 10rpx;
  position: relative;
  margin-bottom: 36rpx;
  overflow: hidden;
}
.container .container_c .container_c_list .container_c_list_item image.data-v-695ed3c8 {
  width: 100%;
  height: 100%;
}
.container .container_c .container_c_list .container_c_list_item text.data-v-695ed3c8 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 36rpx;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}