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": {
"titleNView":false,
"navigationBarBackgroundColor": "#000000",
"navigationBarTextStyle": "white"
"navigationBarTextStyle": "white",
"backgroundColor": "#000000"
}
},

18
pages/productDetails/index.vue

@ -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>

Loading…
Cancel
Save