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.
12 lines
184 B
12 lines
184 B
3 months ago
|
/* subpages/mine/checkInRecord/checkInRecord.wxss */
|
||
|
.name{
|
||
|
font-size: 36rpx;
|
||
|
}
|
||
|
.date{
|
||
|
font-size: 26rpx;
|
||
|
color: #737373;
|
||
|
}
|
||
|
.doc{
|
||
|
color: #08b3b3;
|
||
|
font-size: 20rpx;
|
||
|
}
|