Sanakey
2022-10-28 0e185fa6db8e3f4209e63c079750a26fe3feddaa
提交 | 用户 | age
d98d05 1 @import "src/src.wxss";
S 2
3 /**app.wxss**/
c43500 4 .single-view-container-width{
S 5   width: 340rpx;
6 }
7 .margin-right-10{
8   margin-right: 20rpx;
9 }
d98d05 10 ::-webkit-scrollbar {
S 11   width: 0;
12   height: 0;
13   color: transparent;
14 }
15
16 view {
17   font-size: 24rpx;
18   /* color: #333; */
19 }
20
21 text {
22   font-size: 24rpx;
23   color: #333;
24 }
25
26 .container {
27   background-color: #f9f9f9;
28 }
29
30 .has-header {
31   margin-top: 85rpx;
32 }
33
34 .has-footer {
35   margin-bottom: 100rpx;
36 }
37
38 image {
39   /* height: 100%; */
40   width: 100%;
41 }
42
c891bc 43 .absolute{
S 44   position: absolute;
45 }
46 .relative{
47   position: relative;
48 }
0a07e2 49 .flex_row{
d98d05 50   display: flex;
0a07e2 51   flex-direction: row;
S 52   justify-content: space-between;
53 }
54 .flex_col{
55   display: flex;
56   flex-direction: column;
57 }
d98d05 58 .none {
S 59   display: none;
60 }
61
62 .clearfix:before, .clearfix:after {
63   content: " ";
64   display: table;
65 }
66
67 .clearfix:after {
68   clear: both;
69 }
70
71 .no-wrap {
72   overflow: hidden;
73   text-overflow: ellipsis;
74   white-space: nowrap;
75 }
76
77 .goods-container {
78   padding: 20rpx;
79   display: flex;
80   flex-wrap: wrap;
81   justify-content: space-between;
82 }
83 .border-radius{
84   border-radius: 5px;
85 }
86
87 /*隐藏层  */
88
89 .mask,.mask-layer{
90   width: 100%;
91   height: 100%;
92   position: fixed;
93   top: 0;
94   left: 0;
95   background: #000;
96   opacity: 0.2;
97   z-index: 100;
98 }
99 .mask-layer{
100   background: #fff;
101   opacity: 1;
102
103 }
104 .hidden-layer {
105   width: 100%;
106   position: fixed;
107   bottom: 0;
108   left: 0;
109   z-index: 999;
110   background: #fff;
111 }
112
113 /* 客服消息 */
114
115 .contact-layer{
116   position: fixed;
117   right: 30rpx;
118   top: 700rpx;
119 }
120 .contact-div {
121   position: relative;
122 }
123 .hide-btn{
124   opacity: 0;
125   width:100rpx;
126   height:100rpx;
127   position: absolute;
128   left: 0;
129   top: 0;
130   z-index: 100;
131   padding: 0;
132 }
133 .formid-btn{
134   font-size: 28rpx;
135   background-color: transparent;
136   border: none;
137   padding: 0;
138   margin: 0;
139   line-height: normal;
140 }
141 .formid-btn::after{
142   border: none;
143 }
144 .contact-btn {
145   position: relative;
146   width: 100rpx;
147   height: 100rpx;
148   border-radius: 100rpx;
149   font-size: 60rpx;
150   margin: 0;
151   padding: 0;
152   border: 0;
153   outline: none;
154   box-shadow: 1px 1px 5px #888;
155   line-height: 100rpx;
156   color: #333;
157   text-align: center;
158   background-color: #fff;
159   z-index: 5;
160 }
161
162 .contact-btn::after {
163   border: none;
164 }
165
166 .receive-message {
167   max-width: 300rpx;
168   background-color: #1aad19;
169   line-height: 60rpx;
170   padding: 0 20rpx;
171   opacity: 0;
172   border-radius: 10rpx;
173   position: absolute;
174   right: 90rpx;
175   bottom: 20rpx;
176   z-index: 2;
177   color: #fff;
178   /* transition:width 2s; */
179 }
180
181 .unreadMsg {
182   background-color: #f43530;
183   padding: 2rpx 10rpx;
184   border-radius: 10px;
185   color: #fff;
186   position:absolute;
187   top:10rpx;
188   z-index:10;
189   right:10rpx;
190
191 }
192
193 .text-center {
194   text-align: center;
195   line-height: 100rpx;
196   font-size: 15px;
197   color: #333;
198 }
199
200 .navigator-hover {
201   opacity: 1;
202 }
c43500 203 .cart-img-info {
S 204   position: absolute;
205   left: 50%;
206   top: 50%;
207   transform: translate(-50%,-50%);
208   font-size: 36rpx;
209   padding: 12rpx 20rpx;
210   background-color: #333;
211   opacity: 0.8;
212   color: #fff;
213   border-radius: 40rpx;
214   min-width: 75rpx;
215   text-align: center;
216 }
d98d05 217 /* 返回 */
S 218 .back-btn{
219   width: 150rpx;
220   height: 50rpx;
221   border-top-right-radius: 50rpx;
222   border-bottom-right-radius: 50rpx;
223   background-color: #666;
224   position: absolute;
225   left: 0;
226   top: 30rpx;
227   color: #fff;
228   font-size: 20px;
229   padding-left: 10rpx;
230   z-index: 10;
231   line-height: 40rpx;
232 }
233 .back-btn text{
234   color: #fff;
235   font-size: 24rpx;
236 }
237
238 .prefix-title::before {
239   content: " ";
240   padding-left: 10rpx;
241   border-left: 10rpx solid #c1c1c1;
242 }
243
244 .prefix-title {
245   margin: 30rpx 20rpx 10rpx 20rpx;
246   font-size: 32rpx;
247   font-weight: bold;
248   color: #333;
249 }
250
251 .clear-btn{
252   border-radius: 0;
253   border: none;
254   line-height: inherit;
255   background-color: transparent;
256 }
257 .clear-btn::after{
258   border: none;
259 }
260
261 page{
262   --left-sidebar-width: 85px;
263 }
264 .single-view-container{
265   position: relative;
266 }
267
268 .angle {
269   display: inline-block;
270   animation: 0.3s rotatereturn forwards;
271 }
272
273
274
275 @keyframes rotatestart {
276   from {
277     transform: rotate(0deg);
278   }
279
280   to {
281     transform: rotate(180deg);
282     transition: 0.3s;
283   }
284 }
285
286 @keyframes rotatereturn {
287   from {
288     transform: rotate(180deg);
289   }
290
291   to {
292     transform: rotate(0deg);
293     transition: 0.3s;
294   }
0a07e2 295 }
S 296
297 .before-border::before{
298   content: " ";
299   width: 6rpx;
300   background-color: #f0145a;
301   display: block;
302   height: 24rpx;
303   position: absolute;
304   left: 0px;
305   top: 20px;
306
53cc6f 307 }
S 308
309 .my-cell .van-cell{
310   padding: 16rpx 6rpx !important;
311 }
312 .my-goods-action .van-goods-action--safe {
313   padding-bottom: 2rpx;
314 }
a50a5b 315
S 316 .inline-block{
317   display: inline-block;
318 }
319
320 .font-size-14{
321   font-size: 28rpx;
322 }
323 .font-size-16{
324   font-size: 32rpx;
325 }