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.

11 lines
421 B

1 year ago
  1. /* pages/personManger/personManger.wxss */
  2. .personList{padding: 30rpx;box-sizing: border-box;}
  3. .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;}
  4. .red{color: #e54d42;}
  5. .green{color: #07c160;}
  6. .operation view{
  7. display: inline-block;
  8. margin: 0 20rpx;
  9. }
  10. .PersonnelCheckin{
  11. margin-left: 20rpx;
  12. }