Files
fe_service_ebtp_frontend/src/components/BiddingRoom/index.less

48 lines
1.2 KiB
Plaintext
Raw Normal View History

2021-01-16 11:29:42 +08:00
.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%;
2020-12-23 11:14:35 +08:00
height:50px;
2021-01-16 11:29:42 +08:00
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;
2020-12-23 11:14:35 +08:00
}
}
2021-01-16 11:29:42 +08:00
}