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.

275 lines
4.7 KiB
CSS

.qrcode_tip_wrapper {
font-size: 16px;
text-align: center;
}
#hospital_map_container {
width: 100%;
height: 400px;
}
.qrcode_box_wrapper {
width: 200px;
height: 200px;
margin: 0 auto;
}
.qrcode_box_wrapper img {
width: 200px;
height: 200px;
}
.combo_desc_hospital_card_wrapper {
display: flex;
align-items: center;
margin-top: 10px;
border: 1px solid #e5e5e5;
}
.desc_hospital_info_title_wrapper {
}
.desc_hospital_info_wrapper {
display: flex;
align-items: center;
font-size: 20px;
color: #8c939d;
line-height: 40px;
}
.desc_hospital_star_item_wrapper {
margin-right: 5px;
}
.desc_hospital_star_wrapper {
display: flex;
font-size: 22px;
color: #ffa100;
margin-top: 10px;
}
.desc_hospital_content_wrapper {
margin-left: 20px;
}
.desc_hospital_name_wrapper {
font-size: 22px;
font-weight: bold;
}
.desc_hospital_avatar_wrapper {
width: 300px;
height: 200px;
}
.desc_hospital_avatar_wrapper img {
width: 300px;
height: 200px;
object-fit: cover;
}
.combo_desc_combo_title_wrapper {
padding: 20px;
font-size: 22px;
font-weight: bold;
color: #333333;
background: #f8f9fa;
margin-top: 10px;
}
.combo_desc_combo_text_wrapper {
margin-top: 10px;
}
.combo_desc_combo_tip_wrapper {
padding: 10px 20px;
font-size: 18px;
color: #ffa100;
background: #fefbe8;
margin-top: 10px;
}
.combo_item_blank_wrapper {
font-size: 20px;
padding: 10px 20px;
border-bottom: 1px solid var(--style-color-1);
display: flex;
align-items: center;
}
.combo_item_name_wrapper {
border-left: 1px solid var(--style-color-1);
border-right: 1px solid var(--style-color-1);
}
.combo_item_title_wrapper .combo_item_name_wrapper {
border-left: 1px solid var(--style-color-3);
border-right: 1px solid var(--style-color-3);
}
.cursor_pointer {
cursor: pointer;
}
.combo_item_table_wrapper {
margin-top: 10px;
border: 1px solid var(--style-color-1);
border-bottom: none;
}
.combo_item_title_wrapper .combo_item_blank_wrapper {
color: #ffffff;
background: var(--style-color-1);
justify-content: center;
}
.combo_item_index_wrapper {
text-align: center;
width: 120px;
justify-content: center;
}
.combo_item_name_wrapper {
width: 200px;
}
.combo_item_desc_wrapper {
width: calc(100% - 120px - 200px);
}
.combo_item_title_wrapper,
.combo_item_item_wrapper {
display: flex;
}
.combo_desc_hospital_wrapper {
margin-top: 10px;
display: none;
}
.combo_desc_combo_wrapper {
margin-top: 10px;
display: none;
}
.combo_desc_tab_show_wrapper {
display: block;
}
.combo_desc_tab_wrapper {
width: 120px;
text-align: center;
color: #33333390;
cursor: pointer;
background: #f8f9fa;
border: 1px solid #f8f9fa;
border-top: 5px solid #f8f9fa;
height: 50px;
line-height: 44px;
}
.combo_desc_tab_wrapper:hover {
color: var(--style-color-1);
}
.combo_desc_tab_active_wrapper {
color: var(--style-color-1);
background: #ffffff;
border: 1px solid var(--style-color-1);
border-top: 5px solid var(--style-color-1);
}
.combo_desc_wrapper {
width: 1200px;
margin: 20px auto 0;
}
.combo_desc_tabs_wrapper {
display: flex;
align-items: center;
background: #f8f9fa;
}
.combo_pay_button_wrapper {
color: #ffffff;
line-height: 60px;
text-align: center;
background: var(--style-color-1);
font-size: 24px;
cursor: pointer;
margin-top: 20px;
}
.combo_intro_content_wrapper {
font-size: 18px;
color: #333333;
margin-left: 20px;
}
.combo_intro_title_wrapper {
font-size: 18px;
color: #33333390;
margin-left: 20px;
}
.combo_intro_wrapper {
margin-top: 10px;
display: flex;
}
.combo_price_title_wrapper {
font-size: 18px;
color: #33333390;
margin-left: 20px;
}
.combo_price_content_wrapper {
font-size: 26px;
color: var(--style-color-2);
margin-left: 20px;
}
.combo_price_original_price_wrapper {
font-size: 18px;
margin-left: 10px;
color: var(--style-color-4);
font-weight: 400;
text-decoration: line-through;
}
.combo_wrapper {
display: flex;
width: 1200px;
margin: 20px auto 0;
justify-content: space-between;
}
.combo_cover_wrapper {
width: 400px;
height: 300px;
overflow: hidden;
border-radius: 6px;
}
.combo_cover_wrapper img {
width: 400px;
height: 300px;
object-fit: cover;
}
.combo_price_wrapper {
display: flex;
align-items: center;
width: 780px;
background: #f8f9fa;
height: 60px;
margin-top: 10px;
}
.combo_title_wrapper {
font-size: 24px;
font-weight: bold;
line-height: 40px;
}