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,42 @@
/* pages/notification/notification.wxss */
.main{
margin: 30rpx 0;
width: 750rpx;
}
.content{
height: 100%;
width: 90%;
margin: 0 auto;
}
.wrap{
height: 150rpx;
width: 100%;
border-radius: 5rpx;
margin: 40rpx auto;
box-shadow:0px 0px 15rpx #e2e2e2;
padding:0 30rpx;
box-sizing: border-box;
color: #333;
font-size: 33rpx;
display: flex;
justify-content: center;
align-items: center;
}
.img{
height: 350rpx;
width: 100%;
border-radius: 15rpx;
}
.imgWrap{
height: 350rpx;
width: 100%;
margin: 20rpx auto;
border-radius: 15rpx;
}
.text{
width: 100%;
margin-top: 20rpx;
color: #555;
font-size: 35rpx;
line-height: 180%
}