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.
269 lines
4.6 KiB
CSS
269 lines
4.6 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 #ddd;
|
|
margin: 10px 5px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.hospital_item_wrapper img {
|
|
width: 280px;
|
|
height: 100px;
|
|
display: block;
|
|
object-fit: contain;
|
|
}
|
|
|
|
.hospital_item_wrapper:hover {
|
|
animation: shadow-drop-1-center 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
|
|
}
|
|
@keyframes shadow-drop-1-center {
|
|
0% {
|
|
transform: translateZ(0);
|
|
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
|
|
|
|
}
|
|
100% {
|
|
transform: translateZ(50px);
|
|
box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
|
|
border: 1px solid #fff;
|
|
|
|
}
|
|
}
|
|
.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:hover {
|
|
animation: shadow-drop-2-center 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
|
|
}
|
|
|
|
|
|
.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_menu_item_wrapper:hover {
|
|
color:#333;
|
|
}
|
|
|
|
.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_cover_wrapper:hover {
|
|
animation: shadow-drop-2-center 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
|
|
}
|
|
|
|
|
|
@keyframes shadow-drop-2-center {
|
|
0% {
|
|
transform: translateZ(0);
|
|
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
|
|
margin-top: 0px;
|
|
}
|
|
100% {
|
|
transform: translateZ(50px);
|
|
box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
|
|
margin-top: -8px;
|
|
}
|
|
}
|
|
|
|
|
|
.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;
|
|
}
|
|
.demonstration {
|
|
color: var(--el-text-color-secondary);
|
|
}
|
|
|
|
.el-carousel__item h3 {
|
|
color: #475669;
|
|
opacity: 0.75;
|
|
line-height: 450px;
|
|
margin: 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.el-carousel__item:nth-child(2n) {
|
|
background-color: #99a9bf;
|
|
}
|
|
|
|
.el-carousel__item:nth-child(2n + 1) {
|
|
background-color: #d3dce6;
|
|
}
|