55 lines
1.2 KiB
SCSS
55 lines
1.2 KiB
SCSS
.main {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
|
|
.resetBox {
|
|
font-size: 28px;
|
|
font-weight: 500;
|
|
color: #337FFF;
|
|
margin-right: 48px;
|
|
}
|
|
}
|
|
|
|
.flexBox {
|
|
// width: 100%;
|
|
height: 102px;
|
|
background: #ffffff;
|
|
display: flex;
|
|
padding-left: 53px;
|
|
|
|
.itemBox {
|
|
position: relative;
|
|
min-width: 88px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
text-align: center;
|
|
height: 102px;
|
|
margin-right: 40px;
|
|
|
|
.itemFont {
|
|
font-size: 28px;
|
|
font-family: Microsoft YaHei, Microsoft YaHei-Bold;
|
|
font-weight: 700;
|
|
color: #000000;
|
|
}
|
|
|
|
.activeItems {
|
|
font-size: 28px;
|
|
font-family: Microsoft YaHei, Microsoft YaHei-Regular;
|
|
font-weight: 400;
|
|
color: #337FFF;
|
|
}
|
|
|
|
.borderBox {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 88px;
|
|
height: 6px;
|
|
background: #337FFF;
|
|
border-radius: 4px;
|
|
}
|
|
}
|
|
} |