福田皮卡火星7+火星9
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

indexm.css 6.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  1. body{
  2. padding:0;
  3. margin:0;
  4. background:#000;
  5. width:100%
  6. }
  7. input{
  8. border-radius: 0;
  9. }
  10. /* input背景色透明 */
  11. input:-webkit-autofill,
  12. input:-webkit-autofill:hover,
  13. input:-webkit-autofill:focus,
  14. input:-webkit-autofill:active {
  15. transition-delay: 999999999s;
  16. transition: color 999999999s ease-out, background-color 999999999s ease-out;
  17. -webkit-transition-delay: 999999999s;
  18. -webkit-transition: color 999999999s ease-out, background-color 999999999s ease-out;
  19. -webkit-text-fill-color: #fff;
  20. }
  21. .main{
  22. width:100%;
  23. }
  24. #container .section{
  25. width: 100%;
  26. }
  27. #container .section .title{
  28. font-size: 20px;
  29. font-family: SourceHanSansCN;
  30. font-weight: bold;
  31. text-align:center;
  32. background: url("../images/title_line.png") no-repeat bottom center;
  33. }
  34. #container .cpld .content{
  35. width: 100%;
  36. }
  37. #container .cpld .content .item .l{ float: left;}
  38. #container .cpld .content .item .r{ float: right;}
  39. #container .cpld .content .item .l.info{ margin-left: 150px;}
  40. #container .cpld .content .item .r.info{ margin-right: 150px;}
  41. /* #container .cpld .content .item .info{
  42. } */
  43. #container .cpld .content .item .info .subTitle{
  44. font-size: 18px;
  45. line-height: 1;
  46. font-family: MicrosoftYaHei;
  47. font-weight: bold;
  48. color: #fff;
  49. margin-bottom: 22.5px;
  50. }
  51. #container .cpld .content .item .info .row{
  52. display: flex;
  53. }
  54. #container .cpld .content .item .info span{
  55. width: 4px;
  56. height: 4px;
  57. display: inline-block;
  58. background-color: #fff;
  59. border-radius: 50%;
  60. margin-right: 6px;
  61. margin-top: 9px;
  62. }
  63. #container .cpld .content .item .info p{
  64. width: 100%;
  65. font-size: 9px;
  66. font-family: MicrosoftYaHei;
  67. font-weight: 400;
  68. color: #B9B9B9;
  69. line-height: 48px;
  70. flex: 1;
  71. }
  72. #container .cpld .content .item .clear{ width: 100%; clear: both;}
  73. #container .qjzs{
  74. width: 100%;
  75. margin-top: -100px;
  76. }
  77. #container .qjzs .content{
  78. position: relative;
  79. margin-top: -15px;
  80. }
  81. #container .qjzs .content img{
  82. width: 100%;
  83. }
  84. #container .qjzs .nav{
  85. width: 125px;
  86. height: 20px;
  87. margin: 0 auto;
  88. color: #fff;
  89. position: absolute;
  90. left: 0;
  91. right: 0;
  92. top: 15px;
  93. z-index: 2;
  94. display: flex;
  95. justify-content: space-between;
  96. border-bottom: solid 1px rgba(255, 255, 255, .4);
  97. }
  98. #container .qjzs .nav .n{
  99. width: 54.5px;
  100. float: left;
  101. text-align: center;
  102. font-size:12px;
  103. line-height: 1;
  104. font-family: MicrosoftYaHei;
  105. font-weight: bold;
  106. color: rgba(255, 255, 255, .6);
  107. cursor: pointer;
  108. }
  109. #container .qjzs .nav .n.swiper-button-disabled{
  110. color: #fff;
  111. }
  112. #container .qjzs .nav .line{
  113. width: 55px;
  114. height: 0;
  115. border-bottom: solid 1px #fff;
  116. position: absolute;
  117. left: 0;
  118. bottom: 0;
  119. transition: all .3s;
  120. }
  121. #container .qjzs .nav .line.right{
  122. left: 70px;
  123. }
  124. #container .qjzs .vr{
  125. width: 112px;
  126. height: 24px;
  127. border: 1px solid #FFFFFF;
  128. border-radius: 12px;
  129. display: flex;
  130. justify-content: center;
  131. line-height: 24px;
  132. box-sizing: border-box;
  133. color: #fff;
  134. font-size: 12px;
  135. font-family: MicrosoftYaHei;
  136. position: absolute;
  137. bottom: 22px;
  138. left: 0;
  139. right: 0;
  140. margin: 0 auto;
  141. z-index: 2;
  142. cursor: pointer;
  143. }
  144. #container .qjzs .vr img{
  145. width: 17.5px;
  146. height: 12px;
  147. margin-right: 6px;
  148. margin-top: 6px;
  149. }
  150. #container .jctj{
  151. width: 100%;
  152. color: #fff;
  153. overflow: hidden;
  154. margin-top:70px;
  155. }
  156. #container .jctj .swiper1{
  157. overflow: hidden;
  158. }
  159. #container .jctj .swiper1 img{
  160. width: 100%;
  161. }
  162. #container .jctj .swiper2{
  163. margin-top: 15px;
  164. position: relative;
  165. left: -35%;
  166. }
  167. #container .jctj .swiper2 .swiper-slide{
  168. width: auto !important;
  169. }
  170. #container .jctj .swiper2 img{
  171. width: 105px;
  172. }
  173. #container .yysj{
  174. padding-left: 4.2%;
  175. /* width:92.6%; */
  176. width: 95.4%;
  177. margin-top:60px;
  178. margin-bottom:60px;
  179. }
  180. #container .yysj .title{ background: none;}
  181. #container .yysj .content .row{
  182. /* width: 95.6%; */
  183. display: flex;
  184. justify-content: space-between;
  185. margin-left:0;
  186. margin-right:0;
  187. }
  188. #container .yysj .content .row input,
  189. #container .yysj .content .row select{
  190. width: 100%;
  191. outline: none;
  192. width: 100%;
  193. border: none;
  194. border-bottom: solid 1px rgba(255, 255, 255, .5);
  195. background: none;
  196. height: 30px;
  197. line-height: 30px;
  198. font-size: 12px;
  199. padding: 0 7.5px;
  200. box-sizing: border-box;
  201. margin-bottom: 10px;
  202. color: #fff;
  203. }
  204. #container .yysj .content .row select option{ color: #000;}
  205. #container .yysj .content .row input:first-child,
  206. #container .yysj .content .row select:first-child{
  207. margin-right: 10px;
  208. }
  209. #container .yysj .btn{
  210. width: 144px;
  211. height: 35px;
  212. border: 1px solid #0091FF;
  213. border-radius: 20px;
  214. line-height: 33px;
  215. text-align: center;
  216. margin: 9px auto 0;
  217. font-size: 12px;
  218. font-family: MicrosoftYaHei;
  219. font-weight: bold;
  220. color: #0091FF;
  221. cursor: pointer;
  222. box-sizing: border-box;
  223. }
  224. /* 提示框 */
  225. .alertbox{
  226. position: fixed;
  227. top: 0;
  228. right: 0;
  229. bottom: 0;
  230. left: 0;
  231. z-index: 100;
  232. display: none;
  233. background: rgba(0,0,0,.6);
  234. }
  235. .alertbox .boxwrap{
  236. margin: 0 auto;
  237. }
  238. .alertbox .boxwrap .content{
  239. position: relative;
  240. margin: 100px auto;
  241. width: 70%;
  242. outline: 0;
  243. border: 1px solid rgba(0,0,0,.2);
  244. border-radius: 15px;
  245. background-color: #fff;
  246. background-clip: padding-box;
  247. -webkit-background-clip: padding-box;
  248. }
  249. .alertbox .alertheader {
  250. padding: 15px;
  251. min-height: 8.2px;
  252. }
  253. .alertbox .modaltitle {
  254. margin: 0;
  255. line-height: 50px;
  256. font-size: 22px;
  257. background-size: 70%;
  258. text-align: center;
  259. }
  260. .alertbox .modalbody {
  261. position: relative;
  262. padding: 15px;
  263. text-align: center;
  264. }
  265. .modalbody p {
  266. margin: 0 0 5px;
  267. }
  268. .alertbox .modalfooter {
  269. padding: 15px;
  270. text-align: right;
  271. }
  272. .alertbox .modalfooter .btn {
  273. font-size: 15px;
  274. margin: 0 auto;
  275. width: 200px;
  276. background: #ad2f27;
  277. color: #fff;
  278. display: block;
  279. height: 40px;
  280. border: none;
  281. border-radius: 20px;
  282. }
  283. .contentBox .contentTitle2{
  284. font-size: 20px;
  285. font-family: SourceHanSansCN;
  286. font-weight: bold;
  287. text-align:center;
  288. color: #fff;
  289. background: url(../images_mb/Mars7_11.jpg) no-repeat center center;
  290. }
  291. .titleBox.fixed{
  292. position: fixed;
  293. left: 0;
  294. top: 45px;
  295. padding-top:5px;
  296. z-index:9;
  297. }