1
0

index.less 4.6 KB

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