first commit

This commit is contained in:
仲么了
2023-11-16 15:13:28 +08:00
commit 6023eac4fe
209 changed files with 34095 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
/* 主体开始 */
.body-block{
display: flex;
flex-direction: column;
justify-content: flex-start;
}
.each-block{
height: 100rpx;
border-bottom: 1px solid #F0F0F0;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 0 40rpx;
}
.each-text{
color: #303233;
white-space: nowrap;
font-size: 30rpx;
}
/* 主体结束 */