index.less 4.7 KB

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