diff --git a/app.wxss b/app.wxss index 07e56dd..770f3de 100644 --- a/app.wxss +++ b/app.wxss @@ -1,39 +1,4 @@ /**app.wxss**/ -/* 全局滚动条隐藏 - 强制覆盖所有页面 */ -::-webkit-scrollbar { - display: none !important; - width: 0 !important; - height: 0 !important; - opacity: 0 !important; - -webkit-appearance: none !important; -} - -::-webkit-scrollbar-track { - display: none !important; - width: 0 !important; - height: 0 !important; -} - -::-webkit-scrollbar-thumb { - display: none !important; - width: 0 !important; - height: 0 !important; -} - -/* 针对微信小程序scroll-view组件的强制滚动条隐藏 */ -scroll-view { - -webkit-scrollbar: none !important; - scrollbar-width: none !important; - overflow-scrolling: touch; - overflow: auto !important; -} - -/* 强制页面根元素不显示滚动条 */ -page { - -webkit-scrollbar: none !important; - scrollbar-width: none !important; - overflow-x: hidden !important; -} .container { display: flex; flex-direction: column; diff --git a/pages/seller/index.wxml b/pages/seller/index.wxml index aad530c..c928a0f 100644 --- a/pages/seller/index.wxml +++ b/pages/seller/index.wxml @@ -70,10 +70,12 @@ + data-id="{{item.id}}" + indicator-dots="false" + show-indicators="false"> @@ -163,10 +165,12 @@ + data-id="{{item.id}}" + indicator-dots="false" + show-indicators="false"> @@ -264,10 +268,12 @@ + data-id="{{item.id}}" + indicator-dots="false" + show-indicators="false"> @@ -369,10 +375,12 @@ + data-id="{{item.id}}" + indicator-dots="false" + show-indicators="false"> @@ -545,7 +553,7 @@ 提交 - + @@ -624,12 +632,13 @@ + indicator-active-color="#fff" + show-indicators="false">