record.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. @charset "UTF-8";
  2. /* 这里是你自己写的全局css样式 */
  3. .page {
  4. background-color: #f3f4f6;
  5. padding: 20rpx;
  6. }
  7. .empty-wrap {
  8. margin-top: 200rpx;
  9. width: 100%;
  10. display: flex;
  11. justify-content: center;
  12. align-items: center;
  13. }
  14. .content-page {
  15. min-height: 100vh;
  16. background-color: #fff;
  17. }
  18. .footer {
  19. display: flex;
  20. align-items: center;
  21. color: #909399;
  22. width: 100%;
  23. padding: 20rpx 0;
  24. justify-content: center;
  25. }
  26. .box-shadow {
  27. box-shadow: 0rpx 2rpx 4rpx 0 rgba(0, 0, 0, 0.2);
  28. }
  29. .flex-empty {
  30. visibility: hidden;
  31. width: 120rpx;
  32. height: 0rpx;
  33. }
  34. .bwin-btn-100 {
  35. width: 100%;
  36. }
  37. .bwin-popup {
  38. display: flex;
  39. flex-direction: column;
  40. width: 100%;
  41. position: relative;
  42. min-height: 100%;
  43. overflow: hidden;
  44. }
  45. .bwin-popup .popup-header {
  46. z-index: 2;
  47. width: 80%;
  48. position: fixed;
  49. padding: 20rpx 0;
  50. text-align: center;
  51. font-size: 32rpx;
  52. color: #fff;
  53. font-weight: bold;
  54. background-color: #2080f0;
  55. border-top-left-radius: 20rpx;
  56. border-top-right-radius: 20rpx;
  57. }
  58. .bwin-popup .popup-body {
  59. z-index: 1;
  60. position: relative;
  61. top: 90rpx;
  62. margin-bottom: 90rpx;
  63. padding: 20rpx;
  64. font-size: 32rpx;
  65. overflow-y: scroll;
  66. }
  67. .bwin-popup .popup-footer {
  68. position: relative;
  69. left: 0;
  70. bottom: 20rpx;
  71. width: 100%;
  72. display: flex;
  73. justify-content: space-around;
  74. }
  75. .scoped-list {
  76. padding-top: 20rpx;
  77. }
  78. .scoped-list .sl-item {
  79. box-shadow: 0 0 5px #ccc;
  80. margin: 0 20rpx 20rpx;
  81. border-radius: 20rpx;
  82. overflow: hidden;
  83. background: #fff;
  84. }
  85. .scoped-list .sl-item .sli-top {
  86. position: relative;
  87. height: 70rpx;
  88. line-height: 70rpx;
  89. color: #fff;
  90. background: #2d8cf0;
  91. padding-left: 20rpx;
  92. }
  93. .scoped-list .sl-item .sli-top.t2 {
  94. background: #19be6b;
  95. }
  96. .scoped-list .sl-item .sli-top.t3 {
  97. background: #795548;
  98. }
  99. .scoped-list .sl-item .sli-top .r {
  100. position: absolute;
  101. top: 0;
  102. right: 20rpx;
  103. height: 70rpx;
  104. line-height: 70rpx;
  105. color: #eee;
  106. }
  107. .scoped-list .sl-item .sli-top .r2 {
  108. position: absolute;
  109. top: 0;
  110. right: 100rpx;
  111. height: 70rpx;
  112. line-height: 70rpx;
  113. color: #eee;
  114. }
  115. .scoped-list .sl-item .sli-body {
  116. padding: 10rpx 20rpx;
  117. }
  118. .scoped-list .sl-item .sli-p1 {
  119. color: #666;
  120. margin-bottom: 10rpx;
  121. font-size: 28rpx;
  122. }
  123. .scoped-list .sl-item .sli-p1 .n {
  124. color: #ff9900;
  125. display: inline-block;
  126. font-weight: bold;
  127. }
  128. .scoped-list .sl-item .sli-p1 .i {
  129. color: #2d8cf0;
  130. font-weight: bold;
  131. display: inline-block;
  132. padding-right: 10rpx;
  133. }
  134. .scoped-list .sl-item .sli-p2 {
  135. color: #333;
  136. margin-bottom: 10rpx;
  137. }
  138. .scoped-list .sl-item .sli-p2 .n {
  139. font-size: 30rpx;
  140. display: inline-block;
  141. font-weight: bold;
  142. color: #ed4014;
  143. }
  144. .scoped-list .sl-item .sli-p3 {
  145. color: #999;
  146. font-size: 28rpx;
  147. margin-bottom: 10rpx;
  148. }
  149. .scoped-list .sl-item .sli-p4 {
  150. background: rgba(255, 229, 100, 0.3);
  151. color: #666;
  152. margin-bottom: 10rpx;
  153. }
  154. .buystep-info {
  155. width: 100%;
  156. padding: 0 0 32rpx;
  157. background-color: #fff;
  158. margin-bottom: 20rpx;
  159. border-radius: 10rpx;
  160. }
  161. .buystep-info .name {
  162. font-weight: bold;
  163. margin-bottom: 20rpx;
  164. }
  165. .buystep-info .u-order-title {
  166. color: #303133;
  167. font-size: 28rpx;
  168. margin-bottom: 10rpx;
  169. }
  170. .buystep-info .u-order-title .c {
  171. display: inline-block;
  172. color: #2979ff;
  173. font-weight: bold;
  174. }
  175. .buystep-info .u-order-title .c2 {
  176. display: inline-block;
  177. color: #5a7fbd;
  178. font-weight: bold;
  179. }
  180. .buystep-info .u-order-desc {
  181. color: #777;
  182. font-size: 24rpx;
  183. margin-bottom: 6rpx;
  184. }
  185. .buystep-info .u-order-img .img {
  186. padding: 10rpx;
  187. border: 1PX solid #dcdcdc;
  188. width: 160rpx;
  189. height: 160rpx;
  190. margin-right: 20rpx;
  191. border-radius: 10rpx;
  192. overflow: hidden;
  193. }
  194. .buystep-info .u-order-time {
  195. color: #c8c8c8;
  196. font-size: 24rpx;
  197. }
  198. .scoped-box {
  199. padding-bottom: 100rpx;
  200. background: #f2f2f2;
  201. }
  202. .scoped-box .f-btn {
  203. position: fixed;
  204. bottom: 0;
  205. left: 20rpx;
  206. right: 20rpx;
  207. }