app.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. page {
  2. width: 100%;
  3. height: 100%;
  4. }
  5. view {
  6. box-sizing: border-box
  7. }
  8. .df {
  9. display: flex;
  10. }
  11. .mt100 {
  12. margin-top: 100rpx
  13. }
  14. .mb30 {
  15. margin-bottom: 30rpx;
  16. }
  17. .line {
  18. display: flex;
  19. justify-content: center;
  20. align-items: center;
  21. }
  22. .tac {
  23. text-align: center;
  24. }
  25. .aic {
  26. align-items: center;
  27. }
  28. .m10 {
  29. margin: 10rpx !important;
  30. }
  31. .m20 {
  32. margin: 20rpx !important;
  33. }
  34. .m30 {
  35. margin: 30rpx !important;
  36. }
  37. .m40 {
  38. margin: 40rpx !important;
  39. }
  40. .m50 {
  41. margin: 50rpx !important;
  42. }
  43. .m10a {
  44. margin: 10rpx auto !important;
  45. }
  46. .m20a {
  47. margin: 20rpx auto !important;
  48. }
  49. .m30a {
  50. margin: 30rpx auto !important;
  51. }
  52. .m40a {
  53. margin: 40rpx auto !important;
  54. }
  55. .m50a {
  56. margin: 50rpx auto !important;
  57. }
  58. .mt10 {
  59. margin-top: 10rpx !important;
  60. }
  61. .mt20 {
  62. margin-top: 20rpx !important;
  63. }
  64. .mt30 {
  65. margin-top: 30rpx !important;
  66. }
  67. .mt40 {
  68. margin-top: 40rpx !important;
  69. }
  70. .mt50 {
  71. margin-top: 50rpx !important;
  72. }
  73. .mt60 {
  74. margin-top: 60rpx !important;
  75. }
  76. .mt80 {
  77. margin-top: 80rpx !important;
  78. }
  79. .mt100 {
  80. margin-top: 100rpx !important;
  81. }
  82. .mr10 {
  83. margin-right: 10rpx !important;
  84. }
  85. .mr20 {
  86. margin-right: 20rpx !important;
  87. }
  88. .mr30 {
  89. margin-right: 30rpx !important;
  90. }
  91. .mr40 {
  92. margin-right: 40rpx !important;
  93. }
  94. .mr50 {
  95. margin-right: 50rpx !important;
  96. }
  97. .mb10 {
  98. margin-bottom: 10rpx !important;
  99. }
  100. .mb20 {
  101. margin-bottom: 20rpx !important;
  102. }
  103. .mb30 {
  104. margin-bottom: 30rpx !important;
  105. }
  106. .mb40 {
  107. margin-bottom: 40rpx !important;
  108. }
  109. .mb50 {
  110. margin-bottom: 50rpx !important;
  111. }
  112. .ml10 {
  113. margin-left: 10rpx !important;
  114. }
  115. .ml20 {
  116. margin-left: 20rpx !important;
  117. }
  118. .ml30 {
  119. margin-left: 30rpx !important;
  120. }
  121. .ml40 {
  122. margin-left: 40rpx !important;
  123. }
  124. .ml50 {
  125. margin-left: 50rpx !important;
  126. }