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,39 @@
/* pages/explain/explain.wxss */
.main{
width: 750rpx;
height: 100vh;
}
.wrap{
width: 90%;
height: 100%;
margin:30rpx auto;
}
.title{
height: 80rpx;
line-height: 80rpx;
width: 100%;
font-size: 35rpx;
color: #333;
}
.item{
width: 100%;
font-size: 32rpx;
color: #666;
line-height: 50rpx;
}
.kg{
text-indent: 64rpx;
}
.btn{
height: 100rpx;
margin-top: 50rpx;
margin-bottom: 20rpx;
width: 100%;
background: rgba(0,110,255);
color: #fff;
text-align: center;
line-height: 100rpx;
border-radius: 10rpx;
font-size: 35rpx;
letter-spacing: 5rpx;
}