From cf9c35feecf311cd960c860dc17ec4242cf3f3e4 Mon Sep 17 00:00:00 2001 From: "@AliceXiaoZhan" <1936165216@qq.com> Date: Wed, 5 Jul 2023 12:43:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=BA=E6=9E=84=20=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/community/organ_team_details.vue | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/pages/community/organ_team_details.vue b/pages/community/organ_team_details.vue index 62ef270..2c2388d 100644 --- a/pages/community/organ_team_details.vue +++ b/pages/community/organ_team_details.vue @@ -4,10 +4,10 @@ - {{ articleDetail.name }} + {{ articleDetail.name }} - - 公司名称:{{ articleDetail.company }} + + 公司名称:{{ articleDetail.company }} {{ articleDetail.visit }}人浏览 @@ -104,14 +104,17 @@ page { background-color: #fff; } .news-details .header{ - padding: 20rpx 15px; - border-bottom: $-solid-border; + padding: 20rpx 30rpx; } .row-between{ padding: 20rpx 14rpx; } .news-details .main { - padding: 40rpx 15px; + padding: 0 30rpx 60rpx; +} +.lighter { + height: 60rpx; + line-height: 50rpx; + border-bottom: 1px dashed #eee; } - \ No newline at end of file