resource.css 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. .sec-nav {
  2. line-height: 60px;
  3. height: 60px;
  4. background: #f8f8f8;
  5. border-bottom: 1px solid #999;
  6. color: #666;
  7. }
  8. .sec-nav-con {
  9. max-width: 1200px;
  10. text-align: center;
  11. margin: 0 auto;
  12. display: flex;
  13. justify-content: center;
  14. }
  15. .sec-nav-one {
  16. flex: 0 0 250px;
  17. text-align: center;
  18. display: inline-block;
  19. cursor: pointer;
  20. }
  21. .sec-nav-one-selected {
  22. color: #00a2ff;
  23. }
  24. .menu {
  25. max-width: 1200px;
  26. margin: 0 auto;
  27. padding: 30px 0;
  28. }
  29. .article {
  30. max-width: 1200px;
  31. margin: 0 auto;
  32. }
  33. .article-con {
  34. display: flex;
  35. justify-content: space-between;
  36. margin-bottom: 30px;
  37. }
  38. .article-one {
  39. box-sizing: border-box;
  40. flex: 0 0 200px;
  41. padding: 20px;
  42. box-shadow: #ccc 5px 10px 10px;
  43. height: 800px;
  44. overflow-y: auto;
  45. }
  46. .article-one::-webkit-scrollbar {
  47. width: 5px;
  48. height: 1px;
  49. background-color: #f5f5f5;
  50. }
  51. .article-one::-webkit-scrollbar-thumb {
  52. /*滚动条里面小方块*/
  53. border-radius: 10px;
  54. box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  55. background: #535353;
  56. }
  57. .rticle-one-title {
  58. font-size: 18px;
  59. font-weight: 600;
  60. }
  61. .rticle-one-li {
  62. padding: 30px 0;
  63. line-height: 36px;
  64. }
  65. .rticle-one-col {
  66. display: flex;
  67. align-items: center;
  68. height: 36px;
  69. font-size: 18px;
  70. cursor: pointer;
  71. }
  72. .rticle-one-col-word {
  73. width: 130px;
  74. overflow: hidden;
  75. text-overflow: ellipsis;
  76. display: -webkit-box;
  77. -webkit-line-clamp: 1;
  78. -webkit-box-orient: vertical;
  79. font-size: 16px;
  80. }
  81. .word-blue {
  82. color: #00a2ff;
  83. }
  84. .article-two {
  85. flex: 1;
  86. margin-left: 50px;
  87. }
  88. .article-two-li {
  89. padding: 15px 10px;
  90. border-bottom: 1px solid #aaa;
  91. height: 140px;
  92. overflow: hidden;
  93. display: flex;
  94. box-sizing: border-box;
  95. /* align-items: center; */
  96. cursor: pointer;
  97. }
  98. .article-two-li:hover {
  99. border: #00a2ff 2px solid;
  100. }
  101. .article-two-left {
  102. flex: 0 0 160px;
  103. text-align: center;
  104. }
  105. .article-two-left img {
  106. width: 150px;
  107. height: 105px;
  108. }
  109. .article-two-right {
  110. flex: 1;
  111. padding: 0 20px;
  112. }
  113. .article-two-right-title {
  114. font-size: 18px;
  115. overflow: hidden;
  116. font-weight: 600;
  117. text-overflow: ellipsis;
  118. display: -webkit-box;
  119. -webkit-line-clamp: 1;
  120. -webkit-box-orient: vertical;
  121. letter-spacing: 0.7px;
  122. }
  123. .article-two-right-content {
  124. padding-top: 5px;
  125. font-size: 14px;
  126. overflow: hidden;
  127. color: #666;
  128. height: 60px;
  129. line-height: 20px;
  130. text-overflow: ellipsis;
  131. display: -webkit-box;
  132. -webkit-line-clamp: 3;
  133. -webkit-box-orient: vertical;
  134. letter-spacing: 0.7px;
  135. }
  136. .article-two-right-tip {
  137. display: flex;
  138. justify-content: space-between;
  139. font-size: 12px;
  140. color: #666;
  141. padding-top: 5px;
  142. }
  143. .article-author {
  144. text-align: left;
  145. }
  146. .article-author {
  147. text-align: right;
  148. }
  149. .sec {
  150. background-color: #fdfdfd;
  151. }
  152. .guide {
  153. max-width: 1200px;
  154. margin: 0 auto;
  155. text-align: center;
  156. }
  157. .guide-con {
  158. display: flex;
  159. justify-content: space-between;
  160. }
  161. .guide-one {
  162. width: 270px;
  163. height: 200px;
  164. overflow: hidden;
  165. background-color: #fff;
  166. box-shadow: #ddd 0px 0px 10px 1px;
  167. border-radius: 5px;
  168. }
  169. .video-title {
  170. padding: 10px;
  171. text-align: center;
  172. }
  173. .attestation {
  174. max-width: 1200px;
  175. margin: 0 auto;
  176. text-align: center;
  177. }
  178. .attestation-con {
  179. display: flex;
  180. }
  181. .attestation-one {
  182. display: flex;
  183. align-items: center;
  184. flex: 1;
  185. margin: 0 30px 30px 30px;
  186. height: 250px;
  187. box-shadow: #ddd 0px 0px 10px 1px;
  188. overflow: hidden;
  189. }
  190. .attestation-one-left {
  191. text-align: center;
  192. flex: 0 0 200px;
  193. }
  194. .attestation-one-left img {
  195. width: 141px;
  196. height: 141px;
  197. }
  198. .contract {
  199. max-width: 1200px;
  200. margin: 0 auto;
  201. text-align: center;
  202. }
  203. .contract-con {
  204. display: flex;
  205. justify-content: space-between;
  206. margin: 0 50px;
  207. margin-bottom: 50px;
  208. }
  209. .contract-one {
  210. flex: 0 0 200px;
  211. }
  212. .contract-one-img {
  213. padding: 50px;
  214. border-bottom: 2px solid #f4b800;
  215. margin-bottom: 40px;
  216. }
  217. .contract-one-img img {
  218. width: 65px;
  219. height: 65px;
  220. }
  221. .contract-one-word {
  222. font-size: 18px;
  223. }
  224. .search {
  225. height: 330px;
  226. background-image: url(./../images/resource_part1_1.png);
  227. background-repeat: no-repeat;
  228. display: flex;
  229. align-items: center;
  230. justify-content: center;
  231. }
  232. .search-con {
  233. }
  234. .search-input {
  235. border: 0;
  236. border-radius: 3px;
  237. outline-style: none;
  238. font-size: 18px;
  239. padding: 0 20px;
  240. width: 350px;
  241. line-height: 40px;
  242. height: 40px;
  243. }
  244. .search-btn {
  245. display: inline-block;
  246. padding: 0 25px;
  247. height: 40px;
  248. line-height: 40px;
  249. background: #00a2ff;
  250. color: #fff;
  251. cursor: pointer;
  252. border-radius: 5px;
  253. }
  254. .problem {
  255. max-width: 1200px;
  256. margin: 0 auto;
  257. text-align: center;
  258. }
  259. .problem-li {
  260. text-align: left;
  261. background: #fefefe;
  262. margin: 10px 0;
  263. padding: 10px;
  264. border-bottom: 1px solid #aaa;
  265. }
  266. .problem-title {
  267. font-size: 16px;
  268. cursor: pointer;
  269. padding-bottom: 15px;
  270. }
  271. .problem-detail {
  272. padding-bottom: 15px;
  273. line-height: 36px;
  274. color: #666;
  275. font-size: 15px;
  276. }
  277. .detail-content{
  278. padding:30px 0;
  279. overflow: hidden;
  280. }
  281. .detail-content img{
  282. max-width: 100%;
  283. }