index.less 5.8 KB

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