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.
207 lines
3.8 KiB
CSS
207 lines
3.8 KiB
CSS
.combo_list_search_wrapper,
|
|
.combo_list_order_wrapper {
|
|
width: 1200px;
|
|
margin: 20px auto 0;
|
|
border: 1px solid #cccccc;
|
|
padding: 10px;
|
|
}
|
|
|
|
.combo_list_order_line_wrapper,
|
|
.combo_list_search_line_wrapper {
|
|
display: flex;
|
|
line-height: 60px;
|
|
border-bottom: 1px dashed #cccccc;
|
|
padding: 10px 0;
|
|
}
|
|
|
|
.combo_list_order_line_wrapper {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.combo_list_count_number_wrapper {
|
|
color: var(--style-color-1);
|
|
margin: 5px;
|
|
}
|
|
|
|
.combo_list_order_line_title_wrapper,
|
|
.combo_list_search_line_title_wrapper {
|
|
width: 80px;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
color: #aaaaaa;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.combo_list_order_line_content_wrapper,
|
|
.combo_list_search_line_content_wrapper {
|
|
display: flex;
|
|
margin-left: 20px;
|
|
width: calc(100% - 120px - 40px);
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
}
|
|
|
|
.combo_list_count_wrapper {
|
|
text-align: right;
|
|
width: 420px;
|
|
}
|
|
|
|
.combo_list_order_line_content_wrapper {
|
|
width: calc(100% - 120px - 40px - 400px);
|
|
}
|
|
|
|
.combo_list_order_line_content_item_wrapper,
|
|
.combo_list_search_line_content_item_wrapper {
|
|
padding: 0 20px;
|
|
text-align: center;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.combo_list_order_line_content_active_wrapper,
|
|
.combo_list_search_line_content_active_wrapper {
|
|
background: var(--style-color-1);
|
|
color: #fff;
|
|
}
|
|
|
|
.combo_list_nav_wrapper {
|
|
height: 60px;
|
|
line-height: 60px;
|
|
border-bottom: 5px solid var(--style-color-1);
|
|
width: 1200px;
|
|
margin: 20px auto 0;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.combo_list_nav_item_wrapper {
|
|
height: 60px;
|
|
line-height: 60px;
|
|
width: 140px;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.combo_list_nav_item_active_wrapper {
|
|
background: var(--style-color-1);
|
|
color: #fff;
|
|
}
|
|
|
|
|
|
.combo_price_wrapper {
|
|
font-size: 24px;
|
|
color: var(--style-color-2);
|
|
font-weight: bold;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.combo_original_price_wrapper {
|
|
font-size: 18px;
|
|
margin-left: 10px;
|
|
color: var(--style-color-4);
|
|
font-weight: 400;
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
.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: 20px auto 0;
|
|
}
|
|
|
|
.page_wrapper {
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
margin-top: 40px;
|
|
margin-bottom: 70px;
|
|
}
|
|
|
|
.page_item_wrapper {
|
|
margin: 5px;
|
|
padding: 0 10px;
|
|
height: 30px;
|
|
background: #FFFFFF;
|
|
border: 1px solid #E5E7EC;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
color: #B5B5C4;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.page_item_wrapper:hover {
|
|
background: #FAFAFA;
|
|
border: 1px solid #E5E7EC;
|
|
font-size: 16px;
|
|
color: var(--style-color-1);
|
|
}
|
|
|
|
.page_item_active_wrapper {
|
|
background: #FAFAFA;
|
|
border: 1px solid #E5E7EC;
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
color: var(--style-color-1);
|
|
}
|
|
|
|
.no_data_wrapper {
|
|
width: 100%;
|
|
font-size: 14px;
|
|
color: #999999;
|
|
line-height: 300px;
|
|
margin-top: 20px;
|
|
text-align: center;
|
|
height: 300px;
|
|
}
|