公寓小程序端前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
301 B

/* subpages/mine/checkInRecord/checkInRecord.wxss */
.name{
font-size: 36rpx;
}
.date{
font-size: 26rpx;
color: #737373;
}
.doc{
color: #08b3b3;
font-size: 20rpx;
1 month ago
}
.scroll-view{
padding:20rpx;
background-color: #eff0f3;
box-sizing: border-box;
min-height: 100vh;
}