From e730a60a3ecbd94bd785ce860761e05ff1e76d23 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Tue, 6 Dec 2022 09:03:42 +0800 Subject: [PATCH] 11 --- src/assets/scss/buttonstyle.scss | 62 +-- .../scss/modules/management/list-main.scss | 22 +- .../modules/base/community/community.vue | 377 ++++++++++-------- 3 files changed, 259 insertions(+), 202 deletions(-) diff --git a/src/assets/scss/buttonstyle.scss b/src/assets/scss/buttonstyle.scss index 4d1da7f1c..1fb7e50a1 100644 --- a/src/assets/scss/buttonstyle.scss +++ b/src/assets/scss/buttonstyle.scss @@ -6,8 +6,8 @@ color: #fff !important; font-size: 14px !important; border-color: #8C91FF !important; - min-width: 83px !important; - height: 29px !important; + min-width: 60px !important; + height: 32px !important; line-height: 2px !important; padding:0 8px !important; } @@ -18,8 +18,8 @@ border-color: #29D2CE !important; font-size: 14px !important; color: #fff !important; - min-width: 83px !important; - height: 29px !important; + min-width: 60px !important; + height: 32px !important; line-height: 2px !important; padding:0 8px !important; @@ -28,14 +28,14 @@ //蓝色 .diy-button--blue { - background: linear-gradient(0deg, #0062BB 0%, #0081EC 100%) !important; - border-color: #0081EC !important; + background: #0056D6 !important; + border-radius: 2px !important; font-size: 14px !important; color: #fff !important; - min-width: 83px !important; - height: 29px !important; - line-height: 2px !important; - padding:0 8px !important; + min-width: 60px !important; + height: 32px !important; + // line-height: 22px !important; + // padding:0 8px !important; } @@ -46,8 +46,8 @@ color: #fff !important; font-size: 14px !important; color: #fff !important; - min-width: 83px !important; - height: 29px !important; + min-width: 60px !important; + height: 32px !important; line-height: 2px !important; padding:0 8px !important; } @@ -58,8 +58,8 @@ border-color: #FC8C6B !important; font-size: 14px !important; color: #fff !important; - min-width: 83px !important; - height: 29px !important; + min-width: 60px !important; + height: 32px !important; line-height: 2px !important; padding:0 8px !important; @@ -71,8 +71,8 @@ border-color: #FF8080 !important; font-size: 14px !important; color: #fff !important; - min-width: 83px !important; - height: 29px !important; + min-width: 60px !important; + height: 32px !important; line-height: 2px !important; padding:0 8px !important; @@ -84,22 +84,26 @@ border-color: #A6C3D0 !important; color: #002765 !important; font-size: 14px !important; - min-width: 83px !important; - height: 29px !important; + min-width: 60px !important; + height: 32px !important; line-height: 2px !important; padding:0 8px !important; } //白色 .diy-button--white { - background-color:#fff!important; - border: 1px solid #3D77FF !important; - color: #0153B2 !important; - font-size: 14px !important; - min-width: 83px !important; - height: 29px !important; - line-height: 2px !important; - padding:0 8px !important; + font-size: 14px !important; + font-family: PingFangSC-Regular, PingFang SC; + font-weight: 400; + color: #0056D6 !important; + // line-height: 22px !important; + min-width: 60px !important; + height: 32px !important; + + // padding:0 8px !important; + background: #FFFFFF !important; + border-radius: 2px !important; + border: 1px solid #0056D6 !important; } //操作栏更多 @@ -107,8 +111,8 @@ text-decoration: underline !important; color: #002765 !important; font-size: 14px !important; - // min-width: 83px !important; - // height: 29px !important; + // min-width: 60px !important; + // height: 32px !important; // line-height: 2px !important; // padding:0 8px !important; @@ -127,7 +131,7 @@ font-size: 14px !important; font-family: Source Han Serif CN !important; font-weight: 600 !important; - color: #0153B2 !important; + color: #0056D6 !important; } .div-table-button--red { font-size: 14px !important; diff --git a/src/assets/scss/modules/management/list-main.scss b/src/assets/scss/modules/management/list-main.scss index 28c4f4e57..ff0c8ab48 100644 --- a/src/assets/scss/modules/management/list-main.scss +++ b/src/assets/scss/modules/management/list-main.scss @@ -9,11 +9,20 @@ .div_search { padding: 10px; // box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1); - background-color: #f6f6f6; - border: 1px solid #D3DCE6; + background: #FFFFFF; + box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.08), 0px 3px 6px -4px rgba(0,0,0,0.12); margin:7px 7px; + /deep/ .el-form-item{ + margin-bottom:14px; + } + + .search_form{ + + } + .div_search_btn{ + margin-top:5px; float:right; } @@ -33,15 +42,18 @@ //查询栏---常规宽度 .item_width_normal{ - width: 138px; + width: 168px; } //查询栏---日期、时间范围的宽度 .item_width_daterange{ - width: 176px; + width: 206px; } //查询栏---小区、楼、单元、楼号,级联长度 + .item_width_communitycascader{ + width: 141px; + } .item_width_buildcascader{ - width: 151px; + width: 96px; } .div_table{ diff --git a/src/views/modules/base/community/community.vue b/src/views/modules/base/community/community.vue index 95584973d..f4e0fc8e9 100644 --- a/src/views/modules/base/community/community.vue +++ b/src/views/modules/base/community/community.vue @@ -33,112 +33,153 @@ class=div_left> +
-