bill.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .container.data-v-5c84f166 {
  5. position: relative;
  6. overflow: auto;
  7. height: 100vh;
  8. background-image: url(/static/bg.png);
  9. background-size: 100% 100%;
  10. }
  11. .container .body.data-v-5c84f166 {
  12. margin: 0 30rpx;
  13. }
  14. .container .body .tab.data-v-5c84f166 {
  15. padding-top: 20rpx;
  16. }
  17. .container .body .tab .select.data-v-5c84f166 {
  18. display: flex;
  19. margin-top: 20rpx;
  20. padding: 0 6rpx;
  21. height: 100rpx;
  22. border-radius: 10rpx;
  23. }
  24. .container .body .tab .select .picker.data-v-5c84f166 {
  25. width: 100%;
  26. padding-top: 8rpx;
  27. }
  28. .container .body .tab .content.data-v-5c84f166 {
  29. height: 80vh;
  30. overflow: auto;
  31. }
  32. .container .body .tab .content .detail.data-v-5c84f166 {
  33. margin-bottom: 30rpx;
  34. background-color: #fff;
  35. border-radius: 5px;
  36. }
  37. .container .body .tab .content .detail .detail_title.data-v-5c84f166 {
  38. position: relative;
  39. height: 96rpx;
  40. line-height: 96rpx;
  41. text-align: center;
  42. border-radius: 5px 5px 0 0;
  43. background-color: #e7eef5;
  44. }
  45. .container .body .tab .content .detail .detail_title .title1.data-v-5c84f166 {
  46. font-size: 32rpx;
  47. }
  48. .container .body .tab .content .detail .detail_title text.data-v-5c84f166 {
  49. position: absolute;
  50. top: 0;
  51. right: 30rpx;
  52. font-size: 24rpx;
  53. color: red;
  54. }
  55. .container .body .tab .content .detail .detail_title .title3.data-v-5c84f166 {
  56. color: #ff8b02;
  57. }
  58. .container .body .tab .content .detail .info .place.data-v-5c84f166 {
  59. display: flex;
  60. margin-left: 34rpx;
  61. margin-top: 30rpx;
  62. }
  63. .container .body .tab .content .detail .info .place .name.data-v-5c84f166 {
  64. width: 200rpx;
  65. text-align-last: justify;
  66. color: #808080;
  67. }
  68. .container .body .tab .content .detail .info .place .rooms.data-v-5c84f166 {
  69. padding-left: 130rpx;
  70. width: 440rpx;
  71. font-size: 32rpx;
  72. }
  73. .container .body .tab .content .detail .info .place .time.data-v-5c84f166 {
  74. flex: 5;
  75. font-size: 24rpx;
  76. color: #999;
  77. }
  78. .container .body .tab .content .detail .info .timeAndNumber.data-v-5c84f166 {
  79. display: flex;
  80. margin-left: 34rpx;
  81. margin-top: 20rpx;
  82. }
  83. .container .body .tab .content .detail .info .timeAndNumber .time.data-v-5c84f166 {
  84. flex: 5;
  85. font-size: 24rpx;
  86. color: #999;
  87. }
  88. .container .body .tab .content .detail .info .timeAndNumber .number.data-v-5c84f166 {
  89. flex: 5;
  90. font-size: 32rpx;
  91. }
  92. .container .body .tab .content .detail .info .button.data-v-5c84f166 {
  93. display: flex;
  94. justify-content: flex-end;
  95. margin-top: 20rpx;
  96. padding-bottom: 30rpx;
  97. }
  98. .container .body .tab .content .detail .info .button .button_item.data-v-5c84f166 {
  99. margin: 0 20rpx;
  100. padding: 0;
  101. width: 90px;
  102. }
  103. .container .body .tab .content .detail .info .button2.data-v-5c84f166 {
  104. display: flex;
  105. margin-top: 20rpx;
  106. padding-bottom: 20rpx;
  107. }
  108. .container .body .tab .content .detail .info .button2 .button_item.data-v-5c84f166 {
  109. padding: 0;
  110. margin-left: auto;
  111. margin-right: 60rpx;
  112. width: 90px;
  113. }
  114. .container .body .tab .image.data-v-5c84f166 {
  115. margin: 260rpx auto;
  116. width: 438rpx;
  117. height: 360rpx;
  118. background: url(/static/null.png);
  119. background-size: 100%;
  120. }
  121. .container .body .tab .infoNo.data-v-5c84f166 {
  122. margin-top: 100rpx;
  123. text-align: center;
  124. font-size: 36rpx;
  125. }
  126. .container .body .suspension.data-v-5c84f166 {
  127. position: absolute;
  128. left: 36rpx;
  129. bottom: 50rpx;
  130. display: flex;
  131. flex-direction: column;
  132. align-items: center;
  133. width: 140rpx;
  134. height: 140rpx;
  135. border-radius: 70rpx;
  136. background-color: rgba(0, 0, 0, 0.4);
  137. overflow: auto;
  138. }
  139. .container .body .suspension .icon.data-v-5c84f166 {
  140. flex: 1;
  141. }
  142. .container .body .suspension .icon ._img.data-v-5c84f166 {
  143. margin-top: 20rpx;
  144. width: 40rpx;
  145. }
  146. .container .body .suspension .info.data-v-5c84f166 {
  147. flex: 2;
  148. font-size: 24rpx;
  149. color: #fff;
  150. }
  151. .container .body .popup_view.data-v-5c84f166 {
  152. width: 650rpx;
  153. }
  154. .container .body .popup_view .title.data-v-5c84f166 {
  155. height: 90rpx;
  156. line-height: 90rpx;
  157. text-align: center;
  158. font-size: 36rpx;
  159. font-weight: bold;
  160. background-color: #e7eef5;
  161. }
  162. .container .body .popup_view .forms.data-v-5c84f166 {
  163. margin: 40rpx;
  164. width: 550rpx;
  165. }
  166. .container .body .popup_view .forms .form_button.data-v-5c84f166 {
  167. display: flex;
  168. text-align: center;
  169. }
  170. .container .body .popup_view .forms .form_button button.data-v-5c84f166 {
  171. width: 200rpx;
  172. }
  173. .data-v-5c84f166 .uni-forms-item__label {
  174. width: 160rpx !important;
  175. }