lixin-web
Version:
vue and bootstrap
49 lines (42 loc) • 793 B
text/less
.lx-help-banner{
position: relative;
height: 180px;
//background-image: url(../../img/help_bg.jpg);
background-position: 50% 0;
margin-top:@bar-height;
text-align:center;
@media (min-width: @screen-sm) {
margin-top: @banner-top;
}
}
.lx-help-text{
width: 258px;
height: 71px;
display: inline-block;
border:1px solid #fff;
margin: 56px auto 0;
span{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}
}
.lx-help-main{
margin-top: 20px;
.panel-heading{
padding: 0;
a{
display: block;
padding: 15px;
font-size: @font-size-large;
}
}
.gstime{
//color: @gray;
font-size: @font-size-base;
margin-left: 10px;
}
}