app.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. @import "./style/index.wxss";
  2. page {
  3. width: 100%;
  4. height: 100%;
  5. background: #f4f5f9;
  6. }
  7. view {
  8. box-sizing: border-box;
  9. }
  10. .df {
  11. display: flex;
  12. }
  13. .mt100 {
  14. margin-top: 100rpx;
  15. }
  16. .mb30 {
  17. margin-bottom: 30rpx;
  18. }
  19. .line {
  20. display: flex;
  21. justify-content: center;
  22. align-items: center;
  23. }
  24. .tac {
  25. text-align: center;
  26. }
  27. .aic {
  28. align-items: center;
  29. }
  30. .m10 {
  31. margin: 10rpx !important;
  32. }
  33. .m20 {
  34. margin: 20rpx !important;
  35. }
  36. .m30 {
  37. margin: 30rpx !important;
  38. }
  39. .m40 {
  40. margin: 40rpx !important;
  41. }
  42. .m50 {
  43. margin: 50rpx !important;
  44. }
  45. .m10a {
  46. margin: 10rpx auto !important;
  47. }
  48. .m20a {
  49. margin: 20rpx auto !important;
  50. }
  51. .m30a {
  52. margin: 30rpx auto !important;
  53. }
  54. .m40a {
  55. margin: 40rpx auto !important;
  56. }
  57. .m50a {
  58. margin: 50rpx auto !important;
  59. }
  60. .mt10 {
  61. margin-top: 10rpx !important;
  62. }
  63. .mt20 {
  64. margin-top: 20rpx !important;
  65. }
  66. .mt30 {
  67. margin-top: 30rpx !important;
  68. }
  69. .mt40 {
  70. margin-top: 40rpx !important;
  71. }
  72. .mt50 {
  73. margin-top: 50rpx !important;
  74. }
  75. .mt60 {
  76. margin-top: 60rpx !important;
  77. }
  78. .mt80 {
  79. margin-top: 80rpx !important;
  80. }
  81. .mt100 {
  82. margin-top: 100rpx !important;
  83. }
  84. .mr10 {
  85. margin-right: 10rpx !important;
  86. }
  87. .mr20 {
  88. margin-right: 20rpx !important;
  89. }
  90. .mr30 {
  91. margin-right: 30rpx !important;
  92. }
  93. .mr40 {
  94. margin-right: 40rpx !important;
  95. }
  96. .mr50 {
  97. margin-right: 50rpx !important;
  98. }
  99. .mb10 {
  100. margin-bottom: 10rpx !important;
  101. }
  102. .mb20 {
  103. margin-bottom: 20rpx !important;
  104. }
  105. .mb30 {
  106. margin-bottom: 30rpx !important;
  107. }
  108. .mb40 {
  109. margin-bottom: 40rpx !important;
  110. }
  111. .mb50 {
  112. margin-bottom: 50rpx !important;
  113. }
  114. .ml10 {
  115. margin-left: 10rpx !important;
  116. }
  117. .ml20 {
  118. margin-left: 20rpx !important;
  119. }
  120. .ml30 {
  121. margin-left: 30rpx !important;
  122. }
  123. .ml40 {
  124. margin-left: 40rpx !important;
  125. }
  126. .ml50 {
  127. margin-left: 50rpx !important;
  128. }
  129. .i-img {
  130. width: 45vw;
  131. height: 45vw;
  132. }
  133. .i-text {
  134. width: 43vw;
  135. height: 45vw;
  136. margin-left: 2vw;
  137. border: 1rpx solid #eee;
  138. box-sizing: border-box;
  139. padding: 10rpx;
  140. overflow: scroll;
  141. }
  142. .tel {
  143. width: 40rpx;
  144. height: 40rpx;
  145. }
  146. .index-item {
  147. width: 80rpx;
  148. }
  149. .end-time {
  150. width: 200rpx;
  151. }
  152. .card-title {
  153. font-size: 28rpx;
  154. font-family: PingFangSC-Medium, PingFang SC;
  155. color: #555;
  156. padding-bottom: 16rpx;
  157. border-bottom: 6rpx solid #f9f9f9;
  158. margin-bottom: 24rpx;
  159. }
  160. .th {
  161. color: #777;
  162. }
  163. .tr {
  164. color: #333;
  165. border-bottom: 1rpx solid #eee;
  166. padding-top: 15rpx;
  167. padding-bottom: 15rpx;
  168. }
  169. .card {
  170. padding: 20rpx 28rpx 20rpx 28rpx;
  171. box-shadow: 0px 0px 1px 1px #f5f5f5;
  172. background: #fff;
  173. margin: 28rpx;
  174. border-radius: 20rpx;
  175. }