margin.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. .m10 {
  2. margin: 10rpx !important;
  3. }
  4. .m20 {
  5. margin: 20rpx !important;
  6. }
  7. .m30 {
  8. margin: 30rpx !important;
  9. }
  10. .m40 {
  11. margin: 40rpx !important;
  12. }
  13. .m50 {
  14. margin: 50rpx !important;
  15. }
  16. .m10a {
  17. margin: 10rpx auto !important;
  18. }
  19. .m20a {
  20. margin: 20rpx auto !important;
  21. }
  22. .m30a {
  23. margin: 30rpx auto !important;
  24. }
  25. .m40a {
  26. margin: 40rpx auto !important;
  27. }
  28. .m50a {
  29. margin: 50rpx auto !important;
  30. }
  31. .mt0 {
  32. margin-top: 0 !important;
  33. }
  34. .mt10 {
  35. margin-top: 10rpx !important;
  36. }
  37. .mt20 {
  38. margin-top: 20rpx !important;
  39. }
  40. .mt30 {
  41. margin-top: 30rpx !important;
  42. }
  43. .mt40 {
  44. margin-top: 40rpx !important;
  45. }
  46. .mt50 {
  47. margin-top: 50rpx !important;
  48. }
  49. .mt60 {
  50. margin-top: 60rpx !important;
  51. }
  52. .mt80 {
  53. margin-top: 80rpx !important;
  54. }
  55. .mt100 {
  56. margin-top: 100rpx !important;
  57. }
  58. .mr10 {
  59. margin-right: 10rpx !important;
  60. }
  61. .mr20 {
  62. margin-right: 20rpx !important;
  63. }
  64. .mr30 {
  65. margin-right: 30rpx !important;
  66. }
  67. .mr40 {
  68. margin-right: 40rpx !important;
  69. }
  70. .mr50 {
  71. margin-right: 50rpx !important;
  72. }
  73. .mb10 {
  74. margin-bottom: 10rpx !important;
  75. }
  76. .mb20 {
  77. margin-bottom: 20rpx !important;
  78. }
  79. .mb30 {
  80. margin-bottom: 30rpx !important;
  81. }
  82. .mb40 {
  83. margin-bottom: 40rpx !important;
  84. }
  85. .mb50 {
  86. margin-bottom: 50rpx !important;
  87. }
  88. .ml10 {
  89. margin-left: 10rpx !important;
  90. }
  91. .ml20 {
  92. margin-left: 20rpx !important;
  93. }
  94. .ml30 {
  95. margin-left: 30rpx !important;
  96. }
  97. .ml40 {
  98. margin-left: 40rpx !important;
  99. }
  100. .ml50 {
  101. margin-left: 50rpx !important;
  102. }
  103. .m0a {
  104. margin: 0 auto;
  105. }