index.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. @import "./margin.wxss";
  2. @import "./padding.wxss";
  3. @import "./font-size.wxss";
  4. @import "./color.wxss";
  5. @import "./width.wxss";
  6. @import "./height.wxss";
  7. .dib {
  8. display: block;
  9. }
  10. .tac {
  11. text-align: center;
  12. }
  13. .tal {
  14. text-align: left;
  15. }
  16. .tar {
  17. text-align: right;
  18. }
  19. .df {
  20. display: flex;
  21. }
  22. .jcsb {
  23. justify-content: space-between;
  24. }
  25. .jcc {
  26. justify-content: center;
  27. }
  28. .jcfe {
  29. justify-content: flex-end;
  30. }
  31. .jcsa {
  32. justify-content: space-around;
  33. }
  34. .jcs {
  35. justify-content: start;
  36. }
  37. .aic {
  38. align-items: center;
  39. }
  40. .aib {
  41. align-items: baseline;
  42. }
  43. .pointer {
  44. cursor: pointer;
  45. }
  46. .fww {
  47. flex-wrap: wrap;
  48. }
  49. .fdc {
  50. flex-direction: column;
  51. }
  52. .fs1 {
  53. flex-shrink: 1 !important;
  54. }
  55. .fg1 {
  56. flex-grow: 1 !important;
  57. }
  58. .wsn {
  59. white-space: nowrap !important;
  60. }
  61. .t32 {
  62. border-left: 8rpx solid #409eff;
  63. padding-left: 12rpx;
  64. font-size: 32rpx;
  65. height: 32rpx;
  66. line-height: 32rpx;
  67. }
  68. .t30 {
  69. border-left: 8rpx solid #409eff;
  70. padding-left: 12rpx;
  71. font-size: 30rpx;
  72. height: 30rpx;
  73. line-height: 30rpx;
  74. }
  75. .t28 {
  76. border-left: 8rpx solid #409eff;
  77. padding-left: 12rpx;
  78. font-size: 28rpx;
  79. height: 28rpx;
  80. line-height: 28rpx;
  81. }
  82. .t24 {
  83. border-left: 8rpx solid #409eff;
  84. padding-left: 12rpx;
  85. font-size: 24rpx;
  86. height: 24rpx;
  87. line-height: 24rpx;
  88. }
  89. .t22 {
  90. border-left: 8rpx solid #409eff;
  91. padding-left: 12rpx;
  92. font-size: 22rpx;
  93. height: 22rpx;
  94. line-height: 22rpx;
  95. }
  96. .t20 {
  97. border-left: 8rpx solid #409eff;
  98. padding-left: 12rpx;
  99. font-size: 20rpx;
  100. height: 20rpx;
  101. line-height: 20rpx;
  102. }
  103. .t18 {
  104. border-left: 8rpx solid #409eff;
  105. padding-left: 12rpx;
  106. font-size: 18rpx;
  107. height: 18rpx;
  108. line-height: 18rpx;
  109. }
  110. .t16 {
  111. border-left: 8rpx solid #409eff;
  112. padding-left: 12rpx;
  113. font-size: 16rpx;
  114. height: 16rpx;
  115. line-height: 16rpx;
  116. }
  117. .t14 {
  118. border-left: 8rpx solid #409eff;
  119. padding-left: 12rpx;
  120. font-size: 14rpx;
  121. height: 14rpx;
  122. line-height: 14rpx;
  123. }
  124. .t12 {
  125. border-left: 8rpx solid #409eff;
  126. padding-left: 12rpx;
  127. font-size: 12rpx;
  128. height: 12rpx;
  129. line-height: 12rpx;
  130. }