lixin-web
Version:
vue and bootstrap
92 lines (79 loc) • 1.51 kB
text/less
.server-closed{
font-size: 20px;
padding-top: 50px;
text-align: center;
}
#registCenter{
.btn-primary{
width: 126px;
height: 34px;
font-size: @font-size-medium;
}
}
.el-form{
.el-form-item__label{
font-size:@font-size-base;
}
&:not(.el-form--inline){
.el-form-item__content{
font-size: @font-size-base;
line-height: 24px;
> .el-button{
min-width: 132px;
font-size:@font-size-medium;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
& + .el-button{
margin-right: 0;
}
}
}
}
}
@media (min-width: @screen-sm) and (max-width: @screen-sm-max){
.person-left{
.infos{
&,> div{
padding-left: 0;
padding-right: 0;
}
}
}
}
@media (max-width: @screen-xs-max){
#teamManager {
.bs-bars{
width: 100%;
}
}
#recieveMessage{
.bs-bars{
margin-bottom: 10px ;
}
}
}
.el-tabs{
.el-tabs__item{
padding-right:100px + 20;
padding-left:0;
width: 96px;
text-align: center;
.box-sizing(content-box);
&:last-child{
padding-right: 20px;
}
}
}
.el-tabs__active-bar{
width: 196px - 100 ;
}
.admin-select-dropdown {
width: 280px;
.el-select-dropdown__item {
font-size: @font-size-base;
padding: 4px 10px;
height: 30px;
line-height: 22px;
}
}