@@ -143,6 +36,7 @@ getTableData()
// background-color: #fff;
color: #ffffff;
padding: 20px;
+
.central-bank-title {
margin-bottom: 20px;
div {
@@ -208,93 +102,10 @@ getTableData()
color: #ffffff !important;
font-weight: 600;
}
-
}
}
}
.svg-icon{
margin-right: 6px;
}
-:deep(.el-dialog){
- background: url('../../../assets/images/dialogimg.png') no-repeat !important ;
- background-size:100% 100% !important;
- .el-dialog__header{
- padding: 0px;
- display: flex;
- justify-content: center;
-
- .el-dialog__headerbtn{
- .el-dialog__close{
- // background-color: pink !important;
- // 插入照片上去
- background: url('../../../assets/images/x.png') no-repeat !important ;
- background-size:100% 100% !important;
- width: 28px;
- height: 28px;
- margin-right: 15px;
- cursor: pointer;
- }
- }
- .el-dialog__title{
- margin-top: -20px;
- text-align: center;
- width: 216px;
- height: 59px;
- line-height: 59px;
- background: url('../../../assets/images/中央银行-切图/验证+解密弹窗-切图/弹窗标题.png') no-repeat !important ;
- background-size:100% 100% !important;
- color: #ffffff;
-
-
- }
- }
- .el-dialog__body{
- padding: 30px 60px;
- .df{
- display: flex;
- justify-content: space-between;
- align-items: center;
- color: #ffffff;
-
- }
- .el-form {
- .el-form-item__label{
- color: #ffffff;
- height: 46px;
- line-height: 46px;
- }
- .el-input__wrapper{
- background-color: transparent;
- box-shadow: none;
- caret-color: #ffffff;
-
- }
- .el-input{
- height: 46px;
- background: url('../../../assets/images/中央银行-切图/验证+解密弹窗-切图/输入框.png') no-repeat !important ;
- background-size:100% 100% !important;
-
- .el-input__inner{
- color: #ffffff;
- }
- }
- }
- }
- .el-dialog__footer{
- text-align: center;
- .dialog-footer{
- .el-button{
- // width: 244px;
- padding: 0 107px;
- height: 52px;
- border: 2px solid #25F4F9;
- background: linear-gradient(0deg, #0654B5 0%, #003155 50%, #2CD1E4 100%);
- box-shadow: 0px 5px 6px 0px rgba(0,48,255,0.77);
- border-radius: 8px;
- // background: url('../../../assets/images/中央银行-切图/验证+解密弹窗-切图/确定.png') no-repeat !important ;
- // background-size:100% 100% !important;
- }
- }
- }
-}