|
|
|
@ -295,7 +295,25 @@ |
|
|
|
}; |
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
|
|
<style lang="scss"> |
|
|
|
.swiper-pagination { |
|
|
|
width: 100%; |
|
|
|
height: 0.3rem; |
|
|
|
bottom: 0.15rem; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
justify-content: center; |
|
|
|
} |
|
|
|
.swiper-pagination span { |
|
|
|
width: 0.2rem; |
|
|
|
height: 0.2rem; |
|
|
|
margin: 0 0.1rem; |
|
|
|
background-color: rgba(255,255,255,0.9); |
|
|
|
} |
|
|
|
.swiper-pagination-bullet-active { |
|
|
|
background-color: rgba(255,255,255,1); |
|
|
|
} |
|
|
|
</style> |
|
|
|
<style lang="scss" scoped> |
|
|
|
.home { |
|
|
|
width: 100%; |
|
|
|
@ -402,8 +420,6 @@ |
|
|
|
margin: auto; |
|
|
|
margin-bottom: 0.3rem; |
|
|
|
display: block; |
|
|
|
/*align-items: center;*/ |
|
|
|
/*justify-content: space-between;*/ |
|
|
|
} |
|
|
|
.home .page-content .new-card .card-list li a { |
|
|
|
display: flex; |
|
|
|
@ -515,22 +531,7 @@ |
|
|
|
.picke-address .status-btn a.complete-btn { |
|
|
|
color: #1aad19; |
|
|
|
} |
|
|
|
.swiper-pagination { |
|
|
|
width: 100%; |
|
|
|
height: 0.3rem; |
|
|
|
bottom: 0.15rem; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
justify-content: center; |
|
|
|
} |
|
|
|
.swiper-pagination span { |
|
|
|
width: 0.2rem; |
|
|
|
height: 0.2rem; |
|
|
|
margin: 0 0.1rem; |
|
|
|
} |
|
|
|
.swiper-pagination-bullet-active { |
|
|
|
background: #5a5a5a; |
|
|
|
} |
|
|
|
|
|
|
|
.Loading-box .weui-toast { |
|
|
|
width: 100%; |
|
|
|
min-height: 100% !important; |
|
|
|
|