log.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. @charset "UTF-8";
  2. .text-center.data-v-1151ec5a {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-1151ec5a {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-1151ec5a {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-1151ec5a {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-1151ec5a {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-1151ec5a {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-1151ec5a {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-1151ec5a {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-1151ec5a {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .top.data-v-1151ec5a {
  39. height: 408rpx;
  40. width: 100%;
  41. text-align: center;
  42. color: #fff;
  43. font-size: 24rpx;
  44. position: relative;
  45. }
  46. .top image.data-v-1151ec5a {
  47. height: 408rpx;
  48. width: 100%;
  49. }
  50. .total.data-v-1151ec5a {
  51. position: absolute;
  52. top: 80rpx;
  53. width: 100%;
  54. }
  55. .total-num.data-v-1151ec5a {
  56. font-size: 72rpx;
  57. font-family: 'DIN';
  58. margin-bottom: 18rpx;
  59. }
  60. .data.data-v-1151ec5a {
  61. position: absolute;
  62. bottom: 80rpx;
  63. width: 100%;
  64. }
  65. .location.data-v-1151ec5a {
  66. float: left;
  67. width: 33.33%;
  68. }
  69. .data-num.data-v-1151ec5a {
  70. font-size: 44rpx;
  71. font-family: 'DIN';
  72. margin-bottom: 9rpx;
  73. }
  74. .log.data-v-1151ec5a {
  75. height: 64rpx;
  76. color: #999;
  77. font-size: 30rpx;
  78. padding-left: 24rpx;
  79. background-color: #f7f7f7;
  80. line-height: 64rpx;
  81. }
  82. .list.data-v-1151ec5a {
  83. height: 254rpx;
  84. width: 100%;
  85. background-color: white;
  86. color: #999;
  87. font-size: 30rpx;
  88. padding: 28rpx 24rpx;
  89. margin-bottom: 20rpx;
  90. }
  91. .list-title.data-v-1151ec5a {
  92. height: 48rpx;
  93. width: 100%;
  94. }
  95. .title-left.data-v-1151ec5a {
  96. float: left;
  97. color: #353535;
  98. font-size: 30rpx;
  99. display: -webkit-box;
  100. display: -webkit-flex;
  101. display: flex;
  102. width: 80%;
  103. }
  104. .wait.data-v-1151ec5a {
  105. height: 48rpx;
  106. width: 94rpx;
  107. background-color: #feeeee;
  108. color: #ff4544;
  109. font-size: 24rpx;
  110. line-height: 48rpx;
  111. text-align: center;
  112. float: right;
  113. }
  114. .finish.data-v-1151ec5a {
  115. height: 48rpx;
  116. width: 94rpx;
  117. background-color: #fff2e2;
  118. color: #ff9d1e;
  119. font-size: 24rpx;
  120. line-height: 48rpx;
  121. text-align: center;
  122. float: right;
  123. }
  124. .loser.data-v-1151ec5a {
  125. height: 48rpx;
  126. width: 94rpx;
  127. background-color: #eee;
  128. color: #999;
  129. font-size: 24rpx;
  130. line-height: 48rpx;
  131. text-align: center;
  132. float: right;
  133. }
  134. .list-body.data-v-1151ec5a {
  135. width: 50%;
  136. padding: 40rpx 0 50rpx;
  137. float: left;
  138. text-align: center;
  139. }
  140. .list-num.data-v-1151ec5a {
  141. font-size: 46rpx;
  142. color: #ff9d1e;
  143. font-family: 'DIN';
  144. margin-bottom: 16rpx;
  145. }
  146. .loading.data-v-1151ec5a {
  147. color: #353535;
  148. text-align: center;
  149. height: 80rpx;
  150. line-height: 80rpx;
  151. }
  152. .title-name.data-v-1151ec5a {
  153. max-width: 65%;
  154. overflow: hidden;
  155. text-overflow: ellipsis;
  156. white-space: nowrap;
  157. }