更新版本库

This commit is contained in:
ajaxfan
2021-01-16 11:29:42 +08:00
parent b42e0c1ddd
commit ff889c3db4
352 changed files with 39993 additions and 15507 deletions

View File

@ -1,39 +1,47 @@
.sel{
margin-bottom: 10px;
width:13%;
}
.tablist{
display: flex;
flex-direction:row;
flex-wrap: nowrap;
justify-content:flex-start;
align-items:center;
// width:100%;
height:50px;
background: #FFFFFF;
color:#F62A2B;
border-radius: 3px;
box-sizing: border-box;
.tab{
// width:220px;
box-sizing: border-box;
cursor: pointer;
background: #FFFFFF;
color:#F62A2B;
.myselfBar {
overflow: hidden;
margin-top: 10px;
.sel{
margin-bottom: 10px;
width:13%;
}
.tablist{
display: flex;
flex-direction:row;
flex-wrap: nowrap;
justify-content:flex-start;
align-items:center;
// width:100%;
height:50px;
// float:left;
width: max-content;
display: block;
position: relative;
text-align: center;
line-height: 50px;
font-size: 15px;
border:1px solid rgba(174, 174, 174, 1);
border-radius: 3px;
&:hover{
transition:background 0.3s;
background: #F62A2B !important;
color:#FFFFFF !important;
background: #fafafa;
color:#980000;
//border-radius: 3px;
box-sizing: border-box;
.tab{
// width:220px;
box-sizing: border-box;
cursor: pointer;
background: #ffffff;
color:#980000;
height:50px;
// float:left;
width: max-content;
display: block;
position: relative;
text-align: center;
line-height: 50px;
font-size: 15px;
border:1px solid#f0f0f0;
//border-radius: 3px;
margin-left: -1px;
&:hover{
transition:background 0.3s;
background: #980000 !important;
color:#FFFFFF !important;
}
}
.tab:nth-child(1) {
margin-left: 0;
}
}
}
}