From 44290a0f6384ce97e348906f99c1722579774245 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Mon, 15 Nov 2021 11:55:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 2 +- pages/article-detail/article-detail.css | 2 +- pages/index/index.css | 11 ++++++++--- pages/index/index.vue | 22 ++++++++++++---------- pages/plugins/blog/search/search.css | 2 +- pages/plugins/blog/search/search.vue | 2 +- 6 files changed, 24 insertions(+), 17 deletions(-) diff --git a/App.vue b/App.vue index a2223064..021d11d5 100644 --- a/App.vue +++ b/App.vue @@ -34,7 +34,7 @@ "/pages/user/user" ], // 请求地址 - request_url: 'http://shopxo.com/', + request_url: 'https://dev.shopxo.vip/', // 静态资源地址 static_url: 'https://d1.shopxo.vip/', // 基础信息 diff --git a/pages/article-detail/article-detail.css b/pages/article-detail/article-detail.css index 2d394427..acab2624 100644 --- a/pages/article-detail/article-detail.css +++ b/pages/article-detail/article-detail.css @@ -1,3 +1,3 @@ .last-next-data navigator { - width: calc(100% - 105rpx); + width: calc(100% - 120rpx); } \ No newline at end of file diff --git a/pages/index/index.css b/pages/index/index.css index f180f8a9..b819df40 100644 --- a/pages/index/index.css +++ b/pages/index/index.css @@ -41,9 +41,14 @@ /** * 推荐文章 */ -.article-list swiper { - height: 36rpx; - width: calc(100% - 175rpx); +.article-list .left-content { + width: calc(25% - 40rpx); +} +.article-list .right-content { + width: calc(75% - 30rpx); +} +.article-list .right-content swiper { + height: 38rpx; } /** diff --git a/pages/index/index.vue b/pages/index/index.vue index b4f069e0..2ae4ce04 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -33,16 +33,18 @@ {{common_shop_notice}} - - 商城资讯 - - - - [{{item.article_category_name}}] - {{item.title}} - - - + + 商城资讯 + + + + + [{{item.article_category_name}}] + {{item.title}} + + + + diff --git a/pages/plugins/blog/search/search.css b/pages/plugins/blog/search/search.css index 3b03d8a7..b1ef134c 100644 --- a/pages/plugins/blog/search/search.css +++ b/pages/plugins/blog/search/search.css @@ -29,7 +29,7 @@ * 数据列表 */ .scroll-box { - height: calc(100vh - 100rpx - 30px); + height: calc(100vh - 110rpx - 30px); } .blog-list .blog-img { width: 200rpx !important; diff --git a/pages/plugins/blog/search/search.vue b/pages/plugins/blog/search/search.vue index 7cf152b3..e89fe456 100644 --- a/pages/plugins/blog/search/search.vue +++ b/pages/plugins/blog/search/search.vue @@ -2,7 +2,7 @@ - +