123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- // 对iview组件样式重写
- /* --- Select --- */
- //
- .formLogin > .ivu-form-item > .ivu-form-item-label{
- color:#fff;
- }
- .formLogin > .ivu-form-item > .ivu-form-item-label::before{
- content: '';
- }
- .ivu-menu-light.ivu-menu-horizontal .ivu-menu-item, .ivu-menu-light.ivu-menu-horizontal .ivu-menu-submenu {
- height: inherit;
- line-height: inherit;
- border-bottom: 2px solid transparent;
- color: #77ADFF;
- }
- .ivu-menu-light.ivu-menu-horizontal .ivu-menu-item-active, .ivu-menu-light.ivu-menu-horizontal .ivu-menu-item:hover, .ivu-menu-light.ivu-menu-horizontal .ivu-menu-submenu-active, .ivu-menu-light.ivu-menu-horizontal .ivu-menu-submenu:hover {
- color: #fff;
- // border-bottom: 2px solid #fff;
- }
- .ivu-menu-light {
- background: none;
- }
- .ivu-menu-item{
- position:relative;
- }
- // #1774ff
- .ivu-menu-horizontal.ivu-menu-light:after {
- content: '';
- display: block;
- width: 100%;
- height: 3px;
- background: #1774ff;
- position: absolute;
- bottom: 0;
- left: 0;
- }
- .ivu-menu li.ivu-menu-item-active:after{
- content: '';
- position: absolute;
- bottom: 0;
- left: 0;
- top: 57px;
- z-index:9;
- width: 100%;
- height: 3px;
- background: url(../stor/active.png) no-repeat center;
- background-size: 100%;
- }
- .ivu-menu a.ivu-menu-item-active:after{
- content: '';
- position: absolute;
- bottom: 0;
- left: 0;
- top: 57px;
- z-index:9;
- width: 100%;
- height: 3px;
- background: url(../stor/active.png) no-repeat center;
- background-size: 100%;
- }
- .menu-contente{
- .ivu-select-dropdown{
- background: #1873FF;
- }
- }
- .ivu-select-dropdown li.ivu-menu-item-active:after{
- content: none;
- }
- .ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item {
- color: #77ADFF;
- }
- .ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-selected, .ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-selected:hover{
- color: #fff;
- }
- // #1873FF
- // .ivu-menu-light.ivu-menu-horizontal .ivu-menu-item, .ivu-menu-light.ivu-menu-horizontal .ivu-menu-submenu{
- // color: #77ADFF;
- // }
- // .ivu-menu-item-selected{
- // color: #fff;
- // }
- .ivu-btn-primary{
- background-color: #1873FF;
- border-color: #1873FF;
- &:hover {
- background-color: #0364F7;
- border-color: #0364F7;
- }
- }
- .configuration-table {
- .ivu-table-header thead tr th {
- padding: 18px 0;
- }
- .ivu-table-cell {
- color: #fff;
- }
- .ivu-table {
- background-color: transparent;
- th, td {
- background-color: transparent;
- border-bottom: 1px solid #ccc;
- }
- &:before {
- background-color: #ccc;
- }
- }
- .ivu-table-small td {
- height: auto;
- padding: 18px 0;
- }
- .ivu-table-body {
- table {
- border-bottom: 1px solid #ccc;
- }
- }
- }
- .dns {
- .ivu-form-item-label{
- color: #fff;
- }
- }
- .ivu-form-item-content {
- color: #fff;
- }
|