help.css 4.3 KB

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