help.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. /* main */
  2. #main>.container .left {
  3. width: 200px;
  4. float: left;
  5. background-color: #fff;
  6. margin-top: 16px;
  7. }
  8. #main>.container .right {
  9. width: 975px;
  10. float: right;
  11. font-size: 12px;
  12. margin-top: 16px;
  13. background: #fff;
  14. border: #e8e8e8 1px solid;
  15. margin-bottom: 20px;
  16. }
  17. .help-list{
  18. width: 200px;
  19. background: #fff;
  20. border: #e8e8e8 1px solid;
  21. }
  22. .help-list h2{
  23. background: #5078cb;
  24. line-height: 34px;
  25. height: 34px;
  26. color: #fff;
  27. font-size: 14px;
  28. text-align: center;
  29. margin: 0;
  30. }
  31. .help-list ul{
  32. width: 200px;
  33. display: inline-block;
  34. }
  35. .help-list li {
  36. line-height: 33px;
  37. font-size: 14px;
  38. color: #333;
  39. float: left;
  40. width: 100%;
  41. padding-left: 10px;
  42. }
  43. .help-list li a {
  44. display: block;
  45. padding-left: 15px;
  46. text-decoration: none;
  47. color: #333;
  48. background:url("/images/help/openblack.png") no-repeat left;
  49. }
  50. .help-list li a:hover{
  51. color: #5078cb;
  52. cursor: pointer;
  53. }
  54. .help-list ul.list-body {
  55. /*display: none;*/
  56. color: #666;
  57. }
  58. .help-list ul.list-body.active {
  59. display: block;
  60. }
  61. .help-list ul.list-body li {
  62. float: none;
  63. background-image: none;
  64. min-height: 26px;
  65. line-height: 26px;
  66. font-size: 12px;
  67. }
  68. .help-list ul.list-body li a {
  69. padding-left: 15px;
  70. display: block;
  71. color: rgb(50,50,50);
  72. background: none;
  73. }
  74. .help-list ul.list-body li a:hover {
  75. color: #5078cb;
  76. cursor: pointer;
  77. }
  78. .help-list ul.list-body li a.cur,.help-list ul li a.cur{
  79. text-decoration: none;
  80. font-size: 14px;
  81. background:url("/images/help/openblackR.png") no-repeat left;
  82. }
  83. /*
  84. 帮助中心中心内容*/
  85. .help-center{
  86. width: 100%;
  87. padding-bottom: 20px;
  88. }
  89. .help-center .help-head{
  90. width: 100%;
  91. height: 60px;
  92. line-height: 60px;
  93. border-bottom: #dcdcdc 1px dotted;
  94. }
  95. .help-center .help-head img{
  96. margin-left: 30px;
  97. vertical-align: middle;
  98. }
  99. .help-center-title{
  100. width: 100%;
  101. height: 50px;
  102. line-height: 50px;
  103. padding-left: 30px;
  104. margin-bottom: 10px;
  105. }
  106. .help-center-title a{
  107. font-size: 16px;
  108. color: #646464;
  109. margin-right: 6px;
  110. vertical-align: middle;
  111. }
  112. .help-center-title a.box{
  113. color: #646464;
  114. border: #ccc 1px solid;
  115. padding: 1px 10px;
  116. margin-right: 8px;
  117. line-height: 23px;
  118. }
  119. .help-center-title a:hover{
  120. color: #5078cb;
  121. }
  122. .help-center-title a.box:hover{
  123. border: #5078cb 1px solid;
  124. }
  125. .help-center-title a.box i{
  126. font-size: 8px;
  127. font-weight: inherit;
  128. }
  129. .help-center-title a i{
  130. margin-left: 10px;
  131. }
  132. .help-center-home{
  133. width: 910px;
  134. margin: 0 auto;
  135. border: #e8e8e8 1px solid;
  136. padding: 0 15px 15px 15px;
  137. padding-top: 10px;
  138. }
  139. .help-center-home h4{
  140. height: 40px;
  141. line-height: 40px;
  142. font-size: 16px;
  143. padding-left: 20px;
  144. margin: 0;
  145. font-weight: bold;
  146. }
  147. .help-center-home .row{
  148. line-height: 30px;
  149. max-width: 400px;
  150. margin-left: 18px;
  151. margin-bottom: 30px;
  152. }
  153. .help-center-home .row em{
  154. margin-right: 6px;
  155. width: 3px;
  156. height: 3px;
  157. display: inline-block;
  158. background: #323232;
  159. border-radius: 100%;
  160. float: left;
  161. position: relative;
  162. top: 12px;
  163. }
  164. .help-center-home .row div{
  165. width: 33.3333%;
  166. float: left;
  167. }
  168. .help-center-home .row div:hover a{
  169. color: #5078cb;
  170. text-decoration: underline;
  171. }
  172. .help-center-home .row div:hover em{
  173. background: #5078cb;
  174. }
  175. .help-center-home .row a{
  176. font-size: 12px;
  177. color: #323232;
  178. }
  179. .help-center-list,.help-center-details{
  180. width: 910px;
  181. margin: 0 auto;
  182. border: #e8e8e8 1px solid;
  183. padding: 0 15px 15px 15px;
  184. padding-top: 10px;
  185. }
  186. .help-center-list h4{
  187. height: 40px;
  188. line-height: 40px;
  189. font-size: 14px;
  190. padding-left: 20px;
  191. margin: 0;
  192. }
  193. .help-center-list ul{
  194. width: 100%;
  195. margin-left: 20px;
  196. }
  197. .help-center-list ul li{
  198. display: block;
  199. line-height: 25px;
  200. }
  201. .help-center-list ul li a{
  202. color: #323232;
  203. font-size: 14px;
  204. }
  205. .help-center-list ul li em{
  206. margin-right: 6px;
  207. width: 3px;
  208. height: 3px;
  209. display: inline-block;
  210. background: #323232;
  211. border-radius: 100%;
  212. float: left;
  213. position: relative;
  214. top: 12px;
  215. }
  216. .help-center-list ul li:hover a{
  217. color: #5078cb;
  218. text-decoration: underline;
  219. }
  220. .help-center-list ul li:hover em{
  221. background: #5078cb;
  222. }
  223. .help-center-details{
  224. padding: 15px 20px 20px 20px;
  225. }
  226. .help-center-details .title {
  227. font-size: 16px;
  228. margin-bottom: 10px;
  229. font-weight: bold;
  230. }
  231. .dot{
  232. font-size: 16px;
  233. margin-right: 6px;
  234. position: relative;
  235. top: 2px;
  236. margin-left: 2px;
  237. }
  238. .help-center-title a.box i{
  239. position: relative;
  240. top: -2px;
  241. }
  242. .el-tree-node__children .el-tree-node__label{
  243. font-size: 12px;
  244. }
  245. .el-tree-node__children .el-tree-node__content{
  246. height: 26px;
  247. line-height: 26px;
  248. }