|
@@ -305,7 +305,7 @@ export default {
|
305
|
305
|
|
306
|
306
|
.van-button {
|
307
|
307
|
position: fixed;
|
308
|
|
- top: 92.5%;
|
|
308
|
+ bottom: 0;
|
309
|
309
|
left: 0;
|
310
|
310
|
z-index: 5;
|
311
|
311
|
background-color: rgba(63, 65, 68, 1);
|
|
@@ -403,7 +403,7 @@ export default {
|
403
|
403
|
}
|
404
|
404
|
|
405
|
405
|
.collect {
|
406
|
|
- font-size: 20px !important;
|
|
406
|
+ font-size: 18px !important;
|
407
|
407
|
color: rgba(252, 198, 74, 1);
|
408
|
408
|
padding-right: 5px;
|
409
|
409
|
}
|
|
@@ -508,7 +508,6 @@ export default {
|
508
|
508
|
|
509
|
509
|
.datacontent {
|
510
|
510
|
width: 90%;
|
511
|
|
- height: 206px;
|
512
|
511
|
background-color: rgba(245, 247, 249, 1);
|
513
|
512
|
border-radius: 2px;
|
514
|
513
|
margin: 20px 0 0 20px;
|
|
@@ -593,7 +592,7 @@ export default {
|
593
|
592
|
width: 100%;
|
594
|
593
|
height: auto;
|
595
|
594
|
background-color: rgba(255, 255, 255, 1);
|
596
|
|
- margin-bottom: 40px;
|
|
595
|
+ margin-bottom: 50px;
|
597
|
596
|
|
598
|
597
|
.dynamicstitle {
|
599
|
598
|
padding: 15px 0 10px 20px;
|