Browse Source

样式修改

master
zhengshuiqi 3 years ago
parent
commit
f45533a167
  1. 3
      pages.json
  2. 18
      pages/productDetails/index.vue

3
pages.json

@ -307,7 +307,8 @@
"style": { "style": {
"titleNView":false, "titleNView":false,
"navigationBarBackgroundColor": "#000000", "navigationBarBackgroundColor": "#000000",
"navigationBarTextStyle": "white" "navigationBarTextStyle": "white",
"backgroundColor": "#000000"
} }
}, },

18
pages/productDetails/index.vue

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

Loading…
Cancel
Save