From 41666468ecce4adeb6128f725c92027a1d8c6b07 Mon Sep 17 00:00:00 2001 From: dingtalk_umvbsp Date: Wed, 1 Mar 2023 11:24:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E6=B6=88=E6=81=AF=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/baseMana/formReacord.vue | 43 +++- pages/home/my.vue | 2 +- pages/home/news.vue | 227 ++++++++++++++++++ pages/home/newsDetail.vue | 81 +++++++ router/home.js | 22 ++ .../d-search/components/d-search/d-search.vue | 57 +---- 6 files changed, 385 insertions(+), 47 deletions(-) create mode 100644 pages/home/news.vue create mode 100644 pages/home/newsDetail.vue diff --git a/pages/baseMana/formReacord.vue b/pages/baseMana/formReacord.vue index 211a04b..763d5a4 100644 --- a/pages/baseMana/formReacord.vue +++ b/pages/baseMana/formReacord.vue @@ -2,6 +2,36 @@ .container{ height:100%; background:#f6f6f6; + &>.d-search{ + &/deep/ .want_search{ + .title{ + color:#999; + font-size:24rpx; + font-weight: normal; + } + .content{ + display:flex; + flex-wrap: wrap; + margin:14rpx -20rpx -20rpx 0; + text{ + height:48rpx; + line-height: 48rpx; + border-radius: 30rpx; + width:calc(100%/5 - 20rpx); + text-align: center; + font-size:24rpx; + margin:0 20rpx 20rpx 0; + transition: all 0.3s; + color:#999; + background:#EEEEEE; + &.active{ + color:#fff; + background:#10C176; + } + } + } + } + } .date-range{ flex-shrink: 0; @@ -122,7 +152,12 @@