吃个甘蔗嚼一年 3 years ago
parent
commit
fab9af71e3

+ 2
- 2
src/components/CompoentsOrder/complete/style.less View File

@@ -187,11 +187,11 @@
187 187
     position: relative;
188 188
     //右面部分
189 189
     .right-content {
190
-      width: 60px;
190
+      width: 100px;
191 191
       height: 134px;
192 192
       position: absolute;
193 193
       top: calc(50% - 45px);
194
-      left: calc(50% - 30px);
194
+      left: calc(50% - 46px);
195 195
       .right-image-2 {
196 196
         width: 76px;
197 197
         height: 66px;

+ 1
- 0
src/pages/MineUserAll/RefundMoney/CheckRefund/style.less View File

@@ -158,6 +158,7 @@
158 158
           font-weight: 400;
159 159
           color: #333333;
160 160
           padding-left: 50px;
161
+          text-decoration:line-through;
161 162
         }
162 163
 
163 164
         .title-time {

+ 0
- 2
src/pages/TobeShop/index.jsx View File

@@ -40,8 +40,6 @@ export default withLayout((props) => {
40 40
     })
41 41
   }
42 42
 
43
-
44
-
45 43
   const getList = (params) => {
46 44
     getVerifyTargetList({
47 45
       shopId: id,

+ 18
- 18
src/pages/index/tabs/Guide.jsx View File

@@ -187,32 +187,32 @@ export default (props) => {
187 187
                   <view className='MessageCard-name' >{taRoomContent?.roomName}</view>
188 188
                 </view>
189 189
               </view>
190
-              <view className='MessageCard'>
191
-                <view className='MessageCard-title1'>
192
-                  <text className='MessageCard-left'>----------</text>
190
+              <view className='MessageCard-hotle'>
191
+                <view className='MessageCard-title1-hotle'>
192
+                  <text className='MessageCard-left-hotle'>----------</text>
193 193
                   民宿位置
194
-                  <text className='MessageCard-right'>----------</text>
194
+                  <text className='MessageCard-right-hotle'>----------</text>
195 195
                 </view>
196
-                <view className='MessageCard-content'>
197
-                  <view className='MessageCard-name' >{taRoomContent?.address}</view>
196
+                <view className='MessageCard-content-hotle'>
197
+                  <view className='MessageCard-name-hotle' >{taRoomContent?.address}</view>
198 198
                 </view>
199
-                <view className='MessageCard-button-RoomName' onClick={() => { goRoomMap() }}>
200
-                  <image className='MessageCard-image' src={GoHere} />
201
-                  <text className='MessageCard-text'  >去这里</text>
199
+                <view className='MessageCard-button-RoomName-hotle' onClick={() => { goRoomMap() }}>
200
+                  <image className='MessageCard-image-hotle' src={GoHere} />
201
+                  <text className='MessageCard-text-hotle'  >去这里</text>
202 202
                 </view>
203 203
               </view>
204
-              <view className='MessageCard'>
205
-                <view className='MessageCard-title1'>
206
-                  <text className='MessageCard-left'>----------</text>
204
+              <view className='MessageCard-parkView'>
205
+                <view className='MessageCard-title1-parkView'>
206
+                  <text className='MessageCard-left-parkView'>----------</text>
207 207
                   停车位置
208
-                  <text className='MessageCard-right'>----------</text>
208
+                  <text className='MessageCard-right-parkView'>----------</text>
209 209
                 </view>
210
-                <view className='MessageCard-content'>
211
-                  <view className='MessageCard-name' >{taRoomContent?.parkingAddress}</view>
210
+                <view className='MessageCard-content-parkView'>
211
+                  <view className='MessageCard-name-parkView' >{taRoomContent?.parkingAddress}</view>
212 212
                 </view>
213
-                <view className='MessageCard-button-Park' onClick={() => { goParkMap() }} style={{ display: parkingButtonStyle }} >
214
-                  <image className='MessageCard-image' src={Taxi} />
215
-                  <text className='MessageCard-text'  >去这里</text>
213
+                <view className='MessageCard-button-Park-parkView' onClick={() => { goParkMap() }} style={{ display: parkingButtonStyle }} >
214
+                  <image className='MessageCard-image-parkView' src={Taxi} />
215
+                  <text className='MessageCard-text-parkView'  >去这里</text>
216 216
                 </view>
217 217
               </view>
218 218
               <view className='MessageCard'>

+ 275
- 4
src/pages/index/tabs/GuideCss/style.less View File

@@ -11,7 +11,6 @@
11 11
     border-radius: 12px;
12 12
     margin: 30px auto;
13 13
     box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
14
-
15 14
     .MessageCard-title1 {
16 15
       height: 26px;
17 16
       font-size: 28px;
@@ -67,7 +66,7 @@
67 66
       position: relative;
68 67
       text-align: center;
69 68
       display: inline-block;
70
-      left: -0.5em;
69
+      left: 1.5em;
71 70
       .MessageCard-image {
72 71
         width: 30px;
73 72
         height: 30px;
@@ -91,7 +90,7 @@
91 90
       position: relative;
92 91
       text-align: center;
93 92
       display: inline-block;
94
-      left: -0.5em;
93
+      left: 1.5em;
95 94
       .MessageCard-image {
96 95
         width: 30px;
97 96
         height: 30px;
@@ -116,7 +115,7 @@
116 115
       text-align: center;
117 116
       display: inline-block;
118 117
       bottom: 40px;
119
-      left: -0.5em;
118
+      left: 1.5em;
120 119
       .MessageCard-image {
121 120
         width: 30px;
122 121
         height: 30px;
@@ -132,8 +131,280 @@
132 131
         color: #202020;
133 132
       }
134 133
     }
134
+  
135 135
   }
136 136
 
137
+
138
+
139
+
140
+
141
+
142
+
143
+
144
+  
145
+  // --------------------------
146
+  .MessageCard-hotle {
147
+    width: calc(100% - 60px);
148
+    height: 175px;
149
+    background: @whiteColor;
150
+    border-radius: 12px;
151
+    margin: 30px auto;
152
+    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
153
+    .MessageCard-title1-hotle {
154
+      height: 26px;
155
+      font-size: 28px;
156
+      font-weight: bold;
157
+      color: #666666;
158
+      line-height: 44px;
159
+      text-align: center;
160
+      .MessageCard-left-hotle {
161
+        width: 530px;
162
+        height: 2px;
163
+        padding-right: 50px;
164
+        // opacity: 0.5;
165
+      }
166
+      .MessageCard-right-hotle {
167
+        width: 530px;
168
+        height: 2px;
169
+        padding-left: 50px;
170
+      }
171
+    }
172
+    .MessageCard-content-hotle {
173
+      // background: @whiteColor;
174
+      width: 13em;
175
+      height: 2.5em;
176
+      margin-top: 45px;
177
+      display: inline-block;
178
+      margin-left: 30px;
179
+
180
+      .MessageCard-name-hotle {
181
+  
182
+        width: 100%;
183
+        /* height: 40rpx; */
184
+        font-size: 32px;
185
+        font-weight: bold;
186
+        color: #202020;
187
+        line-height: 44px;
188
+        /* overflow: hidden; */
189
+        /* -o-text-overflow: ellipsis; */
190
+        text-overflow: ellipsis;
191
+        /* white-space: nowrap; */
192
+        display: flex;
193
+      }
194
+      .MessageCard-info-hotle {
195
+        height: 23px;
196
+        font-size: 24px;
197
+        font-weight: 400;
198
+        color: #666666;
199
+        line-height: 44px;
200
+        padding-top: 19px;
201
+      }
202
+    }
203
+    .MessageCard-button-RoomName-hotle{
204
+      width: 168px;
205
+      height: 60px;
206
+      border: 2px solid #000000;
207
+      border-radius: 12px;
208
+      position: relative;
209
+      text-align: center;
210
+      display: inline-block;
211
+      left: 1.5em;
212
+      .MessageCard-image-hotle {
213
+        width: 30px;
214
+        height: 30px;
215
+        padding-top: 12px;
216
+        padding-right: 5px;
217
+      }
218
+      .MessageCard-text-hotle {
219
+        line-height: 30px;
220
+        width: 87px;
221
+        height: 28px;
222
+        font-size: 30px;
223
+        font-weight: bold;
224
+        color: #202020;
225
+      }
226
+    }
227
+    .MessageCard-button-Park-hotle{
228
+      width: 168px;
229
+      height: 60px;
230
+      border: 2px solid #000000;
231
+      border-radius: 12px;
232
+      position: relative;
233
+      text-align: center;
234
+      display: inline-block;
235
+      left: 1.5em;
236
+      .MessageCard-image-hotle {
237
+        width: 30px;
238
+        height: 30px;
239
+        padding-top: 12px;
240
+        padding-right: 5px;
241
+      }
242
+      .MessageCard-text-hotle {
243
+        line-height: 30px;
244
+        width: 87px;
245
+        height: 28px;
246
+        font-size: 30px;
247
+        font-weight: bold;
248
+        color: #202020;
249
+      }
250
+    }
251
+    .MessageCard-button-hotle {
252
+      width: 168px;
253
+      height: 60px;
254
+      border: 2px solid #000000;
255
+      border-radius: 12px;
256
+      position: relative;
257
+      text-align: center;
258
+      display: inline-block;
259
+      bottom: 40px;
260
+      left: 1.5em;
261
+      .MessageCard-image-hotle {
262
+        width: 30px;
263
+        height: 30px;
264
+        padding-top: 12px;
265
+        padding-right: 5px;
266
+      }
267
+      .MessageCard-text-hotle {
268
+        line-height: 30px;
269
+        width: 87px;
270
+        height: 28px;
271
+        font-size: 30px;
272
+        font-weight: bold;
273
+        color: #202020;
274
+      }
275
+    }
276
+  }
277
+// -------------------------------
278
+.MessageCard-parkView {
279
+  width: calc(100% - 60px);
280
+  height: 175px;
281
+  background: @whiteColor;
282
+  border-radius: 12px;
283
+  margin: 30px auto;
284
+  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
285
+  .MessageCard-title1-parkView {
286
+    height: 26px;
287
+    font-size: 28px;
288
+    font-weight: bold;
289
+    color: #666666;
290
+    line-height: 44px;
291
+    text-align: center;
292
+    .MessageCard-left-parkView {
293
+      width: 530px;
294
+      height: 2px;
295
+      padding-right: 50px;
296
+      // opacity: 0.5;
297
+    }
298
+    .MessageCard-right-parkView {
299
+      width: 530px;
300
+      height: 2px;
301
+      padding-left: 50px;
302
+    }
303
+  }
304
+  .MessageCard-content-parkView {
305
+    // background: @whiteColor;
306
+    width: 13em;
307
+    height: 2.5em;
308
+    margin-top: 45px;
309
+    display: inline-block;
310
+    margin-left: 30px;
311
+
312
+    .MessageCard-name-parkView {
313
+  
314
+      width: 100%;
315
+      font-size: 32px;
316
+      font-weight: bold;
317
+      color: #202020;
318
+      line-height: 44px;
319
+      text-overflow: ellipsis;
320
+      display: flex;
321
+    }
322
+    .MessageCard-info-parkView {
323
+      height: 23px;
324
+      font-size: 24px;
325
+      font-weight: 400;
326
+      color: #666666;
327
+      line-height: 44px;
328
+      padding-top: 19px;
329
+    }
330
+  }
331
+  .MessageCard-button-RoomName-parkView{
332
+    width: 168px;
333
+    height: 60px;
334
+    border: 2px solid #000000;
335
+    border-radius: 12px;
336
+    position: relative;
337
+    text-align: center;
338
+    display: inline-block;
339
+    left: 1.5em;
340
+    .MessageCard-image-parkView {
341
+      width: 30px;
342
+      height: 30px;
343
+      padding-top: 12px;
344
+      padding-right: 5px;
345
+    }
346
+    .MessageCard-text-parkView {
347
+      line-height: 30px;
348
+      width: 87px;
349
+      height: 28px;
350
+      font-size: 30px;
351
+      font-weight: bold;
352
+      color: #202020;
353
+    }
354
+  }
355
+  .MessageCard-button-Park-parkView{
356
+    width: 168px;
357
+    height: 60px;
358
+    border: 2px solid #000000;
359
+    border-radius: 12px;
360
+    position: relative;
361
+    text-align: center;
362
+    display: inline-block;
363
+    left: 1.5em;
364
+    .MessageCard-image-parkView {
365
+      width: 30px;
366
+      height: 30px;
367
+      padding-top: 12px;
368
+      padding-right: 5px;
369
+    }
370
+    .MessageCard-text-parkView {
371
+      line-height: 30px;
372
+      width: 87px;
373
+      height: 28px;
374
+      font-size: 30px;
375
+      font-weight: bold;
376
+      color: #202020;
377
+    }
378
+  }
379
+  .MessageCard-button-parkView {
380
+    width: 168px;
381
+    height: 60px;
382
+    border: 2px solid #000000;
383
+    border-radius: 12px;
384
+    position: relative;
385
+    text-align: center;
386
+    display: inline-block;
387
+    bottom: 40px;
388
+    left: 1.5em;
389
+    .MessageCard-image-parkView {
390
+      width: 30px;
391
+      height: 30px;
392
+      padding-top: 12px;
393
+      padding-right: 5px;
394
+    }
395
+    .MessageCard-text-parkView {
396
+      line-height: 30px;
397
+      width: 87px;
398
+      height: 28px;
399
+      font-size: 30px;
400
+      font-weight: bold;
401
+      color: #202020;
402
+    }
403
+  }
404
+}
405
+
406
+
407
+// ---------------------------------
137 408
   .articleCard {
138 409
     margin-top: 60px;
139 410
     width: calc(100% - 60px);