Files
kelfy-mini/pages/inHospitalStatistics/inHospitalStatistics.wxss

59 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

2025-11-13 13:38:59 +08:00
.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);
}