From d6caa7f8cbdd1f57ed9be4571fc7d86d21bdfbeb Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 14 Aug 2021 15:59:35 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_regulatory
---
src/views/home/index.scss | 42 ++++++++++++++++++++++++++++--------------
1 files changed, 28 insertions(+), 14 deletions(-)
diff --git a/src/views/home/index.scss b/src/views/home/index.scss
index 46592ba..2547ffb 100644
--- a/src/views/home/index.scss
+++ b/src/views/home/index.scss
@@ -427,23 +427,22 @@
.left2-btn{
height: 21px;
width: 69px;
- background-color: #2a3e9d;
+ background-color: #0445b5;
font-size: 13px !important;
font-weight: 700;
- color: #FFFF80 !important;
+ color: #fff !important;
line-height: 21px !important;
- border-radius: 10px;
text-align: center;
position: absolute;
cursor: pointer;
}
.left2-btn.btn1{
- right: 100px;
- margin-top: 22px;
+ right: 106px;
+ margin-top: 25px;
}
.left2-btn.btn2{
- right: 21px;
- margin-top: 22px;
+ right: 25px;
+ margin-top: 25px;
}
.left2-btn.date{
margin-left: 74px;
@@ -490,16 +489,18 @@
}
.rightData1{
margin-left: 42px;
+ margin-top: 23px;
}
.rightData2{
margin-left: 58px;
+ margin-top: 23px;
}
.rightData3{
- margin-top: 8px;
+ margin-top: 21px;
margin-left: 42px;
}
.rightData4{
- margin-top: 8px;
+ margin-top: 21px;
margin-left: 58px;
}
.rightData5{
@@ -540,7 +541,7 @@
display: flex;
line-height: 30px;
margin-top: 10px;
- margin-left: 67px;
+ margin-left: 28px;
position: absolute;
.block1{
width: 23px;
@@ -558,6 +559,9 @@
color: #2ec7c9;
font-size: 17px;
font-weight: 700;
+ display: block;
+ width: 65px;
+ text-align: center;
}
span:nth-child(4){
font-size: 13px;
@@ -565,7 +569,7 @@
}
}
.leftEchartTitle2{
- right: 72px;
+ right: 35px;
.block1{
background: #b6a2de;
}
@@ -575,7 +579,7 @@
}
}
.leftEchartTitle3{
- margin-top: 43px;
+ margin-top: 37px;
.block1{
background: #5ab1ef;
}
@@ -585,8 +589,8 @@
}
}
.leftEchartTitle4{
- margin-top: 43px;
- right: 72px;
+ margin-top: 37px;
+ right: 35px;
.block1{
background: #ffb980;
}
@@ -595,5 +599,15 @@
font-size: 15px;
}
}
+ .leftEchartTitle5{
+ margin-top: 64px;
+ .block1{
+ background: #fc8452;
+ }
+ span:nth-child(3){
+ color: #fc8452;
+ font-size: 15px;
+ }
+ }
--
Gitblit v1.9.3