index.less 4.8 KB

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