index.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. .bg-blue1 {
  2. background-color: #2FA5FF;
  3. color: #ffffff;
  4. }
  5. .px-10 {
  6. padding: 0 22rpx;
  7. }
  8. .hc-qualityInspection-view .hc-search-bar .action {
  9. .action-data-select .uni-select {
  10. height: 58rpx;
  11. color: #6C6C6C;
  12. border: none;
  13. background-color: rgba(255, 255, 255, 0.15);
  14. .uni-select__input-text {
  15. color: #6C6C6C;
  16. }
  17. .uni-icons.uniui-clear {
  18. color: #6C6C6C !important;
  19. font-size: 40rpx !important;
  20. }
  21. }
  22. .action-date-picker {
  23. width: 360rpx;
  24. .uni-date-editor--x {
  25. color: #6C6C6C;
  26. border: none;
  27. background-color: rgba(255, 255, 255, 0.15);
  28. }
  29. .uni-date-x {
  30. padding: 0;
  31. color: #6C6C6C;
  32. background-color: transparent;
  33. .uni-icons {
  34. display: none;
  35. }
  36. .uni-date__x-input {
  37. padding: 0;
  38. height: 54rpx;
  39. font-size: 24rpx;
  40. }
  41. }
  42. .uni-date__icon-clear {
  43. padding: 0;
  44. padding-right: 4rpx;
  45. }
  46. .uni-icons.uniui-clear {
  47. color: #6C6C6C !important;
  48. font-size: 40rpx !important;
  49. }
  50. }
  51. &:last-child {
  52. margin-right: 22rpx;
  53. }
  54. }
  55. .hc-data-card {
  56. position: relative;
  57. background: white;
  58. border-radius: 10rpx;
  59. margin-bottom: 40rpx;
  60. }
  61. .hc-fj-form-item-s {
  62. position: relative;
  63. display: flex;
  64. align-items: center;
  65. .title {
  66. position: relative;
  67. flex: 1;
  68. padding: 0 20rpx;
  69. height: 64rpx;
  70. display: flex;
  71. align-items: center;
  72. border: 2rpx solid #dcdfe6;
  73. border-radius: 8rpx 0 0 8rpx;
  74. border-right: none;
  75. }
  76. .cu-btn {
  77. height: 64rpx;
  78. font-size: 22rpx;
  79. padding: 0 10rpx;
  80. border-radius: 0 8rpx 8rpx 0;
  81. }
  82. }
  83. .uni-calendar__mask, .uni-calendar__content {
  84. z-index: 9999999 !important;
  85. }