|
@@ -43,6 +43,10 @@
|
43
|
43
|
</li>
|
44
|
44
|
</ul>
|
45
|
45
|
</div>
|
|
46
|
+ <div class="listBootom">
|
|
47
|
+ <span>[在线书吧]为用户提供线上预约方式</span>
|
|
48
|
+ <span>实际借还操作以现场为准,案场保留最终解释权</span>
|
|
49
|
+ </div>
|
46
|
50
|
</loadMore>
|
47
|
51
|
<van-dialog v-model="showDialog" :show-confirm-button="false">
|
48
|
52
|
<div class="dialogContent">
|
|
@@ -341,4 +345,16 @@ export default {
|
341
|
345
|
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
342
|
346
|
<style lang="scss" scoped>
|
343
|
347
|
@import 'page.scss';
|
|
348
|
+.listBootom{
|
|
349
|
+ border-top: 1px dashed #eee;
|
|
350
|
+ padding: .1rem 0;
|
|
351
|
+ span{
|
|
352
|
+ width: 100%;
|
|
353
|
+ display: block;
|
|
354
|
+ text-align: center;
|
|
355
|
+ font-size: .12rem;
|
|
356
|
+ color: #adadad;
|
|
357
|
+ line-height: .18rem;
|
|
358
|
+ }
|
|
359
|
+}
|
344
|
360
|
</style>
|