index.less 4.7 KB

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