From 59a76b2767da66512a23f7e559ec10e54efaafa9 Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Thu, 26 Oct 2023 10:44:20 +0800 Subject: [PATCH] =?UTF-8?q?1.=E9=97=AE=E7=AD=94=E8=AF=A6=E6=83=85=E9=9C=80?= =?UTF-8?q?=E6=B1=82=E5=8F=98=E6=9B=B4=EF=BC=8C=E6=9B=B4=E5=A4=9A=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E8=B7=B3=E8=BD=AC=E9=A1=B5=E9=9D=A2=EF=BC=8C=E5=8F=98?= =?UTF-8?q?=E4=B8=BA=E5=B1=95=E5=BC=80=E6=8A=98=E5=8F=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/css/page.css | 21 +++ .../ask-comments-goods/ask-comments-goods.vue | 28 +-- components/blog-comments/blog-comments.vue | 7 +- pages/plugins/ask/goods-list/goods-list.vue | 163 +++++++++++++++--- pages/plugins/ask/user-list/user-list.vue | 2 +- 5 files changed, 180 insertions(+), 41 deletions(-) diff --git a/common/css/page.css b/common/css/page.css index 3bdd3315..b461676d 100644 --- a/common/css/page.css +++ b/common/css/page.css @@ -526,6 +526,27 @@ button:before { border-right: 1px solid #f5f5f5 !important; } + +.br-f9 { + border: 1px solid #f9f9f9 !important; +} + +.br-b-f9 { + border-bottom: 1px solid #f9f9f9 !important; +} + +.br-t-f9 { + border-top: 1px solid #f9f9f9 !important; +} + +.br-l-f9 { + border-left: 1px solid #f9f9f9 !important; +} + +.br-r-f9 { + border-right: 1px solid #f9f9f9 !important; +} + .br-e { border: 1px solid #eeeeee !important; } diff --git a/components/ask-comments-goods/ask-comments-goods.vue b/components/ask-comments-goods/ask-comments-goods.vue index 1875bd4a..3eda9969 100644 --- a/components/ask-comments-goods/ask-comments-goods.vue +++ b/components/ask-comments-goods/ask-comments-goods.vue @@ -1,23 +1,23 @@