2020-12-23 11:14:35 +08:00
|
|
|
// mixins for clearfix
|
|
|
|
// ------------------------
|
|
|
|
.clearfix() {
|
|
|
|
zoom: 1;
|
|
|
|
&::before,
|
|
|
|
&::after {
|
|
|
|
display: table;
|
|
|
|
content: ' ';
|
|
|
|
}
|
|
|
|
&::after {
|
|
|
|
clear: both;
|
|
|
|
height: 0;
|
|
|
|
font-size: 0;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
}
|
2022-03-10 14:24:13 +08:00
|
|
|
|
|
|
|
.vrbre{
|
|
|
|
background: rgb(8,66,173) !important;
|
|
|
|
border:1px solid #FFFFFF !important;
|
|
|
|
color:#FFFFFF !important;
|
|
|
|
font-size: 10px;
|
|
|
|
}
|