index.less 4.9 KB

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