lixin-web
Version:
vue and bootstrap
63 lines (60 loc) • 1.13 kB
text/less
.play-help{
padding-top: 10px;
padding-bottom: 10px;
line-height: 18px;
overflow:hidden;
color: @brand-primary;
.label{
cursor: pointer;
font-weight:normal;
font-size:@font-size-base;
padding-left: 18px;
}
.icon-play-tips{
font-size:20px;
.icon-alignment();
margin-right: 5px;
display: inline-block;
}
.tooltip-inner{
background:#fff;
color: #000;
text-align: left;
max-width: none;
padding: 10px;
}
.tooltip{
font-size: @font-size-medium;
opacity: 1;
&.bottom .tooltip-arrow{
border-bottom-color:#fff;
}
span{
color: #f00;
}
}
.btn{
border-radius:20px;
position: absolute;
top: 90px;
}
@media (min-width: @screen-sm){
.tips{
float: left;
}
.tooltip-inner{
width: 450px;
}
}
@media (max-width: @screen-xs-max){
.tooltip{
left: 15px ;
width: 280px;
}
.tips > .label{
display: block;text-align: left;
padding-left: 0;
margin-bottom: 0;
}
}
}