size.scss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  1. .text-white {
  2. color: #ffffff;
  3. }
  4. .text-blue {
  5. color: #1e57f9;
  6. }
  7. .text-red {
  8. color: #e22416;
  9. }
  10. .text333 {
  11. color: #333333;
  12. }
  13. .text666 {
  14. color: #666;
  15. }
  16. .text999 {
  17. color: #999;
  18. }
  19. .bold {
  20. font-weight: bold;
  21. }
  22. .f38 {
  23. font-size: 38rpx !important;
  24. }
  25. .f36 {
  26. font-size: 36rpx !important;
  27. }
  28. .f34 {
  29. font-size: 34rpx !important;
  30. }
  31. .f32 {
  32. font-size: 30rpx !important;
  33. }
  34. .f30 {
  35. font-size: 30rpx !important;
  36. }
  37. .f28 {
  38. font-size: 28rpx !important;
  39. }
  40. .f26 {
  41. font-size: 26rpx !important;
  42. }
  43. .f24 {
  44. font-size: 24rpx !important;
  45. }
  46. // 外边距
  47. .m-10 {
  48. margin: 20rpx !important;
  49. }
  50. .m-15 {
  51. margin: 30rpx !important;
  52. }
  53. .m-20 {
  54. margin: 40rpx !important;
  55. }
  56. .m-25 {
  57. margin: 50rpx !important;
  58. }
  59. .m-30 {
  60. margin: 60rpx !important;
  61. }
  62. .m-35 {
  63. margin: 70rpx !important;
  64. }
  65. .m-40 {
  66. margin: 80rpx !important;
  67. }
  68. .mt-10 {
  69. margin-top: 20rpx !important;
  70. }
  71. .mt-15 {
  72. margin-top: 30rpx !important;
  73. }
  74. .mt-20 {
  75. margin-top: 40rpx !important;
  76. }
  77. .mt-25 {
  78. margin-top: 50rpx !important;
  79. }
  80. .mt-30 {
  81. margin-top: 60rpx !important;
  82. }
  83. .mt-35 {
  84. margin-top: 70rpx !important;
  85. }
  86. .mt-40 {
  87. margin-top: 80rpx !important;
  88. }
  89. .mr-10 {
  90. margin-right: 20rpx !important;
  91. }
  92. .mr-15 {
  93. margin-right: 30rpx !important;
  94. }
  95. .mr-20 {
  96. margin-right: 40rpx !important;
  97. }
  98. .mr-25 {
  99. margin-right: 50rpx !important;
  100. }
  101. .mr-30 {
  102. margin-right: 60rpx !important;
  103. }
  104. .mr-35 {
  105. margin-right: 70rpx !important;
  106. }
  107. .mr-40 {
  108. margin-right: 80rpx !important;
  109. }
  110. .mb-10 {
  111. margin-bottom: 20rpx !important;
  112. }
  113. .mb-15 {
  114. margin-bottom: 30rpx !important;
  115. }
  116. .mb-20 {
  117. margin-bottom: 40rpx !important;
  118. }
  119. .mb-25 {
  120. margin-bottom: 50rpx !important;
  121. }
  122. .mb-30 {
  123. margin-bottom: 60rpx !important;
  124. }
  125. .mb-35 {
  126. margin-bottom: 70rpx !important;
  127. }
  128. .mb-40 {
  129. margin-bottom: 80rpx !important;
  130. }
  131. .ml-10 {
  132. margin-left: 20rpx !important;
  133. }
  134. .ml-15 {
  135. margin-left: 30rpx !important;
  136. }
  137. .ml-20 {
  138. margin-left: 40rpx !important;
  139. }
  140. .ml-25 {
  141. margin-left: 50rpx !important;
  142. }
  143. .ml-30 {
  144. margin-left: 60rpx !important;
  145. }
  146. .ml-35 {
  147. margin-left: 70rpx !important;
  148. }
  149. .ml-40 {
  150. margin-left: 80rpx !important;
  151. }
  152. // 内边距
  153. .p-10 {
  154. padding: 20rpx !important;
  155. }
  156. .p-15 {
  157. padding: 30rpx !important;
  158. }
  159. .p-20 {
  160. padding: 40rpx !important;
  161. }
  162. .p-25 {
  163. padding: 50rpx !important;
  164. }
  165. .p-30 {
  166. padding: 60rpx !important;
  167. }
  168. .p-35 {
  169. padding: 70rpx !important;
  170. }
  171. .p-40 {
  172. padding: 80rpx !important;
  173. }
  174. .pt-10 {
  175. padding-top: 20rpx !important;
  176. }
  177. .pt-15 {
  178. padding-top: 30rpx !important;
  179. }
  180. .pt-20 {
  181. padding-top: 40rpx !important;
  182. }
  183. .pt-25 {
  184. padding-top: 50rpx !important;
  185. }
  186. .pt-30 {
  187. padding-top: 60rpx !important;
  188. }
  189. .pt-35 {
  190. padding-top: 70rpx !important;
  191. }
  192. .pt-40 {
  193. padding-top: 80rpx !important;
  194. }
  195. .pr-10 {
  196. padding-right: 20rpx !important;
  197. }
  198. .pr-15 {
  199. padding-right: 30rpx !important;
  200. }
  201. .pr-20 {
  202. padding-right: 40rpx !important;
  203. }
  204. .pr-25 {
  205. padding-right: 50rpx !important;
  206. }
  207. .pr-30 {
  208. padding-right: 60rpx !important;
  209. }
  210. .pr-35 {
  211. padding-right: 70rpx !important;
  212. }
  213. .pr-40 {
  214. padding-right: 80rpx !important;
  215. }
  216. .pb-10 {
  217. padding-bottom: 20rpx !important;
  218. }
  219. .pb-15 {
  220. padding-bottom: 30rpx !important;
  221. }
  222. .pb-20 {
  223. padding-bottom: 40rpx !important;
  224. }
  225. .pb-25 {
  226. padding-bottom: 50rpx !important;
  227. }
  228. .pb-30 {
  229. padding-bottom: 60rpx !important;
  230. }
  231. .pb-35 {
  232. padding-bottom: 70rpx !important;
  233. }
  234. .pb-40 {
  235. padding-bottom: 80rpx !important;
  236. }
  237. .pl-10 {
  238. padding-left: 20rpx !important;
  239. }
  240. .pl-15 {
  241. padding-left: 30rpx !important;
  242. }
  243. .pl-20 {
  244. padding-left: 40rpx !important;
  245. }
  246. .pl-25 {
  247. padding-left: 50rpx !important;
  248. }
  249. .pl-30 {
  250. padding-left: 60rpx !important;
  251. }
  252. .pl-35 {
  253. padding-left: 70rpx !important;
  254. }
  255. .pl-40 {
  256. padding-left: 80rpx !important;
  257. }
  258. // 圆角
  259. .radius10 {
  260. border-radius: 10px;
  261. }
  262. .radius15 {
  263. border-radius: 15px;
  264. }
  265. .radius20 {
  266. border-radius: 20px;
  267. }