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 @@