You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
1.1 KiB
CSS

.combo_title_wrapper {
font-size: 24px;
color: var(--style-color-1);
font-weight: bold;
}
.combo_price_wrapper{
font-size: 24px;
color: var(--style-color-2);
font-weight: bold;
margin-top: 10px;
}
.combo_tag_wrapper {
padding: 5px 10px;
background: #eaeaea;
border-radius: 6px;
color: #676767;
margin-right: 5px;
}
.combo_tags_wrapper {
display: flex;
flex-wrap: wrap;
}
.combo_name_wrapper {
font-size: 20px;
line-height: 40px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.combo_cover_wrapper {
width: 100%;
height: 200px;
background: #cccccc;
line-height: 200px;
text-align: center;
color: #333333;
border-radius: 6px;
overflow: hidden;
}
.combo_cover_wrapper img {
width: 100%;
height: 200px;
object-fit: cover;
}
.combo_item_wrapper {
width: 25%;
padding: 5px;
margin-bottom: 10px;
}
.combo_list_wrapper {
display: flex;
flex-wrap: wrap;
margin-top: 20px;
}
.combo_wrapper {
width: 1200px;
margin: 0 auto;
}