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.

210 lines
3.3 KiB
CSS

.combo_title_wrapper {
font-size: 24px;
color: var(--style-color-1);
font-weight: bold;
}
.hospital_list_wrapper {
display: flex;
align-items: center;
flex-wrap: wrap;
width: 1200px;
margin: 20px auto 0;
justify-content: space-around;
}
.hospital_item_wrapper {
width: 280px;
height: 100px;
border: 1px solid #8c939d;
margin: 10px 5px;
overflow: hidden;
}
.hospital_item_wrapper img {
width: 280px;
height: 100px;
display: block;
object-fit: contain;
}
.hospital_item_blank_wrapper {
width: 290px;
}
.hospital_address_text_wrapper {
margin-left: 5px;
width: calc(100% - 50px);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.hospital_address_icon_wrapper {
color: var(--style-color-1);
}
.hospital_address_wrapper {
display: flex;
align-items: center;
line-height: 40px;
}
.ad_item_wrapper {
width: 380px;
height: 150px;
margin: 5px;
}
.ad_item_wrapper img {
width: 380px;
height: 150px;
}
.ad_wrapper {
display: flex;
align-items: center;
justify-content: space-around;
width: 1200px;
margin: 20px auto 0;
}
.banner_menu_list_wrapper {
height: 450px;
width: 200px;
}
.banner_menu_cover_wrapper {
height: 450px;
width: 1000px;
}
.banner_menu_cover_wrapper img {
height: 450px;
width: 1000px;
object-fit: cover;
}
.banner_menu_wrapper {
background: #747b80;
color: #ffffff;
display: flex;
}
.banner_menu_item_title_wrapper {
font-size: 18px;
font-weight: bold;
}
.banner_menu_item_subtitle_wrapper {
font-size: 14px;
margin-top: 10px;
}
.banner_menu_item_wrapper {
padding-left: 30px;
margin-top: 20px;
}
.banner_wrapper {
width: 1200px;
margin: 20px auto 0;
}
.banner_nav_group_item_wrapper {
width: 200px;
text-align: center;
height: 50px;
line-height: 50px;
display: none;
}
.banner_nav_group_wrapper {
display: flex;
align-items: center;
}
.banner_nav_button_wrapper {
background: var(--style-color-1);
color: #ffffff;
height: 50px;
line-height: 50px;
width: 200px;
padding-left: 30px;
}
.banner_nav_wrapper {
display: flex;
}
.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;
}