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

fix:调整字体

parent 8cf8e5e3
......@@ -11,7 +11,7 @@
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: \5b8b\4f53, arial, georgia, verdana, helvetica, sans-serif !important;
font-family: "Microsoft Yahei", sans-serif;
font-size: 14px;
}
......@@ -49,6 +49,7 @@
margin: 15px 0;
font-size: 14px;
color: #2C2C2C;
font-family: \5b8b\4f53, arial, georgia, verdana, helvetica, sans-serif !important;
}
.breadcrumb_item{
font-weight: bold;
......@@ -130,6 +131,11 @@
width: 5px;
float: left;
}
.tabMenuBox .tabMenu a{
font-family: \5b8b\4f53, arial, georgia, verdana, helvetica, sans-serif !important;
}
.tabMenuBox li span {
display: block;
height: 40px;
......@@ -214,6 +220,8 @@
width: 210px;
text-align: right;
color: #333;
margin-right: 10px;
font-family: \5b8b\4f53, arial, georgia, verdana, helvetica, sans-serif !important;
}
.required {
color: red;
......@@ -221,7 +229,7 @@
}
.form-input,
.form-select {
padding: 5px 8px;
padding: 5px 8px 5px 10px;
border: 1px solid #d9d9d9;
width: 230px;
}
......@@ -337,9 +345,14 @@
padding-left: 10px;
padding-right: 11px;
}
.tableTitle span{
font-family: \5b8b\4f53, arial, georgia, verdana, helvetica, sans-serif !important;
}
.titleTxt {
float: left;
font-weight: bold;
font-family: \5b8b\4f53, arial, georgia, verdana, helvetica, sans-serif !important;
}
/* 温馨提示 */
.tips-section {
......@@ -397,6 +410,7 @@
width: 230px;
text-align: right;
padding-right: 5px;
font-family: \5b8b\4f53, arial, georgia, verdana, helvetica, sans-serif !important;
}
.select {
height: 27px;
......@@ -473,9 +487,11 @@
background: #c8e0f5;
font-weight: bold;
text-align: center;
font-family: \5b8b\4f53, arial, georgia, verdana, helvetica, sans-serif !important;
}
.tableListBody td {
text-align: center;
font-family: \5b8b\4f53, arial, georgia, verdana, helvetica, sans-serif !important;
}
.tableListBody:hover {
background-color: #ebf4fb;
......@@ -497,11 +513,18 @@
display: flex;
justify-content: space-between;
}
.footerLeft{
font-family: \5b8b\4f53, arial, georgia, verdana, helvetica, sans-serif !important;
}
.splitPage a {
color: #0066b3;
cursor: pointer;
text-decoration: 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 {
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