index.less 6.3 KB

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