index.less 4.2 KB

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