photoInspection.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. #photoInspection.data-v-ebc6a678 {
  2. height: 100%;
  3. width: 100%;
  4. display: flex;
  5. flex-direction: column;
  6. overflow: hidden;
  7. }
  8. #photoInspection .null-p.data-v-ebc6a678 {
  9. text-align: center;
  10. font-size: 28rpx;
  11. line-height: 100rpx;
  12. color: #999;
  13. }
  14. #photoInspection .picker-max-box.data-v-ebc6a678 {
  15. width: 100%;
  16. padding: 20rpx 0;
  17. display: flex;
  18. background: #fff;
  19. z-index: 100;
  20. }
  21. #photoInspection .picker-max-box .picker-title-box.data-v-ebc6a678 {
  22. padding: 0 20rpx;
  23. display: flex;
  24. }
  25. #photoInspection .picker-max-box .picker-title-box view.data-v-ebc6a678 {
  26. line-height: 80rpx;
  27. font-size: 28rpx;
  28. }
  29. #photoInspection .picker-max-box .picker-title-box view.data-v-ebc6a678:nth-child(1) {
  30. color: #f00;
  31. }
  32. #photoInspection .picker-max-box .picker-title-box view.data-v-ebc6a678:nth-child(3) {
  33. color: #999;
  34. }
  35. #photoInspection .picker-max-box .picker-min-box.data-v-ebc6a678 {
  36. display: flex;
  37. height: 80rpx;
  38. width: 556rpx;
  39. border: 1rpx solid #a2a2a2;
  40. border-radius: 10rpx;
  41. margin: 0 20rpx;
  42. }
  43. #photoInspection .picker-max-box .picker-min-box view.data-v-ebc6a678 {
  44. flex: 1;
  45. line-height: 80rpx;
  46. padding: 0 20rpx;
  47. color: #999;
  48. font-size: 28rpx;
  49. overflow: hidden;
  50. text-overflow: ellipsis;
  51. white-space: nowrap;
  52. }
  53. #photoInspection .picker-max-box .picker-min-box ._img.data-v-ebc6a678 {
  54. width: 24rpx;
  55. height: 12rpx;
  56. margin: 35rpx 23rpx;
  57. }
  58. #photoInspection .outCheckList-max-box.data-v-ebc6a678 {
  59. margin-top: 30rpx;
  60. flex: 1;
  61. overflow-y: scroll;
  62. }
  63. #photoInspection .outCheckList-max-box .for-add-max-box.data-v-ebc6a678 {
  64. margin: 0 30rpx;
  65. padding-bottom: 40rpx;
  66. position: relative;
  67. }
  68. #photoInspection .outCheckList-max-box .for-add-max-box .for-add-img-box.data-v-ebc6a678 {
  69. background: #fff;
  70. overflow: hidden;
  71. border: 1px dashed #dedede;
  72. border-top-left-radius: 20rpx;
  73. border-top-right-radius: 20rpx;
  74. }
  75. #photoInspection .outCheckList-max-box .for-add-max-box .for-add-img-box ._p.data-v-ebc6a678 {
  76. width: 690rpx;
  77. height: 250rpx;
  78. line-height: 250rpx;
  79. text-align: center;
  80. color: #0183fa;
  81. }
  82. #photoInspection .outCheckList-max-box .for-add-max-box .for-add-img-box ._img.data-v-ebc6a678 {
  83. width: 690rpx;
  84. height: 250rpx;
  85. }
  86. #photoInspection .outCheckList-max-box .for-add-max-box .for-add-name-p.data-v-ebc6a678 {
  87. background: #fff;
  88. text-align: center;
  89. line-height: 80rpx;
  90. font-size: 30rpx;
  91. padding: 0 30rpx;
  92. display: block;
  93. overflow: hidden;
  94. text-overflow: ellipsis;
  95. white-space: nowrap;
  96. }
  97. #photoInspection .outCheckList-max-box .for-add-max-box .for-add-name-p-one.data-v-ebc6a678 {
  98. border: 1px dashed #dedede;
  99. border-top: none;
  100. border-bottom-left-radius: 20rpx;
  101. border-bottom-right-radius: 20rpx;
  102. }
  103. #photoInspection .outCheckList-max-box .for-add-max-box .for-add-name-p-two.data-v-ebc6a678 {
  104. border: 1px dashed #dedede;
  105. border-radius: 20rpx;
  106. }
  107. #photoInspection .outCheckList-max-box .for-add-max-box .for-add-icon.data-v-ebc6a678 {
  108. position: absolute;
  109. right: 0;
  110. bottom: 40rpx;
  111. background-color: #0183fa;
  112. border-top-left-radius: 20rpx;
  113. border-bottom-right-radius: 20rpx;
  114. }
  115. #photoInspection .up-data-button.data-v-ebc6a678 {
  116. margin: 25rpx;
  117. width: 700rpx;
  118. height: 90rpx;
  119. background: #0183fa;
  120. line-height: 90rpx;
  121. border-radius: 10rpx;
  122. text-align: center;
  123. color: #fff;
  124. font-size: 30rpx;
  125. bottom: 0;
  126. }