You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

guide.css 4.1 KiB

4 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. html{
  2. color: #2b2b2b;
  3. }
  4. .guideTitle {
  5. color: #282E3B;
  6. font-size: 30px;
  7. }
  8. .guide_warpper {
  9. padding: 40px;
  10. }
  11. .guideSelect{
  12. font-size: 18px;
  13. display: inline-block;
  14. margin-left: 50px;
  15. position: relative;
  16. cursor: pointer;
  17. }
  18. .guideSelect > span{
  19. font-size: 30px;
  20. color: #6D9CE6;
  21. margin: 0 10px;
  22. }
  23. .guideSelect ul{
  24. z-index:-1;
  25. position: absolute;
  26. top: 100px;
  27. left: 0;
  28. right:0;
  29. background: #fff;
  30. text-align: center;
  31. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  32. -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  33. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  34. font-size: 14px;
  35. line-height: 28px;
  36. padding: 10px 0;
  37. filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
  38. transition:all .5s;
  39. -moz-transition:all .5s;
  40. -ms-transition:all .5s;
  41. -o-transition:all .5s;
  42. -webkit-transition:all .5s;
  43. max-height: 200px;
  44. overflow: auto;
  45. }
  46. .guideSelect:hover ul{
  47. top: 42px;
  48. z-index: 9;
  49. filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;
  50. }
  51. .guideSelect li{
  52. transition:all 0.3s;
  53. -moz-transition:all 0.3s;
  54. -ms-transition:all 0.3s;
  55. -o-transition:all 0.3s;
  56. -webkit-transition:all 0.3s;
  57. }
  58. .guideSelect li:hover{
  59. background: #F0F0F0;
  60. }
  61. .guideSec{
  62. padding: 25px 35px 35px;
  63. border: 1px solid #E9E9E9;
  64. background: #FCFCFC;
  65. border-radius: 10px;
  66. margin-top: 30px;
  67. }
  68. .guideSecT{
  69. font-size: 20px;
  70. }
  71. .complete{
  72. display: inline-block;
  73. font-size: 14px;
  74. margin-left: 30px;
  75. vertical-align: bottom;
  76. white-space: nowrap;
  77. position: relative;
  78. top: -2px;
  79. }
  80. .completeLine{
  81. width: 220px;
  82. height: 12px;
  83. display: inline-block;
  84. position: relative;
  85. border-radius: 6px;
  86. background: #EBEBEB;
  87. overflow: hidden;
  88. margin-right: 30px
  89. }
  90. .complete > span{
  91. color: #FFA64F;
  92. margin-left: 5px;
  93. }
  94. .completeLine div {
  95. position: absolute;
  96. top: 0;
  97. left: 0;
  98. height: 12px;
  99. border-radius: 6px;
  100. background: url('../../../Content/images/guide/guideSec1-1.png');
  101. }
  102. .guideSecTBtn{
  103. width: 28px;
  104. height: 28px;
  105. border-radius: 2px;
  106. border: 1px solid #CDCDCD;
  107. text-align:center;
  108. float: right;
  109. background: #fff;
  110. cursor: pointer;
  111. }
  112. .guideSecTBtn i{
  113. font-size: 20px;
  114. line-height: 26px;
  115. transition:all 0.3s;
  116. -moz-transition:all 0.3s;
  117. -ms-transition:all 0.3s;
  118. -o-transition:all 0.3s;
  119. -webkit-transition:all 0.3s;
  120. }
  121. .guideSecTBtn.active i{
  122. transform:rotate(180deg);
  123. -webkit-transform:rotate(180deg);
  124. -moz-transform:rotate(180deg);
  125. -o-transform:rotate(180deg);
  126. -ms-transform:rotate(180deg);
  127. }
  128. .guideSec1Box{
  129. overflow: hidden;
  130. /*transition:all .5s;
  131. -moz-transition:all .5s;
  132. -ms-transition:all .5s;
  133. -o-transition:all .5s;
  134. -webkit-transition:all .5s;*/
  135. }
  136. /*.guideSec1.active .guideSec1Box{
  137. height: 0
  138. }*/
  139. .guideSec1Box1{
  140. float: left;
  141. margin-top: 30px;
  142. }
  143. .guideSec1Box3{
  144. overflow: hidden;
  145. }
  146. .guideSecT2{
  147. font-size: 18px;
  148. margin-top: 30px;
  149. }
  150. .guideSec1Con{
  151. overflow: hidden;
  152. float: left;
  153. }
  154. .guideSec1Cons{
  155. width: 268px;
  156. float: left;
  157. background: #6D9CE6;
  158. height: 68px;
  159. text-align: center;
  160. cursor: pointer;
  161. border-radius: 2px;
  162. }
  163. .guideSec1Txts{
  164. color: #fff;
  165. max-width: 200px;
  166. font-size: 18px;
  167. }
  168. .guideSec1Cons img{
  169. width: 32px;
  170. margin-right: 15px;
  171. }
  172. .guideSec1L{
  173. width: 200px;
  174. height: 68px;
  175. border: 1px solid #CDCDCD;
  176. border-radius: 2px 0 0 2px;
  177. border-right: 0;
  178. font-size: 14px;
  179. background: #fff;
  180. float: left;
  181. }
  182. .guideSec1L > *,.guideSec1Cons > *{
  183. display: inline-block;
  184. vertical-align: middle;
  185. }
  186. .line{
  187. height: 100%;
  188. width: 1px;
  189. }
  190. .guideSec1L span{
  191. margin:0 5px 0 15px;
  192. font-size: 40px;
  193. color: #D9D9D9;
  194. }
  195. .guideSec1Txt{
  196. width: 146px;
  197. font-size: 18px;
  198. }
  199. .guideSec1R{
  200. width: 68px;
  201. height: 68px;
  202. border-radius: 0 2px 2px 0;
  203. font-size: 12px;
  204. color: #fff;
  205. float: left;
  206. text-align: center;
  207. cursor: pointer;
  208. }
  209. .guideSec1R span{
  210. width: 100%;
  211. display: inline-block;
  212. }
  213. .yellow{
  214. background: #FFA64F;
  215. }
  216. .blue{
  217. background: #6D9CE6;
  218. }
  219. .guideSec1R i{
  220. display: inline-block;
  221. text-align: center;
  222. width: 27px;
  223. height: 27px;
  224. border-radius: 50%;
  225. font-style: normal;
  226. border: 2px solid #fff;
  227. line-height: 23px;
  228. margin: 11px 0 4px;
  229. }
  230. .right{
  231. width: 38px;
  232. margin: 21px 20px 20px 20px;
  233. float: left;
  234. }
  235. .guideSec1Texts{
  236. width: 95%;
  237. text-align: center;
  238. }