user_guide.css 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. @charset "UTF-8";
  2. * {
  3. margin: 0;
  4. padding: 0;
  5. }
  6. a {
  7. text-decoration: none;
  8. }
  9. body {
  10. font-family: "SourceHanSansCN", "Helvetica Neue", Arial, Verdana, sans-serif;
  11. -webkit-font-smoothing: antialiased;
  12. }
  13. @media screen and (min-width: 320px) {
  14. body {
  15. width: 100%;
  16. max-width: 750px;
  17. margin: 0 auto;
  18. text-align: center;
  19. }
  20. .container {
  21. width: 100%;
  22. line-height: 1;
  23. }
  24. .container div.home {
  25. position: relative;
  26. width: 100%;
  27. height: 12.2rem;
  28. font-size: 0;
  29. padding-left: 0.4rem;
  30. text-align: left;
  31. box-sizing: border-box;
  32. }
  33. .container div.home li {
  34. width: 4.6rem;
  35. height: 0.9rem;
  36. line-height: 0.9rem;
  37. border-bottom: 1px solid rgba(0,0,0,0.08);
  38. }
  39. .container div.home li a {
  40. display: block;
  41. }
  42. .container div.home li a:focus {
  43. outline: none;
  44. }
  45. .container div.home li img {
  46. width: 0.3rem;
  47. margin-right: 0.16rem;
  48. vertical-align: middle;
  49. }
  50. .container div.home li span {
  51. font-size: 0.26rem;
  52. color: rgba(51,51,51,1);
  53. vertical-align: middle;
  54. }
  55. .container div.content {
  56. position: absolute;
  57. left: 0.4rem;
  58. }
  59. .container div.bg {
  60. position: absolute;
  61. right: 0;
  62. width: 2.18rem;
  63. height: 100%;
  64. background: url('http://cn-file.17pdf.com/website/usermanual/menu_pic_directory.png');
  65. background-size: 2.18rem auto;
  66. }
  67. .container div.home h2 {
  68. margin-top: 0.66rem;
  69. margin-bottom: 0.78rem;
  70. line-height: 0.54rem;
  71. color: #ff4f4f;
  72. font-size: 0.36rem;
  73. font-weight: bold;
  74. }
  75. .container > ul li {
  76. position: relative;
  77. padding: 0 0.4rem;
  78. border-top: 1px solid #dcdcdc;
  79. text-align: left;
  80. overflow: hidden;
  81. list-style: none;
  82. }
  83. .container li h2 {
  84. margin-top: 0.66rem;
  85. margin-bottom: 0.36rem;
  86. font-size: 0.36rem;
  87. font-weight:bold;
  88. color:rgba(255,79,79,1);
  89. }
  90. .container li h3 {
  91. font-size: 0.26rem;
  92. line-height: 0.36rem;
  93. font-weight: bold;
  94. color: #333;
  95. }
  96. .container li .step-content {
  97. padding: 0.2rem 0 0 0.23rem;
  98. font-size: 0.22rem;
  99. color: #333;
  100. line-height: 0.32rem;
  101. }
  102. .container li .step-content .st-detail {
  103. margin-top: 0.2rem;
  104. }
  105. .container .step-content .st-detail .step {
  106. display: flex;
  107. }
  108. .container .step-content .st-detail span {
  109. vertical-align: middle;
  110. }
  111. .container .step-content .st-detail .content {
  112. flex: 1;
  113. margin-left: 0.36rem;
  114. }
  115. .container .step-content .st-detail .content img {
  116. width: auto;
  117. height: 18px;
  118. vertical-align: middle;
  119. }
  120. .container .step-content .st-detail .num {
  121. position: absolute;
  122. display: inline-block;
  123. width: 0.52rem;
  124. height: 0.52rem;
  125. margin-top: 0.02rem;
  126. margin-right: 0.1rem;
  127. background-color: #000;
  128. color: #fff;
  129. font-size: 0.36rem;
  130. font-weight: 600;
  131. line-height: 0.52rem;
  132. text-align: center;
  133. border-radius: 50%;
  134. transform: scale(0.5);
  135. transform-origin: 0% 0%;
  136. }
  137. .container .step-content .st-fir {
  138. margin-top: 0.38rem;
  139. }
  140. .container .step-content .st-sec {
  141. margin-top: 0.4rem;
  142. }
  143. .container .step-content .st-thr {
  144. margin-top: 0.4rem;
  145. }
  146. .container .step-content .st-fou {
  147. margin-top: 0.3rem;
  148. margin-bottom: 0.8rem;
  149. line-height: 0.32rem;
  150. }
  151. .container .step-content .st-detail > img {
  152. width: 3.6rem;
  153. margin-top: 0.3rem;
  154. }
  155. .container li div.num {
  156. position: absolute;
  157. bottom: 0.15rem;
  158. right: 0.41rem;
  159. font-size: 0.22rem;
  160. color: #333;
  161. }
  162. .container li:nth-child(2) h3 {
  163. margin-top: 0.66rem;
  164. }
  165. .container li:nth-child(2) .step-content:nth-child(4) p {
  166. margin-bottom: 3.8rem;
  167. }
  168. .container li:nth-child(3) .st-fir {
  169. margin-top: 0;
  170. margin-bottom: 1rem;
  171. }
  172. .container li:nth-child(4) .st-detail.st-last {
  173. margin-bottom: 0.8rem;
  174. }
  175. .container li:nth-child(4) .st-thr {
  176. margin-bottom: 0.66rem;
  177. }
  178. .container li .explain {
  179. margin-bottom: 0.2rem;
  180. font-size: 0.22rem;
  181. color: #333;
  182. line-height: 0.36rem;
  183. }
  184. .container li:nth-child(5) .st-sec {
  185. margin-bottom: 0.8rem;
  186. }
  187. .container.english li:nth-child(5) .step-content {
  188. padding-top: 0;
  189. }
  190. .container li:nth-child(6) p {
  191. margin-top: 0.46rem;
  192. }
  193. .container li:nth-child(6) .step-content .st-fir {
  194. margin-top: 0.2rem;
  195. margin-bottom: 0.5rem;
  196. }
  197. .container li:nth-child(6) .step-content .st-sec {
  198. margin-top: 0.08rem;
  199. margin-bottom: 0.32rem;
  200. }
  201. .container li:nth-child(6) .step-content .st-thr img {
  202. margin-bottom: 0.32rem;
  203. }
  204. .container li:nth-child(7) h3 {
  205. margin-top: 0.66rem;
  206. }
  207. .container li:nth-child(7) .step-content .st-last {
  208. margin-bottom: 0.9rem;
  209. }
  210. .container li:nth-child(8) .step-content {
  211. padding-top: 0;
  212. }
  213. .container li:nth-child(9) .step-content {
  214. padding-top: 0;
  215. }
  216. .container li:nth-child(9) .step-content .st-last {
  217. margin-bottom: 0.8rem;
  218. }
  219. .container li:nth-child(10) h3 {
  220. margin-bottom: 0.2rem;
  221. }
  222. .container li:nth-child(10) .step-content {
  223. padding-top: 0;
  224. margin-bottom: 0.6rem;
  225. }
  226. .container li:nth-child(11) {
  227. padding-bottom: 0.6rem;
  228. }
  229. .container li:nth-child(11) .step-content:first-child p {
  230. margin-top: 0.46rem;
  231. }
  232. .container li:nth-child(11) h3 {
  233. margin-top: 0.6rem;
  234. }
  235. .container li:nth-child(11) .step-content .st-fou {
  236. margin-bottom: 0.2rem;
  237. }
  238. .container li:nth-child(12) .step-content p:nth-child(4) {
  239. margin-top: 0.2rem;
  240. }
  241. .container li:nth-child(12) .step-content {
  242. padding-top: 0;
  243. margin-bottom: 0.6rem;
  244. }
  245. .container li:nth-child(13) .step-content {
  246. padding-top: 0;
  247. margin-bottom: 1.5rem;
  248. }
  249. .container li:nth-child(15) p {
  250. margin-bottom: 0.2rem;
  251. font-size: 0.22rem;
  252. color: #333;
  253. }
  254. .container li:nth-child(15) .step-content {
  255. margin-bottom: 3.0rem;
  256. padding-top: 0;
  257. }
  258. .container li:nth-child(16) .step-content {
  259. margin-bottom: 0.7rem;
  260. }
  261. .container >ul li:last-child {
  262. padding: 0.72rem 0.4rem 0 0.7rem;
  263. }
  264. .container li .footer {
  265. margin-bottom: 7.5rem;
  266. }
  267. .container li .footer p {
  268. font-size: 0.22rem;
  269. line-height: 0.32rem;
  270. color: #333;
  271. margin-top: 0.2rem;
  272. }
  273. .container .footer p img {
  274. width: 0.4rem;
  275. height: 0.4rem;
  276. margin-right: 0.16rem;
  277. vertical-align: middle;
  278. }
  279. .container .footer p span {
  280. border-bottom: 2px solid #dcdcdc;
  281. color: #333;
  282. }
  283. }