72 lines
1.9 KiB
SCSS
72 lines
1.9 KiB
SCSS
.main{
|
|
.search{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 20px;
|
|
padding-bottom: 50px;
|
|
}
|
|
|
|
.hot {
|
|
padding: 0 20px;
|
|
.hot_header {
|
|
width:100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
font-size: $font_size_medium;
|
|
.hot_header_title {
|
|
font-size: $font_size;
|
|
color: $color_font_one;
|
|
font-weight: 700;
|
|
}
|
|
.hot_header_up{
|
|
color: $color_main;
|
|
}
|
|
}
|
|
.list{
|
|
display: flex;
|
|
font-size: $font_size_medium;
|
|
flex-wrap: wrap;
|
|
padding: 20px 0;
|
|
.item{
|
|
margin-right: 20px;
|
|
margin-bottom: 20px;
|
|
padding: 10px 20px;
|
|
background-color: #F0F0F0;
|
|
color: $color_font_three;
|
|
border-radius: 50px;
|
|
}
|
|
}
|
|
}
|
|
.history {
|
|
padding: 0 20px;
|
|
.history_header {
|
|
width:100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
font-size: $font_size_medium;
|
|
.history_header_title {
|
|
font-size: $font_size;
|
|
color: $color_font_one;
|
|
font-weight: 700;
|
|
}
|
|
.miconfont{
|
|
font-size: 30px;
|
|
color: $color_font_three;
|
|
}
|
|
}
|
|
.list{
|
|
display: flex;
|
|
font-size: $font_size_medium;
|
|
flex-wrap: wrap;
|
|
padding: 20px 0;
|
|
.item{
|
|
margin-right: 20px;
|
|
margin-bottom: 20px;
|
|
padding: 10px 20px;
|
|
background-color: #F0F0F0;
|
|
color: $color_font_three;
|
|
border-radius: 50px;
|
|
}
|
|
}
|
|
}
|
|
} |