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

弹框头部颜色更改

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