12-23-上传master

This commit is contained in:
xingsy
2020-12-23 11:14:35 +08:00
parent 9769f83bc8
commit b42e0c1ddd
553 changed files with 56506 additions and 0 deletions

View File

@ -0,0 +1,39 @@
.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;
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;
}
}
}