init version kelfy-mini for new gitea
This commit is contained in:
59
pages/inHospitalStatistics/inHospitalStatistics.wxss
Normal file
59
pages/inHospitalStatistics/inHospitalStatistics.wxss
Normal file
@@ -0,0 +1,59 @@
|
||||
.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);
|
||||
}
|
||||
Reference in New Issue
Block a user