project init

This commit is contained in:
limqhz
2022-11-17 17:05:46 +08:00
parent 597b107cf7
commit eec0e5575f
108 changed files with 4483 additions and 36 deletions

View File

@@ -27,13 +27,27 @@ swiper {
}
.cell .name {
display: flex;
overflow: hidden; /* 超出部分不显示 */
height: 50rpx;
font-size: 35rpx;
margin-bottom: 12rpx;
}
.cell .date {
color: #999999;
font-size: 24rpx;
checkbox {
width: 50rpx;
height: 50rpx;
box-sizing: border-box;
}
.cell .remark {
display: flex;
color: #999999;
}
.checkedBox .t-checkbox__content {
text-decoration:line-through;
}
.note {
font-size: 28rpx;
}