szh_zidingyibiaoti
张同海 2 years ago
commit 0b6b36627f

@ -95,7 +95,7 @@
<% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.css) { %>
<link rel="stylesheet" href="<%= htmlWebpackPlugin.options.cdn.css[i] %>" />
<% } %>
<link rel="stylesheet" href="//at.alicdn.com/t/c/font_3756681_h38tucwhmn.css" />
<link rel="stylesheet" href="//at.alicdn.com/t/c/font_3756681_qbc103sjo2g.css" />
<!-- 1.8K仔百度收录 -->
<meta name="baidu-site-verification" content="code-QVfBYJ5laQ" />
</head>

@ -147,7 +147,9 @@ export default {
<style lang="less">
@import '../index.less';
.header ul{
color: black;
}
.header-animat{
position: relative;
z-index: @ant-global-header-zindex;

@ -382,6 +382,9 @@ body {
}
// 菜单样式
.ant-layout-sider-children ul li span {
color: black;
}
.sider {
box-shadow: 2px 0 6px rgba(0, 21, 41, 0.35);
position: relative;

@ -2,7 +2,9 @@
margin-bottom: 0;
overflow: hidden;
}
/deep/ .from-label label{
color: black;
}
.from-box {
border-bottom: 1px dashed #ccc;
margin-bottom: 2px;

@ -88,6 +88,9 @@
.bill-info{
padding-bottom: 10px;
}
.bill-info /deep/ label{
color: black;
}
.bill-info-box{
/deep/ .ant-row{
margin-bottom: 0 !important;

@ -2,6 +2,7 @@
margin-bottom: 2px;
background: #fff;
}
.base-tit {
font-size: 14px;
font-weight: 600;
@ -312,7 +313,9 @@
/deep/ .right-content .ant-form-explain {
display: none !important;
}
/deep/ .right-content label{
color: black;
}
@media (max-width: 1800px) {
// .feeself {
// right: -75px !important;

@ -65,6 +65,7 @@
font-size: 14px;
color: #666;
cursor: pointer;
color: black;
background: #fff;
.iconfont {
font-size: 16px;

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save