Commit 47883ac2 authored by xixinzhao's avatar xixinzhao

配套设备页面样式修改

parent d01a7561
......@@ -42,8 +42,8 @@
button {
height: 2.5rem;
margin-left: -0.9px !important;
background: $content-color;
border: 1px solid $core-border-color;
background: $header-button;
border: $page-border-style;
opacity: 1;
}
......@@ -174,9 +174,9 @@
padding-left: 20px;
font-size: 15px;
line-height: 40px;
color: $biz-table-font-color;
color: $content-color;
text-align: left;
background-color: $biz-title-color;//rgba(40, 40, 40, 1);
background-color: $page-header-background;//rgba(40, 40, 40, 1);
}
}
......@@ -188,8 +188,8 @@
button {
height: 2.5rem;
margin-left: -0.9px !important;
background: $content-color;
border: 1px solid $core-border-color;
background: $header-button;
border: $page-border-style;
opacity: 1;
}
}
......
......@@ -300,9 +300,9 @@
padding-left: 20px;
font-size: 15px;
line-height: 30px;
color: $biz-table-font-color;
color: $content-color;
text-align: left;
background-color: $biz-title-color;//rgba(40, 40, 40, 1);
background-color: $page-header-background;//rgba(40, 40, 40, 1);
}
}
......
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