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.
 

22 lines
362 B

/* pages/openLockLog/openLockLog.wxss */
.loglist {
padding: 20upx;
box-sizing: border-box;
}
.lockli {
margin-bottom: 10upx;
padding: 20upx;
border-bottom: 2upx solid #f2f3f5;
line-height: 50upx;
}
.blue {
color: #02BFFF;
}
.box{
margin-bottom: 10px;
box-sizing: border-box;
margin: 30rpx;
box-shadow: 2px 2px 10px #eeee;
}