|
|
@ -2,9 +2,13 @@ html { |
|
|
scroll-behavior: smooth; |
|
|
scroll-behavior: smooth; |
|
|
/* 使整个页面的滚动平滑 */ |
|
|
/* 使整个页面的滚动平滑 */ |
|
|
} |
|
|
} |
|
|
|
|
|
:root { |
|
|
|
|
|
--font-chinese: "Microsoft YaHei", "Microsoft YaHei UI", -apple-system, |
|
|
|
|
|
BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", |
|
|
|
|
|
"Helvetica Neue", Helvetica, Arial, sans-serif; |
|
|
|
|
|
} |
|
|
body { |
|
|
body { |
|
|
font-family: Microsoft YaHei UI; |
|
|
font-family: var(--font-chinese) !important; |
|
|
font-size: 14px; |
|
|
font-size: 14px; |
|
|
margin: 0; |
|
|
margin: 0; |
|
|
width: 100vw; |
|
|
width: 100vw; |
|
|
@ -30,7 +34,6 @@ body { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.pageTitle { |
|
|
.pageTitle { |
|
|
font-family: Microsoft YaHei UI; |
|
|
|
|
|
font-size: 16px; |
|
|
font-size: 16px; |
|
|
font-weight: bold; |
|
|
font-weight: bold; |
|
|
line-height: normal; |
|
|
line-height: normal; |
|
|
@ -41,7 +44,6 @@ body { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.littleTitle { |
|
|
.littleTitle { |
|
|
font-family: Microsoft YaHei UI; |
|
|
|
|
|
font-size: 14px; |
|
|
font-size: 14px; |
|
|
font-weight: bold; |
|
|
font-weight: bold; |
|
|
line-height: normal; |
|
|
line-height: normal; |
|
|
@ -354,7 +356,7 @@ body { |
|
|
|
|
|
|
|
|
.flex-left-desc { |
|
|
.flex-left-desc { |
|
|
/* body/body 2_regular */ |
|
|
/* body/body 2_regular */ |
|
|
font-family: Microsoft YaHei UI; |
|
|
|
|
|
font-size: 14px; |
|
|
font-size: 14px; |
|
|
font-weight: normal; |
|
|
font-weight: normal; |
|
|
line-height: normal; |
|
|
line-height: normal; |
|
|
@ -395,7 +397,7 @@ body { |
|
|
border-radius: 2px; |
|
|
border-radius: 2px; |
|
|
width: 96px; |
|
|
width: 96px; |
|
|
height: 38px; |
|
|
height: 38px; |
|
|
font-family: Microsoft YaHei UI; |
|
|
|
|
|
font-size: 14px; |
|
|
font-size: 14px; |
|
|
letter-spacing: 0.08em; |
|
|
letter-spacing: 0.08em; |
|
|
display: flex; |
|
|
display: flex; |
|
|
@ -601,7 +603,7 @@ body { |
|
|
.el-input { |
|
|
.el-input { |
|
|
border-radius: 2px; |
|
|
border-radius: 2px; |
|
|
border: 1px solid transparent; |
|
|
border: 1px solid transparent; |
|
|
font-family: Microsoft YaHei UI; |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.el-input:focus-within { |
|
|
.el-input:focus-within { |
|
|
@ -650,7 +652,7 @@ body { |
|
|
.el-input__inner::placeholder { |
|
|
.el-input__inner::placeholder { |
|
|
color: #BABDC2; |
|
|
color: #BABDC2; |
|
|
letter-spacing: 0.08em; |
|
|
letter-spacing: 0.08em; |
|
|
font-family: Microsoft YaHei UI; |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.el-input--prefix .el-input__inner { |
|
|
.el-input--prefix .el-input__inner { |
|
|
@ -685,7 +687,7 @@ body { |
|
|
// 应用在表格表头上的下拉开框 统一类名修改 字体效果 |
|
|
// 应用在表格表头上的下拉开框 统一类名修改 字体效果 |
|
|
.tableHeaderSelect ::v-deep .el-input__inner { |
|
|
.tableHeaderSelect ::v-deep .el-input__inner { |
|
|
font-weight: normal; |
|
|
font-weight: normal; |
|
|
font-family: Microsoft YaHei UI; |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.el-select:hover .el-input__inner { |
|
|
.el-select:hover .el-input__inner { |
|
|
@ -713,7 +715,7 @@ body { |
|
|
padding: 10px 12px; |
|
|
padding: 10px 12px; |
|
|
border-radius: 2px; |
|
|
border-radius: 2px; |
|
|
height: 100% !important; |
|
|
height: 100% !important; |
|
|
font-family: Microsoft YaHei UI; |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.el-textarea__inner:hover { |
|
|
.el-textarea__inner:hover { |
|
|
@ -1194,7 +1196,7 @@ body { |
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content: space-between; |
|
|
justify-content: space-between; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
font-family: Microsoft YaHei UI; |
|
|
|
|
|
|
|
|
|
|
|
.left b { |
|
|
.left b { |
|
|
display: block; |
|
|
display: block; |
|
|
|