lixin-web
Version:
vue and bootstrap
97 lines (89 loc) • 2.01 kB
text/less
@import "../variables";
@import "../mixins";
.withdraw-form{
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
.bal{
color: @state-warning-text;
margin-bottom: 15px;
span{
font-size: 26px;
}
}
ul{
margin-top: 30px;
padding-left: 76px;
li{
line-height: 38px;
margin-bottom: 15px;
> span{
margin-left: -76px;
float: left;
}
}
& + div{
background: #eff8f9;
font-size: @font-size-base;
padding: 10px 25px;
h4{
color: #000;
margin-top: 3px;
margin-bottom: 5px;
font-size:@font-size-base;
}
li{
line-height: 24px;
}
}
}
.el-form-item__content{
font-size: @font-size-base;
> .el-button{
margin-top: 5px;
}
}
.el-form-item__label{
padding-right: 0;
}
.el-input{
max-width: 300px;
display: inline-block;
& + a{
margin-left: 10px;
font-size:@font-size-base;
}
}
.el-icon-check{
color: @brand-primary;
}
.el-table{
margin-bottom: 30px;
tr{
cursor: pointer;
}
.current-row{
cursor: default;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
table{
width: 100% ;
}
.el-table__header-wrapper{
colgroup > col:last-child{
width: 0;
}
.gutter{
width: 0px ;
}
}
}
::-webkit-scrollbar {width:5px;height:10px;}
::-webkit-scrollbar-button{background-color:rgba(255,255,255,1);width:0px;}
::-webkit-scrollbar-track{background:rgba(255,255,255,1);}
::-webkit-scrollbar-track-piece {background:rgba(255,255,255,1);}
::-webkit-scrollbar-thumb{background:@brand-primary;}
::-webkit-scrollbar-corner {background:rgba(255,255,255,1); }
::-webkit-scrollbar-resizer {background:#FF0BEE;}
}
}