index.less 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  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. .data-item:hover {
  86. .fixed {
  87. display: block;
  88. }
  89. }
  90. .data-item {
  91. margin: 0 20px;
  92. margin-top: 24px;
  93. width: 230px;
  94. display: inline-block;
  95. text-align: left;
  96. position: relative;
  97. .assets {
  98. height: 265px;
  99. width: 100%;
  100. }
  101. .fixed {
  102. position: absolute;
  103. top: 0;
  104. left: 0;
  105. right: 0;
  106. height: 265px;
  107. display: none;
  108. background: rgba(0, 0, 0, 0.5);
  109. .btns {
  110. padding: 120px 45px;
  111. .button {}
  112. .white {
  113. cursor: pointer;
  114. display: inline-block;
  115. color: #fff;
  116. font-size: 12px;
  117. float: right;
  118. }
  119. }
  120. }
  121. .title {
  122. color: #303139;
  123. font-size: 16px;
  124. margin-bottom: 5px;
  125. span {
  126. background: #A3CFFF;
  127. display: inline-block;
  128. padding: 0 3px;
  129. height: 16px;
  130. border-radius: 2px;
  131. line-height: 16px;
  132. text-align: center;
  133. margin-right: 10px;
  134. color: #fff;
  135. font-size: 10px;
  136. }
  137. b {
  138. color: #4299FF;
  139. }
  140. }
  141. .date {
  142. color: #A7A7B7;
  143. font-size: 12px;
  144. }
  145. .more {
  146. position: absolute;
  147. bottom: 0;
  148. right: 0;
  149. }
  150. }
  151. }
  152. }
  153. .tab-2-layout {
  154. .total-log {
  155. font-size: 12px;
  156. .t {
  157. color: #303139;
  158. }
  159. span {
  160. color: #5E677B;
  161. margin-right: 10px;
  162. b {
  163. color: #4299FF;
  164. margin: 0 2px;
  165. }
  166. }
  167. }
  168. .user-action {
  169. .email {
  170. span {
  171. cursor: pointer;
  172. }
  173. }
  174. }
  175. .data-layout {
  176. margin: 0 -20px;
  177. text-align: center;
  178. .data-item {
  179. margin: 0 20px;
  180. margin-top: 24px;
  181. width: 230px;
  182. display: inline-block;
  183. text-align: left;
  184. position: relative;
  185. .assets {
  186. height: 160px;
  187. width: 100%;
  188. }
  189. .title {
  190. color: #A7A7B7;
  191. margin-bottom: 5px;
  192. b {
  193. color: #4299FF;
  194. }
  195. }
  196. .date {
  197. color: #A7A7B7;
  198. font-size: 12px;
  199. }
  200. .more {
  201. position: absolute;
  202. bottom: 0;
  203. right: 0;
  204. }
  205. }
  206. }
  207. }
  208. .tab-3-layout {}
  209. .tab-4-layout {}
  210. .tab-5-layout {
  211. padding-top: 80px;
  212. padding-bottom: 280px;
  213. }
  214. }