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.
|
/* pages/personManger/personManger.wxss */
|
|
.personList{padding: 30rpx;box-sizing: border-box;}
|
|
.personli{border-bottom: 2rpx solid #e3e4e5;display: flex;flex-wrap: nowrap;align-items: center;color: #333;font-size: 32rpx;padding: 20rpx 0;justify-content: space-between;}
|
|
.red{color: #e54d42;}
|
|
.green{color: #07c160;}
|
|
.operation view{
|
|
display: inline-block;
|
|
margin: 0 20rpx;
|
|
}
|
|
.PersonnelCheckin{
|
|
margin-left: 20rpx;
|
|
}
|