Commit f767caab authored by 仇晓婷's avatar 仇晓婷

弹框头部颜色更改

parent b745bce3
......@@ -9,9 +9,11 @@
.ivu-btn {
padding: 4px 15px 4px;
}
.ivu-layout-content{
background-color: #fff ;
.ivu-layout-content {
background-color: #fff;
}
.ivu-modal-wrap * {
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
......@@ -96,8 +98,11 @@
.ivu-page-item-active:hover {
background-color: @primary-color;
// background-color: #d7e8fb;
a {color: white!important;}
a {
color: white !important;
}
}
.ivu-page-item-active>a {
......@@ -133,8 +138,21 @@
}
.ivu-modal-header {
background-color: #f2f2f2;
// background-color: #f2f2f2;
background-color: #515A6E;
color: #fff;
border-radius: 5px 5px 0 0;
.ivu-modal-header-inner {
color: #fff;
}
}
.ivu-modal-close {
.ivu-icon-ios-close {
color: #fff !important;
}
}
.ivu-modal-footer {
......@@ -166,21 +184,24 @@
padding: 10px 12px 10px 0;
box-sizing: border-box;
}
.footers{
.ivu-form .ivu-form-item-label{
.footers {
.ivu-form .ivu-form-item-label {
color: white;
}
}
}
.ivu-input {
font-size: 14px;
}
.ivu-select-dropdown-list{
.ivu-select-dropdown-list {
.ivu-select-item:hover {
color: white;
background-color: @primary-color;
}
}
.ivu-form-item {
margin-bottom: 16px;
vertical-align: top;
......@@ -311,21 +332,25 @@
text-align: left;
background: rgba(0, 0, 0, 0.7);
color: #fff;
height:65px;
height: 65px;
.ivu-footer-toolbar-right {
float: left;
padding-left: 280px;
}
}
}
.examine {
padding: 0;
.ivu-footer-toolbar {
text-align: left;
background: rgba(0, 0, 0, 0.7);
color: #fff;
}
}
.manyTabs {
.ivu-tabs-bar {
position: absolute;
......@@ -333,20 +358,26 @@
width: 100%;
}
}
.rowTitle80 {
padding-right:20px;
padding-right: 20px;
.ivu-input-with-suffix {
width: 294px;
}
}
.rowTitle100 {
padding-right:20px;
padding-right: 20px;
.ivu-input-with-suffix {
width: 274px;
}
}
.rowTitle120 {
padding-right:20px;
padding-right: 20px;
.ivu-input-with-suffix {
width: 254px;
}
......
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