index.less 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  1. @charset "utf-8";
  2. #my-main {
  3. .top-layout {
  4. position: relative;
  5. .assets {
  6. width: 100%;
  7. }
  8. .close {
  9. top: 12px;
  10. right: 12px;
  11. width: 20px;
  12. height: 20px;
  13. cursor: pointer;
  14. position: absolute;
  15. }
  16. .go {
  17. top: 37px;
  18. right: 51px;
  19. width: 42px;
  20. height: 42px;
  21. cursor: pointer;
  22. position: absolute;
  23. }
  24. }
  25. .log-layout {
  26. .header {
  27. padding: 24px 30px 14px;
  28. .title {
  29. display: inline-block;
  30. color: #303139;
  31. font-size: 16px;
  32. }
  33. .right {
  34. float: right;
  35. span {
  36. color: #686872;
  37. font-size: 12px;
  38. margin-left: 25px;
  39. display: inline-block;
  40. .assets {
  41. vertical-align: top;
  42. margin-top: 5px;
  43. }
  44. b {
  45. color: #303036;
  46. font-size: 20px;
  47. margin: 0 2px;
  48. }
  49. }
  50. }
  51. }
  52. .action {
  53. padding: 10px 30px;
  54. .button {
  55. margin-right: 10px;
  56. }
  57. .tabs.tag {
  58. height: 24px;
  59. line-height: 24px;
  60. .tab {
  61. padding: 0;
  62. }
  63. }
  64. .right {
  65. cursor: pointer;
  66. float: right;
  67. position: relative;
  68. z-index: 1000;
  69. background-color: #fff;
  70. .cal {
  71. position: absolute;
  72. right: 0;
  73. width: 300px;
  74. background: #fff;
  75. z-index: 1001;
  76. }
  77. }
  78. }
  79. .log-item {
  80. border-top: 1px solid #eee;
  81. padding: 0 30px;
  82. position: relative;
  83. .total {
  84. height: 80px;
  85. line-height: 80px;
  86. .text {
  87. display: inline-block;
  88. color: #686872;
  89. span {
  90. color: #5E677B;
  91. }
  92. b {
  93. color: #050930;
  94. font-size: 18px;
  95. }
  96. }
  97. }
  98. .open {
  99. position: absolute;
  100. right: 30px;
  101. top: 30px;
  102. }
  103. .title {
  104. border-left: 5px solid #8D65FD;
  105. line-height: 16px;
  106. }
  107. .table {
  108. padding-top: 4px;
  109. padding-bottom: 24px;
  110. td {
  111. font-size: 12px;
  112. }
  113. }
  114. }
  115. }
  116. .time-layout {
  117. .header {
  118. padding: 20px 30px;
  119. line-height: 18px;
  120. border-bottom: 1px solid #eee;
  121. .title {
  122. color: #303139;
  123. font-size: 16px;
  124. display: inline-block;
  125. i {
  126. color: #D0D8E2;
  127. font-size: 14px;
  128. margin-left: 4px;
  129. }
  130. }
  131. .right {
  132. float: right;
  133. font-size: 12px;
  134. color: #686872;
  135. }
  136. }
  137. .body {
  138. padding: 30px;
  139. .line {
  140. height: 15px;
  141. margin-bottom: 20px;
  142. i {
  143. display: inline-block;
  144. height: 100%;
  145. }
  146. }
  147. .list {
  148. overflow: hidden;
  149. .item {
  150. float: left;
  151. width: 230px;
  152. line-height: 20px;
  153. padding: 10px 0;
  154. .color {
  155. width: 26px;
  156. height: 14px;
  157. display: inline-block;
  158. margin-right: 5px;
  159. }
  160. .title {
  161. color: #686872;
  162. margin-right: 5px;
  163. display: inline-block;
  164. }
  165. .date {
  166. color: #8897A8;
  167. display: inline-block;
  168. }
  169. }
  170. }
  171. }
  172. }
  173. .info-layout {
  174. .body {
  175. padding: 30px 20px;
  176. .info {
  177. margin-bottom: 15px;
  178. .assets {
  179. vertical-align: top;
  180. width: 50px;
  181. height: 50px;
  182. border-radius: 50%;
  183. display: inline-block;
  184. margin-right: 15px;
  185. }
  186. .detail {
  187. display: inline-block;
  188. .name {
  189. font-size: 16px;
  190. color: #303139;
  191. }
  192. .id {
  193. font-size: 12px;
  194. color: #686872;
  195. }
  196. }
  197. }
  198. .auth {
  199. .invite {
  200. display: inline-block;
  201. padding-right: 5px;
  202. margin-right: 5px;
  203. border-right: 1px solid #eee;
  204. }
  205. .assets {
  206. margin-top: 4px;
  207. margin-right: 4px;
  208. cursor: pointer;
  209. }
  210. }
  211. }
  212. .footer {
  213. text-align: center;
  214. padding: 14px;
  215. font-size: 12px;
  216. border-top: 1px solid #eee;
  217. .tag {
  218. background: #FFC800;
  219. width: 40px;
  220. height: 20px;
  221. line-height: 20px;
  222. color: #fff;
  223. display: inline-block;
  224. margin-right: 5px;
  225. font-size: 16px;
  226. }
  227. .date {
  228. color: #8897A8;
  229. margin-right: 10px;
  230. }
  231. }
  232. }
  233. .vip-layout {
  234. text-align: center;
  235. .body {
  236. padding: 20px 20px 10px;
  237. border-bottom: 1px solid #eee;
  238. text-align: left;
  239. .t {
  240. line-height: 30px;
  241. }
  242. }
  243. .footer {
  244. padding: 12px 0;
  245. }
  246. }
  247. .message-layout {
  248. .header {
  249. font-size: 12px;
  250. color: #686872;
  251. padding: 20px;
  252. padding-bottom: 0;
  253. .assets {
  254. margin-right: 8px;
  255. }
  256. }
  257. .body {
  258. padding: 0 30px;
  259. .item {
  260. margin: 10px 0;
  261. position: relative;
  262. .title {
  263. color: #303036;
  264. }
  265. .date {
  266. color: #A7A7B7;
  267. font-size: 12px;
  268. }
  269. .icon {
  270. position: absolute;
  271. right: 0;
  272. top: 3px;
  273. cursor: pointer;
  274. }
  275. .dot:after {
  276. top: 8px;
  277. }
  278. }
  279. }
  280. .footer {
  281. text-align: center;
  282. padding: 9px;
  283. border-top: 1px solid #eee;
  284. }
  285. }
  286. }