1
0

index.less 5.7 KB

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