|
|
@@ -2,8 +2,6 @@
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
display: flex;
|
|
|
- background-image: url('../../assets/img/bgC.jpg');
|
|
|
- background-size: 100% 100%;
|
|
|
|
|
|
:global {
|
|
|
.layoutLeft {
|
|
|
@@ -12,8 +10,12 @@
|
|
|
height: 100%;
|
|
|
|
|
|
.layoutLeftTop {
|
|
|
- text-align: center;
|
|
|
- padding: 20px 20px 0px;
|
|
|
+ height: 70px;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ background-color: #243220;
|
|
|
+
|
|
|
.logo {
|
|
|
width: 150px;
|
|
|
position: relative;
|
|
|
@@ -22,13 +24,12 @@
|
|
|
}
|
|
|
|
|
|
.layoutLeftMain {
|
|
|
- background-image: linear-gradient(rgba(27, 27, 28, 0.7), rgba(0, 0, 0, 0.3));
|
|
|
- margin-top: 27px;
|
|
|
- height: calc(100% - 80px);
|
|
|
+ height: calc(100% - 70px);
|
|
|
overflow-y: auto;
|
|
|
padding-bottom: 10px;
|
|
|
padding: 30px 0 0;
|
|
|
- backdrop-filter: blur(4px);
|
|
|
+ background-image: url('../../assets/img/latLeftBg.jpg');
|
|
|
+ background-size: 100% 100%;
|
|
|
|
|
|
&::-webkit-scrollbar-thumb {
|
|
|
background: var(--themeColor);
|
|
|
@@ -51,11 +52,11 @@
|
|
|
background-image: url('../../assets/img/UnionNo.png');
|
|
|
background-size: 100% 100%;
|
|
|
position: relative;
|
|
|
+ font-weight: 700;
|
|
|
// opacity: .8;
|
|
|
& > span {
|
|
|
position: absolute;
|
|
|
- top: 2px;
|
|
|
- right: 36px;
|
|
|
+ right: 24px;
|
|
|
display: inline-block;
|
|
|
margin-left: 20px;
|
|
|
transition: all 0.3s;
|
|
|
@@ -67,9 +68,12 @@
|
|
|
.layoutLRowBoxTxtShow {
|
|
|
background-image: url('../../assets/img/Union.png');
|
|
|
}
|
|
|
+ .layoutLRowBoxTxtShowAc {
|
|
|
+ color: var(--themeColor2);
|
|
|
+ }
|
|
|
|
|
|
.layoutLRowBoxRow {
|
|
|
- padding-left: 75px;
|
|
|
+ padding-left: 60px;
|
|
|
width: 200px;
|
|
|
margin: 3px auto;
|
|
|
opacity: 0.8;
|
|
|
@@ -79,19 +83,18 @@
|
|
|
font-size: 16px;
|
|
|
height: 40px;
|
|
|
line-height: 40px;
|
|
|
- background-color: #3e3129;
|
|
|
+ background-color: #24664b;
|
|
|
overflow: hidden;
|
|
|
position: relative;
|
|
|
|
|
|
&:hover {
|
|
|
opacity: 1;
|
|
|
- background-color: #ab925b;
|
|
|
+ background-color: var(--themeColor2);
|
|
|
}
|
|
|
& > span {
|
|
|
position: absolute;
|
|
|
- right: 20px;
|
|
|
+ right: 24px;
|
|
|
display: inline-block;
|
|
|
- margin-left: 20px;
|
|
|
transition: all 0.3s;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
@@ -103,7 +106,7 @@
|
|
|
|
|
|
.active {
|
|
|
opacity: 1;
|
|
|
- background-color: #ab925b;
|
|
|
+ background-color: var(--themeColor2);
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -115,8 +118,9 @@
|
|
|
overflow: hidden;
|
|
|
|
|
|
.layoutRightTop {
|
|
|
- height: 60px;
|
|
|
+ height: 70px;
|
|
|
position: relative;
|
|
|
+ background-color: #243220;
|
|
|
|
|
|
.user {
|
|
|
position: absolute;
|
|
|
@@ -186,24 +190,24 @@
|
|
|
}
|
|
|
|
|
|
.layoutRightMain {
|
|
|
- height: calc(100% - 60px);
|
|
|
- padding: 15px 15px 0;
|
|
|
- margin-top: 20px;
|
|
|
- height: calc(100% - 80px);
|
|
|
+ padding: 24px 24px 20px;
|
|
|
+ height: calc(100% - 70px);
|
|
|
+ background-color: #ebeded;
|
|
|
|
|
|
.mainBoxR {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
// overflow: hidden;
|
|
|
position: relative;
|
|
|
- background-image: url('../../assets/img/cBac.png');
|
|
|
- background-size: 100% 100%;
|
|
|
- padding: 24px 15px 15px;
|
|
|
|
|
|
& > div {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
position: relative;
|
|
|
+ // padding: 15px;
|
|
|
+ border: 1px solid #d1d3d3;
|
|
|
+ background-color: #f7f8f8;
|
|
|
+ border-radius: 10px;
|
|
|
|
|
|
// background-color: #fff;
|
|
|
// border-radius: 10px;
|