project init
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user