home.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .container.data-v-92bb8f34 {
  5. overflow: auto;
  6. height: 100vh;
  7. background-image: url(/static/bg.png);
  8. background-size: 100% 100%;
  9. }
  10. .container .select-item.data-v-92bb8f34 {
  11. margin: 19rpx 0;
  12. display: flex;
  13. background-color: #ffffff;
  14. height: 139rpx;
  15. }
  16. .container .select-item .picker-item-logol.data-v-92bb8f34 {
  17. width: 88rpx;
  18. display: flex;
  19. justify-content: flex-end;
  20. align-items: center;
  21. }
  22. .container .select-item .picker-item-logol .picker-item-logo-left.data-v-92bb8f34 {
  23. width: 58rpx;
  24. height: 58rpx;
  25. }
  26. .container .select-item .picker-item-label.data-v-92bb8f34 {
  27. font-size: 30rpx;
  28. width: 161rpx;
  29. height: 139rpx;
  30. line-height: 139rpx;
  31. text-align: center;
  32. }
  33. .container .select-item .picker-item-content.data-v-92bb8f34 {
  34. width: 360rpx;
  35. height: 139rpx;
  36. line-height: 139rpx;
  37. font-size: 36rpx;
  38. text-align: center;
  39. color: #999999;
  40. }
  41. .container .select-item .picker-item-logor.data-v-92bb8f34 {
  42. width: 91rpx;
  43. display: flex;
  44. justify-content: center;
  45. align-items: center;
  46. }
  47. .container .select-item .picker-item-logor .picker-item-logo-right.data-v-92bb8f34 {
  48. width: 40rpx;
  49. height: 40rpx;
  50. }
  51. .container .bill.data-v-92bb8f34 {
  52. margin: 20rpx 0;
  53. min-height: 982rpx;
  54. }
  55. .container .bill .null.data-v-92bb8f34 {
  56. display: flex;
  57. flex-direction: column;
  58. align-items: center;
  59. margin: 0 auto;
  60. padding-top: 300rpx;
  61. width: 50%;
  62. height: 400rpx;
  63. }
  64. .container .bill .null ._img.data-v-92bb8f34 {
  65. height: 90%;
  66. }
  67. .container .bill .null ._span.data-v-92bb8f34 {
  68. margin-top: 30rpx;
  69. }
  70. .container .bill .has.data-v-92bb8f34 {
  71. margin: 0 20rpx;
  72. }
  73. .container .bill .has .choose.data-v-92bb8f34 {
  74. display: flex;
  75. }
  76. .container .bill .has .choose .time.data-v-92bb8f34 {
  77. flex: 1;
  78. padding-right: 40rpx;
  79. }
  80. .container .bill .has .choose .type.data-v-92bb8f34 {
  81. flex: 1;
  82. padding-right: 40rpx;
  83. }
  84. .container .bill .has .has_bill.data-v-92bb8f34 {
  85. margin-top: 20rpx;
  86. }
  87. .container .bill .has .has_bill .item.data-v-92bb8f34 {
  88. margin-bottom: 20rpx;
  89. border-radius: 10rpx;
  90. background-color: #fff;
  91. }
  92. .container .bill .has .has_bill .item .item_header.data-v-92bb8f34 {
  93. height: 96rpx;
  94. line-height: 96rpx;
  95. text-align: center;
  96. font-weight: bold;
  97. border-radius: 10rpx 10rpx 0 0;
  98. background-color: #e7eef5;
  99. }
  100. .container .bill .has .has_bill .item .item_box.data-v-92bb8f34 {
  101. display: flex;
  102. margin: 0 30rpx;
  103. height: 70rpx;
  104. line-height: 70rpx;
  105. font-weight: bold;
  106. }
  107. .container .bill .has .has_bill .item .item_box .item_box_1.data-v-92bb8f34 {
  108. flex: 1.5;
  109. }
  110. .container .bill .has .has_bill .item .item_box .item_box_2.data-v-92bb8f34 {
  111. flex: 1;
  112. }
  113. .container .bill .has .has_bill .item .item_box .font.data-v-92bb8f34 {
  114. font-weight: normal;
  115. color: #999;
  116. }
  117. .container .bill .has .has_bill .item .item_notes.data-v-92bb8f34 {
  118. margin: 0 30rpx;
  119. height: 60rpx;
  120. line-height: 60rpx;
  121. font-size: 26rpx;
  122. color: #999;
  123. }
  124. .container .bill .has .has_bill .item .item_button.data-v-92bb8f34 {
  125. display: flex;
  126. justify-content: flex-end;
  127. margin: 10rpx 50rpx;
  128. height: 74rpx;
  129. line-height: 74rpx;
  130. }
  131. .container .bill .has .has_bill .item .item_button .feedback.data-v-92bb8f34 {
  132. margin: 0;
  133. padding: 0;
  134. width: 140rpx;
  135. height: 65rpx;
  136. line-height: 65rpx;
  137. font-size: 26rpx;
  138. }
  139. .container .bill .has .has_bill .item .item_button .right.data-v-92bb8f34 {
  140. margin-right: 50rpx;
  141. }
  142. .container .suspend_button.data-v-92bb8f34 {
  143. position: fixed;
  144. left: 80rpx;
  145. bottom: 120rpx;
  146. width: 140rpx;
  147. height: 140rpx;
  148. line-height: 140rpx;
  149. text-align: center;
  150. border-radius: 70rpx;
  151. color: #fff;
  152. background-color: rgba(0, 0, 0, 0.4);
  153. }
  154. .container .popup_view.data-v-92bb8f34 {
  155. width: 650rpx;
  156. }
  157. .container .popup_view .title.data-v-92bb8f34 {
  158. height: 90rpx;
  159. line-height: 90rpx;
  160. font-size: 36rpx;
  161. font-weight: bold;
  162. text-align: center;
  163. background-color: #e7eef5;
  164. }
  165. .container .popup_view .forms.data-v-92bb8f34 {
  166. margin: 40rpx;
  167. width: 550rpx;
  168. }
  169. .container .popup_view .forms .form_button.data-v-92bb8f34 {
  170. display: flex;
  171. text-align: center;
  172. }
  173. .container .popup_view .forms .form_button button.data-v-92bb8f34 {
  174. width: 200rpx;
  175. }
  176. .data-v-92bb8f34 .uni-select__input-placeholder {
  177. color: #fff;
  178. }
  179. .data-v-92bb8f34 .uni-forms-item__label {
  180. width: 160rpx !important;
  181. }