index.less 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. @charset "utf-8";
  2. #my-tools {
  3. .user-action {
  4. border-bottom: 1px solid #eee;
  5. .tip {
  6. font-size: 12px;
  7. color: #A7A7B7;
  8. span {
  9. color: #4299FF;
  10. cursor: pointer;
  11. margin: 0 5px;
  12. }
  13. i {
  14. font-size: 14px;
  15. cursor: pointer;
  16. }
  17. }
  18. }
  19. .table-layout {
  20. padding: 20px 30px;
  21. .tip-layout {
  22. text-align: center;
  23. padding-top: 70px;
  24. padding-bottom: 70px;
  25. .t1 {
  26. color: #686872;
  27. font-size: 18px;
  28. line-height: 18px;
  29. margin-bottom: 20px;
  30. }
  31. .desc {
  32. color: #686872;
  33. line-height: 14px;
  34. margin-bottom: 10px;
  35. }
  36. .t2 {
  37. color: #686872;
  38. font-size: 18px;
  39. line-height: 18px;
  40. margin-bottom: 50px;
  41. }
  42. .t3 {
  43. color: #686872;
  44. font-size: 18px;
  45. line-height: 18px;
  46. margin-bottom: 5px;
  47. }
  48. .date {
  49. color: #A7A7B7;
  50. font-size: 12px;
  51. line-height: 12px;
  52. margin-bottom: 10px;
  53. }
  54. }
  55. }
  56. .tab-1-layout {
  57. .total-log {
  58. font-size: 12px;
  59. .t {
  60. color: #303139;
  61. }
  62. span {
  63. color: #5E677B;
  64. margin-right: 10px;
  65. b {
  66. color: #4299FF;
  67. margin: 0 2px;
  68. }
  69. }
  70. }
  71. .user-action {
  72. .email {
  73. font-size: 12px;
  74. line-height: 24px;
  75. height: 24px;
  76. margin-top: 8px;
  77. .switch {
  78. margin-left: 5px;
  79. vertical-align: top;
  80. }
  81. }
  82. }
  83. .data-layout {
  84. margin: 0 -20px;
  85. text-align: center;
  86. .data-item:hover {
  87. .fixed {
  88. display: block;
  89. }
  90. }
  91. .data-item {
  92. margin: 0 20px;
  93. margin-top: 24px;
  94. width: 230px;
  95. display: inline-block;
  96. text-align: left;
  97. position: relative;
  98. .assets {
  99. height: 265px;
  100. width: 100%;
  101. }
  102. .fixed {
  103. position: absolute;
  104. top: 0;
  105. left: 0;
  106. right: 0;
  107. height: 265px;
  108. display: none;
  109. background: rgba(0, 0, 0, 0.5);
  110. .btns {
  111. padding: 120px 45px;
  112. .button {}
  113. .white {
  114. cursor: pointer;
  115. display: inline-block;
  116. color: #fff;
  117. font-size: 12px;
  118. float: right;
  119. }
  120. }
  121. }
  122. .title {
  123. color: #303139;
  124. font-size: 16px;
  125. margin-bottom: 5px;
  126. span {
  127. background: #A3CFFF;
  128. display: inline-block;
  129. padding: 0 3px;
  130. height: 16px;
  131. border-radius: 2px;
  132. line-height: 16px;
  133. text-align: center;
  134. margin-right: 10px;
  135. color: #fff;
  136. font-size: 10px;
  137. }
  138. b {
  139. color: #4299FF;
  140. }
  141. }
  142. .date {
  143. color: #A7A7B7;
  144. font-size: 12px;
  145. }
  146. .more {
  147. position: absolute;
  148. bottom: 0;
  149. right: 0;
  150. }
  151. }
  152. }
  153. }
  154. .tab-2-layout {
  155. .total-log {
  156. font-size: 12px;
  157. .t {
  158. color: #303139;
  159. }
  160. span {
  161. color: #5E677B;
  162. margin-right: 10px;
  163. b {
  164. color: #4299FF;
  165. margin: 0 2px;
  166. }
  167. }
  168. }
  169. .data-layout {
  170. margin: 0 -20px;
  171. text-align: center;
  172. .data-item {
  173. margin: 0 20px;
  174. margin-top: 24px;
  175. width: 230px;
  176. display: inline-block;
  177. text-align: left;
  178. position: relative;
  179. .assets {
  180. height: 160px;
  181. width: 100%;
  182. }
  183. .title {
  184. color: #A7A7B7;
  185. margin-bottom: 5px;
  186. b {
  187. color: #4299FF;
  188. }
  189. }
  190. .date {
  191. color: #A7A7B7;
  192. font-size: 12px;
  193. }
  194. .more {
  195. position: absolute;
  196. bottom: 0;
  197. right: 0;
  198. }
  199. }
  200. }
  201. }
  202. .tab-3-layout {}
  203. .tab-4-layout {}
  204. .tab-5-layout {
  205. padding-top: 80px;
  206. padding-bottom: 280px;
  207. }
  208. }