warehouseDtl.wxss 652 B

123456789101112131415161718192021222324252627282930313233
  1. .uni-data-checklist {
  2. margin-top: 10rpx;
  3. padding: 16rpx 10rpx;
  4. }
  5. .uni-table-td {
  6. font-size: 24rpx!important;
  7. }
  8. .uni-data-checklist .checklist-group .checklist-box {
  9. margin-right: 20rpx!important;
  10. }
  11. .warehousingDtl {
  12. background-color: #f1f1f1;
  13. min-height: 100vh;
  14. color: #333;
  15. }
  16. .warehousingDtl .header-banner {
  17. display: flex;
  18. justify-content: center;
  19. border-bottom: 1px solid #dcdcdc;
  20. }
  21. .warehousingDtl .header-banner view {
  22. width: 40%;
  23. text-align: center;
  24. height: 100rpx;
  25. line-height: 100rpx;
  26. color: #333;
  27. margin: 0 5%;
  28. }
  29. .warehousingDtl .header-banner .active {
  30. color: #487CFF;
  31. border-bottom: 2px solid #487CFF;
  32. }