|
@@ -424,7 +424,7 @@ $back: #333;
|
|
color: $back;
|
|
color: $back;
|
|
height: 47px;
|
|
height: 47px;
|
|
caret-color: $back;
|
|
caret-color: $back;
|
|
- // border-bottom: 1px solid #eaeaea;
|
|
|
|
|
|
+ border-bottom: none !important;
|
|
&:-webkit-autofill {
|
|
&:-webkit-autofill {
|
|
box-shadow: 0 0 0px 1000px $cursor inset !important;
|
|
box-shadow: 0 0 0px 1000px $cursor inset !important;
|
|
-webkit-text-fill-color: $back !important;
|
|
-webkit-text-fill-color: $back !important;
|
|
@@ -479,6 +479,9 @@ $back: #333;
|
|
top: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
}
|
|
|
|
+ .el-checkbox {
|
|
|
|
+ margin: 0 !important;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
/* 可以设置不同的进入和离开动画 */
|
|
/* 可以设置不同的进入和离开动画 */
|
|
/* 设置持续时间和动画函数 */
|
|
/* 设置持续时间和动画函数 */
|
|
@@ -498,7 +501,7 @@ $back: #333;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
- margin-top: 35px;
|
|
|
|
|
|
+ margin-top: 30px;
|
|
text-align: center;
|
|
text-align: center;
|
|
text-align-last: center;
|
|
text-align-last: center;
|
|
&-item-tip {
|
|
&-item-tip {
|
|
@@ -542,22 +545,17 @@ $light_gray: #eee;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
- padding: 0 30px;
|
|
|
|
|
|
+ margin: 0 30px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
font-size: 24px;
|
|
font-size: 24px;
|
|
color: #666666;
|
|
color: #666666;
|
|
|
|
+ line-height: 40px;
|
|
|
|
+ border-bottom: 3px solid #FFFFFF;
|
|
}
|
|
}
|
|
.acitve {
|
|
.acitve {
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
color: #4684f4;
|
|
color: #4684f4;
|
|
-}
|
|
|
|
-.acitve::after {
|
|
|
|
- display: block;
|
|
|
|
- content: "";
|
|
|
|
- margin-top: 7.5px;
|
|
|
|
- width: 115px;
|
|
|
|
- height: 3px;
|
|
|
|
- background-color: #4684f4;
|
|
|
|
|
|
+ border-bottom: 3px solid #4684f4;
|
|
}
|
|
}
|
|
.flexBox {
|
|
.flexBox {
|
|
display: flex;
|
|
display: flex;
|
|
@@ -572,7 +570,7 @@ $light_gray: #eee;
|
|
height: 50px;
|
|
height: 50px;
|
|
margin-bottom: 20px;
|
|
margin-bottom: 20px;
|
|
background: #ffffff;
|
|
background: #ffffff;
|
|
- border: 1px solid #e6e6e6;
|
|
|
|
|
|
+ border: 1px solid #e6e6e6 !important;
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
}
|
|
}
|
|
.input-box:last-child {
|
|
.input-box:last-child {
|
|
@@ -629,7 +627,6 @@ $light_gray: #eee;
|
|
letter-spacing: 4px;
|
|
letter-spacing: 4px;
|
|
text-align: center;
|
|
text-align: center;
|
|
margin-bottom: 35px;
|
|
margin-bottom: 35px;
|
|
- padding: 10px 0 0 0;
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|