|
@@ -2,9 +2,11 @@
|
|
|
color: #fff;
|
|
|
}
|
|
|
.jc_padding {
|
|
|
- padding: 18px 10px;
|
|
|
+ /* padding: 18px 10px; */
|
|
|
+ }
|
|
|
+ .mainpdding{
|
|
|
+ padding-left: .1094rem;
|
|
|
}
|
|
|
-
|
|
|
.line {
|
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
|
|
|
box-sizing: border-box;
|
|
@@ -25,6 +27,23 @@ color: #fff;
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: center;
|
|
|
}
|
|
|
+ .imgneon .el-icon svg {
|
|
|
+ background-image: url(../assets/img/jian.png);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-image: url(/src/assets/img/jian.png);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: center;
|
|
|
+ /* transform: rotate(346deg); */
|
|
|
+ background-size: cover;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: center;
|
|
|
+ transform: rotate(270deg);
|
|
|
+ -ms-transform: rotate(30deg);
|
|
|
+ transform-origin: 50% 50%;
|
|
|
+ }
|
|
|
+ .imgneon .el-icon svg path{
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
.L_aside .Frame4 {
|
|
|
background-image: url(../assets/img/Group27.png);
|
|
|
background-repeat: no-repeat;
|
|
@@ -73,7 +92,7 @@ color: #fff;
|
|
|
.L_aside .el-collapse .inputtext_1,
|
|
|
.L_aside .el-collapse-item__header .inputtext_1 {
|
|
|
font-weight: 400;
|
|
|
- font-size: 13px;
|
|
|
+ font-size: .0677rem;
|
|
|
color: #FFFFFF;
|
|
|
line-height: 14px;
|
|
|
text-align: left;
|
|
@@ -104,18 +123,20 @@ color: #fff;
|
|
|
border-image: linear-gradient(180deg, rgb(31, 107, 255), rgba(31, 107, 255, 0.48)) 1 1;
|
|
|
box-shadow: inset 0px 0px 17px 5px rgba(12, 97, 197, 0.2);
|
|
|
border-radius: 0px 0px 0px 0px;
|
|
|
+ height: 30px;
|
|
|
}
|
|
|
.header_l .el-image {
|
|
|
- padding: 10px 10px 0 0;
|
|
|
+ padding: 0px 10px 0 0;
|
|
|
}
|
|
|
.header_l h4 {
|
|
|
font-weight: bold;
|
|
|
- font-size: 12px;
|
|
|
+ font-size: 0.0625rem;
|
|
|
color: #68ADFF;
|
|
|
line-height: 14px;
|
|
|
text-align: left;
|
|
|
font-style: normal;
|
|
|
text-transform: none;
|
|
|
+ margin-top: 10px;
|
|
|
}
|
|
|
|
|
|
.tianjia {
|
|
@@ -144,7 +165,7 @@ color: #fff;
|
|
|
border-radius: 0px 0px 0px 0px;
|
|
|
}
|
|
|
.dialog_class .my-header .el-image {
|
|
|
- padding: 10px 10px 0 0;
|
|
|
+ padding: 0px 10px 0 0;
|
|
|
}
|
|
|
.dialog_class .my-header h4 {
|
|
|
font-weight: bold;
|
|
@@ -154,6 +175,7 @@ color: #fff;
|
|
|
text-align: left;
|
|
|
font-style: normal;
|
|
|
text-transform: none;
|
|
|
+ margin-top: 14px;
|
|
|
}
|
|
|
.dialog_class .my_content {
|
|
|
width: 100%;
|
|
@@ -223,9 +245,11 @@ color: #fff;
|
|
|
|
|
|
.el-table,
|
|
|
.el-table thead th {
|
|
|
- background-color: rgba(13, 22, 57, 0.96) !important;
|
|
|
+ background-color: rgba(rgba(26,38,69,0)) !important;
|
|
|
+ }
|
|
|
+ .el-table--enable-row-transition .el-table__body td.el-table__cell {
|
|
|
+ background-color: rgba(rgba(26,38,69,0)) !important;
|
|
|
}
|
|
|
-
|
|
|
.asides_content .el-form-item__label {
|
|
|
color: #FFFFFF !important;
|
|
|
}
|
|
@@ -233,18 +257,21 @@ color: #fff;
|
|
|
.asdis_btn {
|
|
|
display: flex;
|
|
|
margin-top: 9px;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ padding: 0 0.0469rem 0.0469rem 0.0469rem;
|
|
|
}
|
|
|
.asdis_btn .btn {
|
|
|
- flex: 1;
|
|
|
- width: 145px;
|
|
|
- height: 54px;
|
|
|
- background-image: url(../assets/img/Rectangle5.png);
|
|
|
+ width: .4167rem;
|
|
|
+ height:30px;
|
|
|
+ background-image: url(../assets/img/Group1429.png);
|
|
|
background-repeat: no-repeat;
|
|
|
- line-height: 54px;
|
|
|
+ line-height: 30px;
|
|
|
+ background-size: 100% 100%;
|
|
|
}
|
|
|
.asdis_btn .btn .spantext {
|
|
|
font-weight: bold;
|
|
|
- font-size: 12px;
|
|
|
+ font-size: 0.0625rem;
|
|
|
color: #FFFFFF;
|
|
|
text-align: center;
|
|
|
font-style: normal;
|
|
@@ -307,9 +334,9 @@ color: #fff;
|
|
|
text-transform: none;
|
|
|
}
|
|
|
|
|
|
- .jiancedian {
|
|
|
- width: 371px;
|
|
|
- position: absolute;
|
|
|
+ .jiancedian1 {
|
|
|
+ width: 1.7031rem;
|
|
|
+ position: fixed;
|
|
|
right: 0;
|
|
|
top: 70px;
|
|
|
box-shadow: inset 0px 0px 17px 5px rgba(12, 97, 197, 0.2);
|
|
@@ -413,28 +440,39 @@ color: #fff;
|
|
|
background-color: rgba(13, 22, 57, 0.96) !important;
|
|
|
} */
|
|
|
.el-table__row {
|
|
|
- box-shadow: inset 0px 0px 17px 5px rgba(12, 97, 197, 0.2);
|
|
|
+ border-radius: 0px 0px 0px 0px;
|
|
|
+border-bottom: 1px solid;
|
|
|
+border-image: linear-gradient(90deg, rgba(91, 175, 222, 0), rgba(91, 175, 222, 1), rgba(198, 232, 255, 1), rgba(0, 102, 201, 1), rgba(0, 102, 201, 0)) 1 1;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ /* box-shadow: inset 0px 0px 17px 5px rgba(12, 97, 197, 0.2);
|
|
|
border-radius: 0px 0px 0px 0px;
|
|
|
border: 1px solid;
|
|
|
- border-image: linear-gradient(180deg, rgba(31, 107, 255, 1), rgba(31, 107, 255, 0.48)) 1 1;
|
|
|
-}
|
|
|
+ border-image: linear-gradient(180deg, rgba(31, 107, 255, 1), rgba(31, 107, 255, 0.48)) 1 1; */
|
|
|
+
|
|
|
+ }
|
|
|
|
|
|
.el-table td.el-table__cell,
|
|
|
.el-table th.el-table__cell.is-leaf {
|
|
|
/* box-shadow: inset 0px 0px 17px 5px rgba(12,97,197,0.2); */
|
|
|
- border-radius: 0px 0px 0px 0px;
|
|
|
+ /* border-radius: 0px 0px 0px 0px;
|
|
|
border-bottom: 1px solid;
|
|
|
- border-image: linear-gradient(180deg, rgba(31, 107, 255, 1), rgba(31, 107, 255, 0.48)) 1 1;
|
|
|
-}
|
|
|
+ border-image: linear-gradient(180deg, rgba(31, 107, 255, 1), rgba(31, 107, 255, 0.48)) 1 1; */
|
|
|
+ border:none;
|
|
|
+ }
|
|
|
|
|
|
.oddRow {
|
|
|
- background-color: rgba(104, 173, 255, 0.20) !important;
|
|
|
+ /* background-color: rgba(104, 173, 255, 0.4) !important; */
|
|
|
+ background-color: rgba(13, 22, 57, 0) !important;
|
|
|
}
|
|
|
|
|
|
.evenRow {
|
|
|
- background-color: rgba(13, 22, 57, 0.96) !important;
|
|
|
+ background-color: rgba(13, 22, 57, 0) !important;
|
|
|
+}
|
|
|
+.el-table{
|
|
|
+ --el-table-bg-color: rgba(26,38,69,0);
|
|
|
}
|
|
|
-
|
|
|
.my_content1 .el-table .cell {
|
|
|
font-weight: 400;
|
|
|
font-size: 12px;
|
|
@@ -516,22 +554,6 @@ color: #fff;
|
|
|
background-color: rgba(104, 173, 255, 0) !important;
|
|
|
border: 1px solid #68ADFF;
|
|
|
}
|
|
|
-
|
|
|
-.asideg .el-collapse-item__header {
|
|
|
- height: 50px !important;
|
|
|
- width: 100%;
|
|
|
-
|
|
|
- background-position: left;
|
|
|
- border: none !important;
|
|
|
- font-weight: bold;
|
|
|
- font-size: 15px;
|
|
|
- color: #FFFFFF;
|
|
|
- line-height: 18px;
|
|
|
- text-align: left;
|
|
|
- font-style: normal;
|
|
|
- text-transform: none;
|
|
|
-}
|
|
|
-
|
|
|
.leftbgimg .el-collapse-item__header {
|
|
|
background-image: url(../assets/img/Group1386.png) !important;
|
|
|
}
|
|
@@ -584,9 +606,9 @@ color: #fff;
|
|
|
}
|
|
|
|
|
|
.asideg .el-input__inner {
|
|
|
- color: rgba(255, 15, 15, 1);
|
|
|
+ color: #00FFF0;
|
|
|
font-weight: 400;
|
|
|
- font-size: 16px;
|
|
|
+ font-size: .0833rem;
|
|
|
}
|
|
|
|
|
|
.el-collapse {
|
|
@@ -596,13 +618,6 @@ color: #fff;
|
|
|
--el-collapse-content-text-color: rgba(104, 173, 255, 0) !important;
|
|
|
--el-collapse-content-bg-color: rgba(104, 173, 255, 0) !important;
|
|
|
}
|
|
|
-
|
|
|
-.asideg .el-collapse-item__wrap {
|
|
|
- background: rgba(26,38,69,0.4);
|
|
|
- border-radius: 0px 0px 0px 0px;
|
|
|
- border: 1px solid;
|
|
|
- border-image: linear-gradient(237deg, rgba(16, 92, 240, 1), rgba(164, 195, 255, 1)) 1 1;background: rgba(26,38,69,0.4);
|
|
|
-}
|
|
|
#textarea_id {
|
|
|
color: #fff;
|
|
|
font-size: 12px;
|
|
@@ -763,7 +778,7 @@ color: #fff;
|
|
|
|
|
|
.jc_padding .el-table .cell {
|
|
|
font-weight: 400;
|
|
|
- font-size: 0.0625rem;
|
|
|
+ font-size: .0677rem;
|
|
|
color: #FFFFFF;
|
|
|
line-height: 14px;
|
|
|
text-align: left;
|
|
@@ -800,11 +815,7 @@ color: #fff;
|
|
|
--el-button-bg-color:rgba(0,0,0,0);
|
|
|
border: none;
|
|
|
}
|
|
|
-.el-button:focus, .el-button:hover{
|
|
|
- background: rgba(104, 173, 255, 0) !important;
|
|
|
- color: rgba(255, 255, 25, 1) !important;
|
|
|
- border: none;
|
|
|
-}
|
|
|
+
|
|
|
.pagination {
|
|
|
margin-top: 30px;
|
|
|
display: flex;
|
|
@@ -838,21 +849,47 @@ color: #fff;
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
.btns {
|
|
|
- width: 72px;
|
|
|
- height: 30px;
|
|
|
- background-image: url(../../assets/img/Rectangle399.png);
|
|
|
+ width: .3125rem;
|
|
|
+ height: 23px;
|
|
|
+ background-image: url(../assets/img/Rectangle399.png);
|
|
|
background-repeat: no-repeat;
|
|
|
- line-height: 30px;
|
|
|
+ background-size: cover;
|
|
|
+ line-height: 21px;
|
|
|
overflow: hidden;
|
|
|
- margin: 10px 0;
|
|
|
+
|
|
|
+ }
|
|
|
+ .tabactive{
|
|
|
+ background-image: url(/src/assets/img/Rectangle3992.png) !important;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
+ .chuactive{
|
|
|
+ background-image: url(/src/assets/img/Group1403.png) !important;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
+ .tabactive .spantext {
|
|
|
+ opacity:1 !important;
|
|
|
+ }
|
|
|
+ .el-table tr{
|
|
|
+ background: rgba(26,38,69,0) !important;
|
|
|
+
|
|
|
}
|
|
|
.btns .spantext {
|
|
|
font-weight: bold;
|
|
|
- font-size: 12px;
|
|
|
+ font-size: .0625rem;
|
|
|
color: #ffffff;
|
|
|
text-align: left;
|
|
|
font-style: normal;
|
|
|
text-transform: none;
|
|
|
+ opacity: 0.6;
|
|
|
+ }
|
|
|
+ .el-table__body-wrapper .el-table__row .el-button>span{
|
|
|
+ font-size: .0625rem !important;
|
|
|
+ }
|
|
|
+ .el-table__body-wrapper .el-table__row .el-button:focus, .el-button:hover{
|
|
|
+ background-color:rgba(255, 255, 25, 0) !important;;
|
|
|
+ color: rgba(255, 255, 25, 1) !important;
|
|
|
+ border: none;
|
|
|
+
|
|
|
}
|
|
|
ul,
|
|
|
ol {
|
|
@@ -878,19 +915,7 @@ ol {
|
|
|
.el-table__body-wrapper .el-radio__label{
|
|
|
display: none !important;
|
|
|
}
|
|
|
-.btns{
|
|
|
- width: 72px;
|
|
|
- height: 30px;
|
|
|
- background-image: url(../../src/assets/img/Rectangle399.png);
|
|
|
- background-repeat: no-repeat;
|
|
|
- line-height: 30px;
|
|
|
- overflow: hidden;
|
|
|
- margin: 10px 0;
|
|
|
-}
|
|
|
-.flex_a {
|
|
|
- flex: 1;
|
|
|
- padding: 0 19px;
|
|
|
-}
|
|
|
+
|
|
|
.leftbgimg1 .el-collapse-item__header {
|
|
|
background-image: url(../../src/assets/img//Group1386.png)!important;
|
|
|
background-size: 100% 100%;
|
|
@@ -902,13 +927,13 @@ ol {
|
|
|
background-position-x: center !important;
|
|
|
}
|
|
|
.asideg .el-collapse-item__header {
|
|
|
- height: 30px !important;
|
|
|
+ height: 0.2084rem !important;
|
|
|
width: 100%;
|
|
|
color: #fff;
|
|
|
background-position: left;
|
|
|
border: none !important;
|
|
|
font-weight: bold;
|
|
|
- font-size: 0.07293rem;
|
|
|
+ font-size :.0729rem;
|
|
|
color: #ffffff;
|
|
|
line-height: 18px;
|
|
|
text-align: left;
|
|
@@ -916,10 +941,17 @@ ol {
|
|
|
text-transform: none;
|
|
|
}
|
|
|
.asideg .el-collapse-item__wrap {
|
|
|
- box-shadow: inset 0 0 17px 5px #0c61c533;
|
|
|
- border-radius: 4px;
|
|
|
- border-bottom: 1px solid;
|
|
|
- border-image: linear-gradient(180deg,rgba(31,107,255,1),rgba(31,107,255,.48)) 1 1;
|
|
|
+ background: rgba(26,38,69,0.4);
|
|
|
+ box-shadow: inset -4px 7 12px 0px rgba(140,198,255,0.01);
|
|
|
+ border-radius: 0px 0px 0px 0px;
|
|
|
+ border: 1px solid;
|
|
|
+ border-bottom: 2px solid;
|
|
|
+ border-image: linear-gradient(237deg, rgba(16, 92, 240, 1), rgba(164, 195, 255, 1)) 1 1;
|
|
|
+}
|
|
|
+.headerimg{
|
|
|
+ background-image: url(/src/assets/img/Group1386.png)!important;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ background-repeat: no-repeat;
|
|
|
}
|
|
|
.magintop {
|
|
|
display: flex;
|
|
@@ -937,14 +969,6 @@ ol {
|
|
|
line-height: 23px;
|
|
|
padding: 0 12px;
|
|
|
}
|
|
|
-.btns .spantext{
|
|
|
- font-weight: 700;
|
|
|
- font-size: 12px;
|
|
|
- color: #fff;
|
|
|
- text-align: left;
|
|
|
- font-style: normal;
|
|
|
- text-transform: none;
|
|
|
-}
|
|
|
.padingcla .flex_a {
|
|
|
padding: 0 2px!important;
|
|
|
}
|
|
@@ -1303,9 +1327,97 @@ font-size: .0833rem;
|
|
|
}
|
|
|
.header_l .closeimg {
|
|
|
position: absolute;
|
|
|
- top:0;
|
|
|
+ top:9px;
|
|
|
right: 0;
|
|
|
}
|
|
|
.header_l {
|
|
|
position: relative;
|
|
|
+}
|
|
|
+.maincontent{
|
|
|
+ left: 0;
|
|
|
+ overflow: auto;
|
|
|
+ height: calc(100vh - 106px);
|
|
|
+}
|
|
|
+/* 隐藏滚动条 */
|
|
|
+::-webkit-scrollbar {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
+/* 启用滚动 */
|
|
|
+.scrollable {
|
|
|
+ overflow: auto;
|
|
|
+ -webkit-overflow-scrolling: touch; /* 移动端使用触摸滚动 */
|
|
|
+}
|
|
|
+/* 隐藏滚动条 */
|
|
|
+.scrollable {
|
|
|
+ scrollbar-width: none; /* Firefox */
|
|
|
+ overflow: auto;
|
|
|
+}
|
|
|
+.first-right{
|
|
|
+ position: absolute;
|
|
|
+ z-index: 206;
|
|
|
+ top: 0;
|
|
|
+}
|
|
|
+.jiancedian {
|
|
|
+ width: 1.7031rem;
|
|
|
+ position: fixed;
|
|
|
+ right: 0;
|
|
|
+ top: 70px;
|
|
|
+ background-color: rgb(26,38,69,0.4);
|
|
|
+
|
|
|
+}
|
|
|
+.zongji{
|
|
|
+ padding: 30px;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+}
|
|
|
+.zongjili{
|
|
|
+ width: .4271rem;
|
|
|
+ height: .2708rem;
|
|
|
+ line-height: .3542rem;
|
|
|
+ font-size: .0729rem;
|
|
|
+ color: #fff;
|
|
|
+ position: relative;
|
|
|
+ padding: 0 0.0925rem;
|
|
|
+ text-align: left;
|
|
|
+
|
|
|
+}
|
|
|
+.zongjili span{
|
|
|
+ position: absolute;
|
|
|
+ right: 5px;
|
|
|
+
|
|
|
+}
|
|
|
+.img1{
|
|
|
+ background-image: url(../assets/img/Group1399.png);
|
|
|
+ background-size: 100% 100%;
|
|
|
+}
|
|
|
+.img2{
|
|
|
+ background-image: url(../assets/img/Group1400.png);
|
|
|
+ background-size: 100% 100%;
|
|
|
+}
|
|
|
+.img3{
|
|
|
+ background-image: url(../assets/img/Group1392.png);
|
|
|
+ background-size: 100% 100%;
|
|
|
+}
|
|
|
+.img4{
|
|
|
+ background-image: url(../assets/img/Group1394.png);
|
|
|
+ background-size: 100% 100%;
|
|
|
+ font-size: .0469rem;
|
|
|
+}
|
|
|
+.rg-padding{
|
|
|
+ padding: .0521rem;
|
|
|
+}
|
|
|
+.xian2{
|
|
|
+ background: rgba(0,102,201,0.1);
|
|
|
+ border-radius: 0px 0px 0px 0px;
|
|
|
+ border: 1px solid;
|
|
|
+ border-image: linear-gradient(326deg, rgba(0, 102, 201, 1), rgba(91, 175, 222, 1)) 1 1;
|
|
|
+}
|
|
|
+.hedse{
|
|
|
+ text-align: left;
|
|
|
+ color: #fff;
|
|
|
+ line-height: .2083rem;
|
|
|
+}
|
|
|
+.iconimg1{
|
|
|
+ padding: 0 12px;
|
|
|
}
|