common.less 3.1 KB
html,body{
    height: 100%;
    
}
body
{ 
 //   min-width: 1000px;
    min-height: 768px;
    padding: 0px !important;
    margin: 0px !important;
    overflow: hidden;
    *zoom: 1;
}
@width: 10px;
@height: @width + 10px;
@base: #f04615;
#header {
  width: @width;
  height: @height;
}

.w_100{
    width: 100%;
}

@gbcolor:#232423;
@bodyColor:#2b2c2c;

@blue1: #1871b9;
@blue2:#04508c;

@red1:#9e3639;
@red2:#5f3938;

@green1:#226f44;
@green2:#134f31;

@orange1:#cc3d1a;
@orange2:#8f2c22;

@pupler1:#5e609e;
@pupler2:#434471;

@green3:#067e6e;
@green4:#00594e;

// mian

@mainb1:#1971ba;
@maint1:#04508c;

@mainb2:#682e8e;
@maint2:#4b276b;

@mainb3:#317136;
@maint3:#22512a;

@mainb4:#af4629;
@maint4:#7c321e;

@mainb5:#1871b9;
@maint5:#04508b;

@mainb6:#9d3638;
@maint6:#5d3435;

@mainb7:#226f44;
@maint7:#144f31;

@mainb8:#5d609e;
@maint8:#434471;

@mainb9:#1870b9;
@maint9:#04508c;

@mainb10:#cc3e1b;
@maint10:#8f2c22;

@mainb11:#5e609e;
@maint11:#434471;

@mainb12:#077e6f;
@maint12:#00594e;

@mainb13:#335199;
@maint13:#20396e;

@mainb14:#9d3539;
@maint14:#5e3938;






















@white:#FFF;

@width: 10px;
@height:100%;
.ub{
    display: flex;
}
.ub-ac{
    display: flex;
    justify-content: center;
}
.ub-pc{
    display: flex;
    align-items: center;
}
.ub-ec{
    display: flex;
    justify-content: flex-end;
}

.ub-v{
    display: flex;
    flex-flow: column;
}
.bg-img{
    height: 100%;
    background-image: url('../assets/img/1.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bg-img2{
    height: 100%;
    background-image: url('../assets/img/bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bg-img3{
    height: 100%;
    background-image: url('../assets/img/bg2.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.bg-color{
    height: 100%;
    background-color: #232423;
}

.trans{
    font-size: 12px !important;
    transform: scale(0.8);
    -webkit-transform-origin-x: 0;
}

.clear {
    clear: both;
}

.cuser{
    cursor: pointer;
}

// .el-main::-webkit-scrollbar{
//     width:10px;
//     height:10px;
//     /**/
//   }
//   .el-main::-webkit-scrollbar-track{
//     background: #2b2c2c !important;
//     border-radius:2px;
//   }
//   .el-main::-webkit-scrollbar-thumb{
//     background: #2b2c2c !important;
//     border-radius:10px;
//   }
//   .el-main::-webkit-scrollbar-thumb:hover{
//     background: #2b2c2c !important;
//   }
//   .el-main::-webkit-scrollbar-corner{
//     background: #2b2c2c !important;
//   }
// @media  (max-width: 990px){
//     html{
//         font-size: 16px;
//     }
// }
// @media  (max-width: 768px){
//     font-size: 16px;
// }
    
// @media (min-width: 889){
//     font-size: 16px;
// } /*>=1024的设备*/
    
    
// @media (min-width: 1024px){
//     font-size: 16px;
// } /*>=1024的设备*/
    
// @media (min-width: 1100px) {
//     font-size: 16px;
// } /*>=1024的设备*/
// @media (min-width: 1280px) {
//     font-size: 16px;
// } 
    
// @media (min-width: 1366px) {
//     font-size: 16px;
// }  
    
// @media (min-width: 1440px) {
//     font-size: 12px;
// }