col.wxss 2.3 KB

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