diff --git a/common/css/page.css b/common/css/page.css index ff05aa06..e3d34f54 100644 --- a/common/css/page.css +++ b/common/css/page.css @@ -758,6 +758,12 @@ button[disabled].bg-gray { white-space: nowrap; box-sizing: border-box; width: 100%; +} +/** + * 滚动水平左右滑动内容宽度处理 + */ +.rolling-horizontal .scroll-view-horizontal { + width: calc(100% + 20rpx); } /** diff --git a/components/blog-list/blog-list.vue b/components/blog-list/blog-list.vue index daf6a26d..111105a6 100644 --- a/components/blog-list/blog-list.vue +++ b/components/blog-list/blog-list.vue @@ -47,12 +47,12 @@ - - + + - - + + {{item.title}} @@ -62,7 +62,7 @@ - + diff --git a/components/goods-list/goods-list.vue b/components/goods-list/goods-list.vue index ebfb9db6..63ef596b 100644 --- a/components/goods-list/goods-list.vue +++ b/components/goods-list/goods-list.vue @@ -65,12 +65,12 @@ - - + + - - + + @@ -93,7 +93,7 @@ - + diff --git a/pages/index/index.vue b/pages/index/index.vue index f60456c6..1e813bed 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -80,36 +80,38 @@ 更多 - - - - - - - - - - {{item.title}} - {{currency_symbol}}{{item.min_price}} - {{currency_symbol}}{{item.min_original_price}} - - + + + + + + + + + + + {{item.title}} + {{currency_symbol}}{{item.min_price}} + {{currency_symbol}}{{item.min_original_price}} + + + + + + + + + {{lv.name}} + + + - - - - - - {{lv.name}} - - - - - - - + + + + diff --git a/pages/plugins/blog/index/index.vue b/pages/plugins/blog/index/index.vue index c86b8a66..d8996cc1 100644 --- a/pages/plugins/blog/index/index.vue +++ b/pages/plugins/blog/index/index.vue @@ -41,19 +41,21 @@ 热门博文 更多 - - - - - - - - {{item.title}} - - - - - + + + + + + + + + {{item.title}} + + + + + +