用工小程序前端代码
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.

15 lines
242 B

1 year ago
  1. page{
  2. background-color: #f5f5f5;
  3. }
  4. .enterprise{
  5. background: #ff7a31;
  6. border: 4rpx solid rgba(255,255,255,0.50);
  7. border-radius: 14rpx;
  8. }
  9. .master{
  10. background: #f0b744;
  11. border: 4rpx solid rgba(255,255,255,0.50);
  12. border-radius: 14rpx;
  13. }