|
|
|
@ -1172,15 +1172,17 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
</script> |
|
|
|
|
|
|
|
<style> |
|
|
|
page { |
|
|
|
background-color: #F6F5FA; |
|
|
|
padding-bottom: 150rpx; |
|
|
|
background-color: white; |
|
|
|
/* background-color: #F6F5FA; */ |
|
|
|
padding-bottom: 100rpx; |
|
|
|
/* background-color: white; */ |
|
|
|
} |
|
|
|
</style> |
|
|
|
<style lang="scss" scoped> |
|
|
|
page { |
|
|
|
padding-bottom: 100rpx !important; |
|
|
|
background-color: #000 !important; |
|
|
|
overflow-x: auto !important; |
|
|
|
} |
|
|
|
@ -2192,7 +2194,7 @@ |
|
|
|
margin-bottom: 0 !important; |
|
|
|
margin-top: 20rpx; |
|
|
|
// margin-bottom: 62rpx; |
|
|
|
background-color: #fff; |
|
|
|
// background-color: #fff; |
|
|
|
display: grid; |
|
|
|
|
|
|
|
image { |
|
|
|
@ -2434,7 +2436,10 @@ |
|
|
|
} |
|
|
|
|
|
|
|
uni-page-body { |
|
|
|
padding-bottom: 30px !important; |
|
|
|
// padding-bottom: 30000px !important; |
|
|
|
// height: 2000vh; |
|
|
|
|
|
|
|
padding-bottom: 0px !important; |
|
|
|
background-color: black !important; |
|
|
|
} |
|
|
|
|
|
|
|
@ -2445,11 +2450,12 @@ |
|
|
|
|
|
|
|
/deep/ body.pages-productDetails-index { |
|
|
|
background-color: #000 !important; |
|
|
|
overflow-x: auto !important; |
|
|
|
// overflow-x: auto !important; |
|
|
|
height: 100%; |
|
|
|
} |
|
|
|
|
|
|
|
body { |
|
|
|
background-color: #000; |
|
|
|
} |
|
|
|
|
|
|
|
</style> |
|
|
|
|