app.wxss 2.0 KB

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