|
@@ -978,10 +978,11 @@ export default {
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
align-items: center;
|
|
background-color: #ffff;
|
|
background-color: #ffff;
|
|
- margin: 0;
|
|
|
|
|
|
+ margin: 0 auto;
|
|
font-size: 18px !important;
|
|
font-size: 18px !important;
|
|
padding: 40px 100px;
|
|
padding: 40px 100px;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
|
+ // font-family: 'FangSong';
|
|
/deep/ .el-checkbox__label {
|
|
/deep/ .el-checkbox__label {
|
|
font-size: 16px !important;
|
|
font-size: 16px !important;
|
|
}
|
|
}
|
|
@@ -1053,6 +1054,7 @@ export default {
|
|
:deep(.el-select .el-input .el-select__caret) {
|
|
:deep(.el-select .el-input .el-select__caret) {
|
|
display: none;
|
|
display: none;
|
|
font-family: Arial, "Microsoft Yahe", "微软雅黑";
|
|
font-family: Arial, "Microsoft Yahe", "微软雅黑";
|
|
|
|
+ // font-family: 'FangSong';
|
|
}
|
|
}
|
|
:deep(.el-textarea__inner) {
|
|
:deep(.el-textarea__inner) {
|
|
// padding: 0;
|
|
// padding: 0;
|
|
@@ -1061,6 +1063,7 @@ export default {
|
|
text-align: center;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
font-family: Arial, "Microsoft Yahe", "微软雅黑";
|
|
font-family: Arial, "Microsoft Yahe", "微软雅黑";
|
|
|
|
+ // font-family: 'FangSong';
|
|
}
|
|
}
|
|
:deep(.el-input__inner) {
|
|
:deep(.el-input__inner) {
|
|
border: none;
|
|
border: none;
|
|
@@ -1068,6 +1071,7 @@ export default {
|
|
text-align: center;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
font-family: Arial, "Microsoft Yahe", "微软雅黑";
|
|
font-family: Arial, "Microsoft Yahe", "微软雅黑";
|
|
|
|
+ // font-family: 'FangSong';
|
|
}
|
|
}
|
|
:deep(input)::-webkit-outer-spin-button,
|
|
:deep(input)::-webkit-outer-spin-button,
|
|
:deep(input)::-webkit-inner-spin-button {
|
|
:deep(input)::-webkit-inner-spin-button {
|