index.css 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. .m-left-block {
  2. width: 189px;
  3. background: #f8f8f8;
  4. }
  5. .m-left-list {
  6. margin-top: 20px;
  7. min-height: 665px;
  8. border-top: 1px solid #f8f8f8;
  9. }
  10. .m-left-list a {
  11. width: 100%;
  12. height: 50px;
  13. line-height: 50px;
  14. border-bottom: 1px solid #f8f8f8;
  15. font-size: 15px;
  16. display: block;
  17. box-sizing: border-box;
  18. padding-left: 65px;
  19. position: relative;
  20. }
  21. .m-left-list a:hover,
  22. .m-left-list a.current {
  23. color: #3290d4;
  24. }
  25. .m-left-list a:hover .ico-desktop,
  26. .m-left-list a.current .ico-desktop {
  27. background-position: -130px -240px;
  28. }
  29. .m-left-list a:hover .ico-course,
  30. .m-left-list a.current .ico-course {
  31. background-position: 0 -30px;
  32. }
  33. .m-left-list a:hover .ico-files,
  34. .m-left-list a.current .ico-files {
  35. background-position: -30px -30px;
  36. }
  37. .m-left-list a:hover .ico-car,
  38. .m-left-list a.current .ico-car {
  39. background-position: -60px -30px;
  40. }
  41. .m-left-list a:hover .ico-order,
  42. .m-left-list a.current .ico-order {
  43. background-position: -90px -30px;
  44. }
  45. .m-left-list a:hover .ico-news,
  46. .m-left-list a.current .ico-news {
  47. background-position: -120px -30px;
  48. }
  49. .m-left-list a:hover .ico-set,
  50. .m-left-list a.current .ico-set {
  51. background-position: -150px -30px;
  52. }
  53. .m-left-list a:hover .ico-payment,
  54. .m-left-list a.current .ico-payment {
  55. background-position: 2px -752px;
  56. }
  57. .m-left-list a:hover .ico-personal-m,
  58. .m-left-list a.current .ico-personal-m {
  59. background-position: -62px -750px;
  60. }
  61. .m-left-list a:hover .ico-notes,
  62. .m-left-list a.current .ico-notes {
  63. background-position: -90px -730px;
  64. }
  65. .m-left-list a:hover .ico-process,
  66. .m-left-list a.current .ico-process {
  67. background-position: -120px -730px;
  68. }
  69. .m-left-list a:hover .ico-delay,
  70. .m-left-list a.current .ico-delay {
  71. background-position: 3px -815px;
  72. }
  73. .m-left-list a:hover .ico-time,
  74. .m-left-list a.current .ico-time {
  75. background-position: -29px -815px;
  76. }
  77. .m-left-list .current {
  78. border-left: 5px solid #3290d4;
  79. background-color: #fff;
  80. }
  81. .m-left-list .current a {
  82. color: #3290d4;
  83. width: 187px;
  84. background-color: #fff;
  85. border-right: 2px solid #fff;
  86. }
  87. .m-left-list .current a .ico-desktop {
  88. background-position: -130px -240px;
  89. }
  90. .m-left-list .current a .ico-course {
  91. background-position: 0 -30px;
  92. }
  93. .m-left-list .current a .ico-files {
  94. background-position: -30px -30px;
  95. }
  96. .m-left-list .current a .ico-car {
  97. background-position: -60px -30px;
  98. }
  99. .m-left-list .current a .ico-order {
  100. background-position: -90px -30px;
  101. }
  102. .m-left-list .current a .ico-news {
  103. background-position: -120px -30px;
  104. }
  105. .m-left-list .current a .ico-set {
  106. background-position: -150px -30px;
  107. }
  108. .m-left-list .current a .ico-payment {
  109. background-position: 2px -752px;
  110. }
  111. .m-left-list .current a .ico-personal-m {
  112. background-position: -62px -750px;
  113. }
  114. .m-left-list .current a .ico-notes {
  115. background-position: -90px -730px;
  116. }
  117. .m-left-list .current a .ico-process {
  118. background-position: -120px -730px;
  119. }
  120. .m-left-list .current a .ico-delay {
  121. background-position: 3px -815px;
  122. }
  123. .m-left-list .current a .ico-time {
  124. background-position: -29px -815px;
  125. }
  126. .m-left-list .current .p-ico2 {
  127. left: 20px;
  128. }
  129. .m-left-list .current .sub-list {
  130. display: block;
  131. }
  132. .m-left-list .current .sub-list a {
  133. color: #666;
  134. }
  135. .m-left-list .current .sub-list a:before {
  136. content: "";
  137. width: 16px;
  138. height: 16px;
  139. border: 1px solid;
  140. border-color: transparent transparent #ddd #ddd;
  141. display: inline-block;
  142. margin-right: 5px;
  143. position: relative;
  144. top: -3px;
  145. }
  146. .m-left-list .current .sub-list a:hover,
  147. .m-left-list .current .sub-list a.current {
  148. color: #3290d4;
  149. border-left: 0;
  150. }
  151. .m-left-list .sub-list {
  152. display: none;
  153. }
  154. .m-left-list .p-ico2 {
  155. width: 25px;
  156. height: 25px;
  157. position: absolute;
  158. top: 12px;
  159. left: 25px;
  160. }
  161. .m-left-list .ico-desktop {
  162. background-position: -100px -240px;
  163. }
  164. .m-left-list .ico-course {
  165. background-position: 0 0;
  166. }
  167. .m-left-list .ico-files {
  168. background-position: -30px 0;
  169. }
  170. .m-left-list .ico-car {
  171. background-position: -60px 0;
  172. }
  173. .m-left-list .ico-order {
  174. background-position: -90px 0;
  175. }
  176. .m-left-list .ico-news {
  177. background-position: -120px 0;
  178. }
  179. .m-left-list .ico-set {
  180. background-position: -150px 0;
  181. }
  182. .m-left-list .ico-new {
  183. width: 10px;
  184. height: 10px;
  185. background-position: -260px -30px;
  186. top: 10px;
  187. left: 42px;
  188. }
  189. .m-left-list .ico-payment {
  190. background-position: 2px -722px;
  191. }
  192. .m-left-list .ico-personal-m {
  193. background-position: -62px -721px;
  194. }
  195. .m-left-list .ico-notes {
  196. background-position: -90px -700px;
  197. }
  198. .m-left-list .ico-process {
  199. background-position: -120px -700px;
  200. }
  201. .m-left-list .ico-delay {
  202. background-position: 3px -785px;
  203. }
  204. .m-left-list .ico-time {
  205. background-position: -29px -785px;
  206. }
  207. .m-left-list .li-1 {
  208. border-top: 5px solid #dadada;
  209. position: relative;
  210. top: -1px;
  211. }
  212. .m-left-list .li-1 .ico-new {
  213. top: 13px;
  214. }
  215. .m-left-block .user-block {
  216. width: 150px;
  217. margin-left: auto;
  218. margin-right: auto;
  219. padding-top: 20px;
  220. }
  221. .m-left-block .user-block .user-img {
  222. width: 140px;
  223. height: 140px;
  224. text-align: center;
  225. background-color: #fff;
  226. border: 1px solid #dadada;
  227. padding: 5px;
  228. }
  229. .m-left-block .user-block .user-name {
  230. font-size: 16px;
  231. text-align: center;
  232. margin-top: 10px;
  233. overflow: hidden;
  234. text-overflow: ellipsis;
  235. white-space: nowrap;
  236. }