59 lines
1.1 KiB
Plaintext
59 lines
1.1 KiB
Plaintext
.item_container {
|
|
margin-top: 1.5vh;
|
|
height: 63vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.icon_hospitalization {
|
|
width: 96vw;
|
|
height: 20vh;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 15px;
|
|
background-size: cover;
|
|
background-image: url(https://hnwjyy.oss-cn-shanghai.aliyuncs.com/tjbg3.png);
|
|
}
|
|
|
|
.icon_outpatient {
|
|
width: 96vw;
|
|
height: 20vh;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 15px;
|
|
background-size: cover;
|
|
background-image: url(https://hnwjyy.oss-cn-shanghai.aliyuncs.com/tjbg2.png);
|
|
}
|
|
|
|
.place_holder {
|
|
width: 40vw;
|
|
}
|
|
|
|
.font_title {
|
|
font-size: x-large;
|
|
}
|
|
|
|
.font_detail {
|
|
font-size: xx-small;
|
|
}
|
|
|
|
.font_container {
|
|
height: 6vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.icon_synthesis {
|
|
width: 96vw;
|
|
height: 20vh;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 15px;
|
|
background-size: cover;
|
|
background-image: url(https://hnwjyy.oss-cn-shanghai.aliyuncs.com/tjbg1.png);
|
|
} |