|
@@ -239,16 +239,15 @@ export default {
|
|
|
/deep/ .el-input__inner {
|
|
|
background-color: rgba(0, 0, 0, 0);
|
|
|
border: none;
|
|
|
- border-bottom: 3px solid #fff;
|
|
|
+ border-bottom: 2px solid #fff;
|
|
|
border-radius: 0;
|
|
|
- height: 48px;
|
|
|
- padding-bottom: 28px;
|
|
|
- margin-top: 72px;
|
|
|
- padding-left: 70px !important;
|
|
|
+ height: 100%;
|
|
|
+ padding-bottom: 4%;
|
|
|
+ margin-top: 15%;
|
|
|
+ padding-left: 11% !important;
|
|
|
font-size: 19px;
|
|
|
font-weight: 1000;
|
|
|
color: #fff;
|
|
|
- padding-left: 22px;
|
|
|
}
|
|
|
|
|
|
/deep/ .el-tabs__content {
|
|
@@ -270,7 +269,7 @@ export default {
|
|
|
width: 25px;
|
|
|
height: 25px;
|
|
|
font-size: 20px;
|
|
|
- border-radius: 5px;f
|
|
|
+ border-radius: 5px;
|
|
|
background-image: url("./img/img2.png")
|
|
|
}
|
|
|
|
|
@@ -293,15 +292,15 @@ export default {
|
|
|
}
|
|
|
|
|
|
/deep/ .el-button--default {
|
|
|
- margin-left: 15% !important;
|
|
|
+ margin-left: 15% !important;
|
|
|
border: 0px solid rgb(23, 73, 146);
|
|
|
- background: url("./img/img_1.png") no-repeat;
|
|
|
- background-size: 100% 100%;
|
|
|
+ background: url("./img/img_1.png") no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
/deep/ .el-button--primary {
|
|
|
margin-left: 10%;
|
|
|
- border: 0;
|
|
|
+ border: 0;
|
|
|
background: url("./img/img.png") no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|