-
取消
+
取消
确定
@@ -290,6 +304,7 @@ export default {
margin: 0 auto;
.ant-form-item {
display: flex;
+ margin-bottom: 16px;
// align-items: center;
}
/deep/ .ant-form-explain {
@@ -312,7 +327,7 @@ export default {
color: #4d575e;
}
.ant-input {
- height: 40px;
+ height: 32px;
// background-color: #f6f6f6;
// width: 430px;
text-indent: 15px;
@@ -329,13 +344,13 @@ export default {
&::placeholder {
opacity: 0.4;
color: #4d575e;
- font-size: 16px;
+ font-size: 14px;
text-indent: 15px;
}
}
}
.ant-input {
- height: 40px;
+ height: 32px;
// background-color: #f6f6f6;
// width: 430px;
text-indent: 15px;
@@ -352,7 +367,7 @@ export default {
&::placeholder {
opacity: 0.4;
color: #4d575e;
- font-size: 16px;
+ font-size: 14px;
text-indent: 15px;
}
}
@@ -414,4 +429,18 @@ export default {
width: 430px;
top: -15px;
}
+.sms-btn{
+ width: 102px !important;
+ height: 32px !important;
+ border: 1px solid #1890ff !important;
+ color: #1677ff !important;
+ background-color: transparent;
+ border-color: #1677ff;
+ box-shadow: none;
+ font-size: 14px !important;
+ // padding: 7px 12.5px;
+ border-radius: 6px;
+ position: relative;
+ top: 4px;
+}