暫無描述

inspectionList.wxss 735B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. page {
  2. width: auto;
  3. background-color: #f5f5f5;
  4. color: #333333;
  5. font-size: 35rpx;
  6. }
  7. .form_data {
  8. width: 100%;
  9. padding: 30rpx 0rpx;
  10. }
  11. .form_data .form_box {
  12. width: 100%;
  13. }
  14. .form_data .form_box .title {
  15. padding-left: 15rpx;
  16. width: 600rpx;
  17. }
  18. .time_choose {
  19. height: 120rpx;
  20. display: flex;
  21. justify-content: space-between;
  22. align-items: center;
  23. margin-bottom: 5rpx;
  24. background-color: #fff;
  25. padding: 15rpx 35rpx;
  26. }
  27. .iconImages {
  28. width: 34rpx;
  29. height: 34rpx;
  30. }
  31. .iconImages1 {
  32. width: 40rpx;
  33. height: 40rpx;
  34. }
  35. .remind {
  36. margin-right: 15rpx;
  37. width: 45rpx;
  38. height: 45rpx;
  39. border-radius: 50%;
  40. line-height: 45rpx;
  41. text-align: center;
  42. color: #fff;
  43. background-color: #f22424;
  44. font-size: 28rpx;
  45. }