col.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. .t-float-left {
  2. float: left;
  3. }
  4. .t-float-right {
  5. float: right;
  6. }
  7. @keyframes tdesign-fade-out {
  8. from {
  9. opacity: 1;
  10. }
  11. to {
  12. opacity: 0;
  13. }
  14. }
  15. .hotspot-expanded.relative {
  16. position: relative;
  17. }
  18. .hotspot-expanded::after {
  19. content: '';
  20. display: block;
  21. position: absolute;
  22. left: 0;
  23. top: 0;
  24. right: 0;
  25. bottom: 0;
  26. transform: scale(1.5);
  27. }
  28. .t-col {
  29. display: block;
  30. box-sizing: border-box;
  31. min-height: 1px;
  32. }
  33. .t-col--1 {
  34. width: 4.16666667%;
  35. }
  36. .t-col--offset-1 {
  37. margin-left: 4.16666667%;
  38. }
  39. .t-col--2 {
  40. width: 8.33333333%;
  41. }
  42. .t-col--offset-2 {
  43. margin-left: 8.33333333%;
  44. }
  45. .t-col--3 {
  46. width: 12.5%;
  47. }
  48. .t-col--offset-3 {
  49. margin-left: 12.5%;
  50. }
  51. .t-col--4 {
  52. width: 16.66666667%;
  53. }
  54. .t-col--offset-4 {
  55. margin-left: 16.66666667%;
  56. }
  57. .t-col--5 {
  58. width: 20.83333333%;
  59. }
  60. .t-col--offset-5 {
  61. margin-left: 20.83333333%;
  62. }
  63. .t-col--6 {
  64. width: 25%;
  65. }
  66. .t-col--offset-6 {
  67. margin-left: 25%;
  68. }
  69. .t-col--7 {
  70. width: 29.16666667%;
  71. }
  72. .t-col--offset-7 {
  73. margin-left: 29.16666667%;
  74. }
  75. .t-col--8 {
  76. width: 33.33333333%;
  77. }
  78. .t-col--offset-8 {
  79. margin-left: 33.33333333%;
  80. }
  81. .t-col--9 {
  82. width: 37.5%;
  83. }
  84. .t-col--offset-9 {
  85. margin-left: 37.5%;
  86. }
  87. .t-col--10 {
  88. width: 41.66666667%;
  89. }
  90. .t-col--offset-10 {
  91. margin-left: 41.66666667%;
  92. }
  93. .t-col--11 {
  94. width: 45.83333333%;
  95. }
  96. .t-col--offset-11 {
  97. margin-left: 45.83333333%;
  98. }
  99. .t-col--12 {
  100. width: 50%;
  101. }
  102. .t-col--offset-12 {
  103. margin-left: 50%;
  104. }
  105. .t-col--13 {
  106. width: 54.16666667%;
  107. }
  108. .t-col--offset-13 {
  109. margin-left: 54.16666667%;
  110. }
  111. .t-col--14 {
  112. width: 58.33333333%;
  113. }
  114. .t-col--offset-14 {
  115. margin-left: 58.33333333%;
  116. }
  117. .t-col--15 {
  118. width: 62.5%;
  119. }
  120. .t-col--offset-15 {
  121. margin-left: 62.5%;
  122. }
  123. .t-col--16 {
  124. width: 66.66666667%;
  125. }
  126. .t-col--offset-16 {
  127. margin-left: 66.66666667%;
  128. }
  129. .t-col--17 {
  130. width: 70.83333333%;
  131. }
  132. .t-col--offset-17 {
  133. margin-left: 70.83333333%;
  134. }
  135. .t-col--18 {
  136. width: 75%;
  137. }
  138. .t-col--offset-18 {
  139. margin-left: 75%;
  140. }
  141. .t-col--19 {
  142. width: 79.16666667%;
  143. }
  144. .t-col--offset-19 {
  145. margin-left: 79.16666667%;
  146. }
  147. .t-col--20 {
  148. width: 83.33333333%;
  149. }
  150. .t-col--offset-20 {
  151. margin-left: 83.33333333%;
  152. }
  153. .t-col--21 {
  154. width: 87.5%;
  155. }
  156. .t-col--offset-21 {
  157. margin-left: 87.5%;
  158. }
  159. .t-col--22 {
  160. width: 91.66666667%;
  161. }
  162. .t-col--offset-22 {
  163. margin-left: 91.66666667%;
  164. }
  165. .t-col--23 {
  166. width: 95.83333333%;
  167. }
  168. .t-col--offset-23 {
  169. margin-left: 95.83333333%;
  170. }
  171. .t-col--24 {
  172. width: 100%;
  173. }
  174. .t-col--offset-24 {
  175. margin-left: 100%;
  176. }