Commit a4b96570 authored by 秦垚玲's avatar 秦垚玲

fix:调整字体

parent 8cf8e5e3
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
margin: 0; margin: 0;
padding: 0; padding: 0;
box-sizing: border-box; box-sizing: border-box;
font-family: \5b8b\4f53, arial, georgia, verdana, helvetica, sans-serif !important; font-family: "Microsoft Yahei", sans-serif;
font-size: 14px; font-size: 14px;
} }
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
margin: 15px 0; margin: 15px 0;
font-size: 14px; font-size: 14px;
color: #2C2C2C; color: #2C2C2C;
font-family: \5b8b\4f53, arial, georgia, verdana, helvetica, sans-serif !important;
} }
.breadcrumb_item{ .breadcrumb_item{
font-weight: bold; font-weight: bold;
...@@ -130,6 +131,11 @@ ...@@ -130,6 +131,11 @@
width: 5px; width: 5px;
float: left; float: left;
} }
.tabMenuBox .tabMenu a{
font-family: \5b8b\4f53, arial, georgia, verdana, helvetica, sans-serif !important;
}
.tabMenuBox li span { .tabMenuBox li span {
display: block; display: block;
height: 40px; height: 40px;
...@@ -214,6 +220,8 @@ ...@@ -214,6 +220,8 @@
width: 210px; width: 210px;
text-align: right; text-align: right;
color: #333; color: #333;
margin-right: 10px;
font-family: \5b8b\4f53, arial, georgia, verdana, helvetica, sans-serif !important;
} }
.required { .required {
color: red; color: red;
...@@ -221,7 +229,7 @@ ...@@ -221,7 +229,7 @@
} }
.form-input, .form-input,
.form-select { .form-select {
padding: 5px 8px; padding: 5px 8px 5px 10px;
border: 1px solid #d9d9d9; border: 1px solid #d9d9d9;
width: 230px; width: 230px;
} }
...@@ -337,9 +345,14 @@ ...@@ -337,9 +345,14 @@
padding-left: 10px; padding-left: 10px;
padding-right: 11px; padding-right: 11px;
} }
.tableTitle span{
font-family: \5b8b\4f53, arial, georgia, verdana, helvetica, sans-serif !important;
}
.titleTxt { .titleTxt {
float: left; float: left;
font-weight: bold; font-weight: bold;
font-family: \5b8b\4f53, arial, georgia, verdana, helvetica, sans-serif !important;
} }
/* 温馨提示 */ /* 温馨提示 */
.tips-section { .tips-section {
...@@ -397,6 +410,7 @@ ...@@ -397,6 +410,7 @@
width: 230px; width: 230px;
text-align: right; text-align: right;
padding-right: 5px; padding-right: 5px;
font-family: \5b8b\4f53, arial, georgia, verdana, helvetica, sans-serif !important;
} }
.select { .select {
height: 27px; height: 27px;
...@@ -473,9 +487,11 @@ ...@@ -473,9 +487,11 @@
background: #c8e0f5; background: #c8e0f5;
font-weight: bold; font-weight: bold;
text-align: center; text-align: center;
font-family: \5b8b\4f53, arial, georgia, verdana, helvetica, sans-serif !important;
} }
.tableListBody td { .tableListBody td {
text-align: center; text-align: center;
font-family: \5b8b\4f53, arial, georgia, verdana, helvetica, sans-serif !important;
} }
.tableListBody:hover { .tableListBody:hover {
background-color: #ebf4fb; background-color: #ebf4fb;
...@@ -497,11 +513,18 @@ ...@@ -497,11 +513,18 @@
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
} }
.footerLeft{
font-family: \5b8b\4f53, arial, georgia, verdana, helvetica, sans-serif !important;
}
.splitPage a { .splitPage a {
color: #0066b3; color: #0066b3;
cursor: pointer; cursor: pointer;
text-decoration: none; text-decoration: none;
outline: none; outline: none;
font-family: \5b8b\4f53, arial, georgia, verdana, helvetica, sans-serif !important;
}
.splitPage span {
font-family: \5b8b\4f53, arial, georgia, verdana, helvetica, sans-serif !important;
} }
.curPageNum { .curPageNum {
padding: 4px 4px; padding: 4px 4px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment