|
|
@ -5,6 +5,54 @@ |
|
|
min-height: 100vh; |
|
|
min-height: 100vh; |
|
|
background-color: #f5f7fa; |
|
|
background-color: #f5f7fa; |
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif; |
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif; |
|
|
|
|
|
overflow-y: auto; |
|
|
|
|
|
-webkit-overflow-scrolling: touch; |
|
|
|
|
|
scrollbar-width: none; /* Firefox */ |
|
|
|
|
|
-ms-overflow-style: none; /* IE/Edge */ |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.goods-update-page::-webkit-scrollbar { |
|
|
|
|
|
display: none; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* 隐藏所有页面滚动条 */ |
|
|
|
|
|
page::-webkit-scrollbar { |
|
|
|
|
|
display: none; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
page { |
|
|
|
|
|
scrollbar-width: none; /* Firefox */ |
|
|
|
|
|
-ms-overflow-style: none; /* IE/Edge */ |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* 隐藏所有scroll-view组件的滚动条 */ |
|
|
|
|
|
scroll-view { |
|
|
|
|
|
scrollbar-width: none; /* Firefox */ |
|
|
|
|
|
-ms-overflow-style: none; /* IE/Edge */ |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
scroll-view::-webkit-scrollbar { |
|
|
|
|
|
display: none; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* 隐藏商品详情内容区域的滚动条 */ |
|
|
|
|
|
.goods-detail-content { |
|
|
|
|
|
scrollbar-width: none; /* Firefox */ |
|
|
|
|
|
-ms-overflow-style: none; /* IE/Edge */ |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.goods-detail-content::-webkit-scrollbar { |
|
|
|
|
|
display: none; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* 隐藏模态框中scroll-view的滚动条 */ |
|
|
|
|
|
.modal-scroll-view { |
|
|
|
|
|
scrollbar-width: none; /* Firefox */ |
|
|
|
|
|
-ms-overflow-style: none; /* IE/Edge */ |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.modal-scroll-view::-webkit-scrollbar { |
|
|
|
|
|
display: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* 页面头部 */ |
|
|
/* 页面头部 */ |
|
|
|