init version kelfy-mini for new gitea

This commit is contained in:
terry.wang
2025-11-13 13:38:59 +08:00
commit 493fa4f1e1
763 changed files with 55626 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
/* pages/medicalGuide/medicalGuide.wxss *//* pages/my.wxss */
.main{
margin: 30rpx 0;
width: 750rpx;
}
.content{
width: 90%;
margin: 0 auto;
}
.wrap{
width: 100%;
}
.title{
height: 80rpx;
width: 100%;
line-height: 80rpx;
font-size: 35rpx;
color: #333;
font-weight: bold;
border-bottom: 1rpx solid #e2e0e0;
}
.item{
height: 80rpx;
width: 100%;
line-height: 80rpx;
font-size: 35rpx;
color: #333;
padding-left: 50rpx;
border-bottom: 1rpx solid #e2e0e0;
}