gaobaoming
2018-10-30 53c4fce0506e79305d7297b30cd530165e041e88
src/styles.scss
@@ -21,7 +21,7 @@
.modal-header{
    position: relative;
    width: 100.1%;
    background-color: #178a8b !important;
    background-color: $free-button-color !important;
    padding: 3px;
    button{
    font-size: 40px;
@@ -59,7 +59,7 @@
}
 .input_bg{
     height: 35px;
     color: #178a8b !important;
     color: $free-button-color !important;
      background-color: #e9eaeb  !important;
      border: none !important;
      button{
@@ -295,7 +295,7 @@
    color:  #333 !important;
}
.icon-white{
    color: #178a8b !important;
    color: $free-button-color !important;
    &:hover{
        color: white !important;
    }
@@ -372,19 +372,19 @@
}
.but_free{
    background: white;
    border: 1px solid #178a8b;
    border: 1px solid $free-button-color;
    border-radius: 3px;
    height: 38px;
    padding-left: 12px;
    padding-right: 12px;
    // padding-left: 12px;
    // padding-right: 12px;
    line-height: 38px;
    color:#178a8b;
    color:$free-button-color;
    transition: 0.2s;
    white-space: nowrap;
}
.but_block{
    background: #178a8b;
    border: 1px solid #178a8b;
    background: $free-button-color;
    border: 1px solid $free-button-color;
    border-radius: 3px;
    height: 35px;
    padding-left: 18px;
@@ -396,37 +396,37 @@
}
.but_strip_hover:hover{
    background: #ffffff;
    color: #178a8b;
    color: $free-button-color;
}
.but_block_hover:hover{
    background: #157677;
    border: 1px solid #157677;
    background: $but-block-color;
    border: 1px solid $but-block-color;
}
.mol_but{
    background: white;
    border: 1px solid #178a8b;
    border: 1px solid $free-button-color;
    border-radius: 3px;
    height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 35px;
    color:#178a8b;
    color:$free-button-color;
    transition: 0.2s;
    white-space: nowrap;
}
.mol_but_sm{
    background: white;
    border: 1px solid #178a8b !important;
    border: 1px solid $free-button-color !important;
    border-radius: 3px;
    height: 32px;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 30px;
    color:#178a8b !important;
    color:$free-button-color !important;
    transition: 0.2s;
}
.but_hover:hover{
    background: #178a8b;
    background: $free-button-color;
    color:white !important;
}
.but_red_hover:hover{
@@ -435,10 +435,10 @@
}
.fa-size{
    padding-top: 10px;
    color: #178a8b;
    color: $free-button-color;
}
.pagin-style{
    color: #178a8b !important;
    color: $free-button-color !important;
}
.pagination a{
    transition: 0.3s;
@@ -450,54 +450,58 @@
    margin-right: 10px !important;
    padding: 0 !important;
    line-height: 27px !important;
    border: 1px solid #178a8b !important;
    border: 1px solid $free-button-color !important;
}
.pagination > .active > a{
    font-size: 14px !important;
    color: white !important;
    background: #178a8b !important;
    border: 1px solid #178a8b !important;
    background: $free-button-color !important;
    border: 1px solid $free-button-color !important;
}
.pagination > .active > a:hover{
    color: white !important;
    background: #178a8b !important;
    border: 1px solid #178a8b !important;
    background: $free-button-color !important;
    border: 1px solid $free-button-color !important;
}
.pagination > .pagination-page > a{
    font-size: 14px !important;
}
.pagination > .pagination-page > a:hover{
    color: white !important;
    background: #178a8b !important;
    border: 1px solid #178a8b !important;
    background: $free-button-color !important;
    border: 1px solid $free-button-color !important;
}
.sweet-alert button{
    background: #178a8b !important;
    border: 1px solid #178a8b !important;
    background: $free-button-color !important;
    border: 1px solid $free-button-color !important;
    border-radius: 3px !important;
    color:#ffffff !important;
    transition: 0.2s !important;
}
.sweet-alert button:hover{
    background: #13686a !important;
    background: $sweet-color !important;
    color:#ffffff !important;
    border: 1px solid #13686a !important;
    border: 1px solid $sweet-color !important;
}
.green_color{
    color: #178a8b !important;
    color: $free-button-color !important;
    font-weight: 500;
}
.green_color:hover{
    color: #178a8b !important;
    color: $free-button-color !important;
    font-weight: 500;
}
.load{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    background: rgba(51, 51, 51, 0.166);
    span{
        position: fixed;
        left: 50%;
        top: 50%;
        font-size: 66px;
        color: #2faed4;
        color: $free-button-color;
    }
}