index.less 5.0 KB

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