福田皮卡火星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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  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. }
  80. #container .qjzs .content img{
  81. width: 100%;
  82. }
  83. #container .qjzs .nav{
  84. width: 125px;
  85. height: 20px;
  86. margin: 0 auto;
  87. color: #fff;
  88. position: absolute;
  89. left: 0;
  90. right: 0;
  91. top: 15px;
  92. z-index: 2;
  93. display: flex;
  94. justify-content: space-between;
  95. border-bottom: solid 1px rgba(255, 255, 255, .4);
  96. }
  97. #container .qjzs .nav .n{
  98. width: 54.5px;
  99. float: left;
  100. text-align: center;
  101. font-size:12px;
  102. line-height: 1;
  103. font-family: MicrosoftYaHei;
  104. font-weight: bold;
  105. color: rgba(255, 255, 255, .6);
  106. cursor: pointer;
  107. }
  108. #container .qjzs .nav .n.swiper-button-disabled{
  109. color: #fff;
  110. }
  111. #container .qjzs .nav .line{
  112. width: 55px;
  113. height: 0;
  114. border-bottom: solid 1px #fff;
  115. position: absolute;
  116. left: 0;
  117. bottom: 0;
  118. transition: all .3s;
  119. }
  120. #container .qjzs .nav .line.right{
  121. left: 70px;
  122. }
  123. #container .qjzs .vr{
  124. width: 112px;
  125. height: 24px;
  126. border: 1px solid #FFFFFF;
  127. border-radius: 12px;
  128. display: flex;
  129. justify-content: center;
  130. line-height: 24px;
  131. box-sizing: border-box;
  132. color: #fff;
  133. font-size: 12px;
  134. font-family: MicrosoftYaHei;
  135. position: absolute;
  136. bottom: 22px;
  137. left: 0;
  138. right: 0;
  139. margin: 0 auto;
  140. z-index: 2;
  141. cursor: pointer;
  142. }
  143. #container .qjzs .vr img{
  144. width: 17.5px;
  145. height: 12px;
  146. margin-right: 6px;
  147. margin-top: 6px;
  148. }
  149. #container .jctj{
  150. width: 100%;
  151. color: #fff;
  152. overflow: hidden;
  153. margin-top:70px;
  154. }
  155. #container .jctj .swiper1{
  156. overflow: hidden;
  157. }
  158. #container .jctj .swiper1 img{
  159. width: 100%;
  160. }
  161. #container .jctj .swiper2{
  162. margin-top: 15px;
  163. position: relative;
  164. left: -35%;
  165. }
  166. #container .jctj .swiper2 .swiper-slide{
  167. width: auto !important;
  168. }
  169. #container .jctj .swiper2 img{
  170. width: 105px;
  171. }
  172. #container .yysj{
  173. padding-left: 4.2%;
  174. width:92.6%;
  175. /* width: 95.4%; */
  176. margin-top:60px;
  177. margin-bottom:60px;
  178. }
  179. #container .yysj .title{ background: none;}
  180. #container .yysj .content .row{
  181. display: flex;
  182. justify-content: space-between;
  183. margin-left:0;
  184. margin-right:0;
  185. }
  186. #container .yysj .content .row input,
  187. #container .yysj .content .row select{
  188. width: 100%;
  189. outline: none;
  190. width: 100%;
  191. border: none;
  192. border-bottom: solid 1px rgba(255, 255, 255, .5);
  193. background: none;
  194. height: 30px;
  195. line-height: 30px;
  196. font-size: 12px;
  197. padding: 0 7.5px;
  198. box-sizing: border-box;
  199. margin-bottom: 10px;
  200. color: #fff;
  201. }
  202. #container .yysj .content .row select option{ color: #000;}
  203. #container .yysj .content .row input:first-child,
  204. #container .yysj .content .row select:first-child{
  205. margin-right: 10px;
  206. }
  207. #container .yysj .btn{
  208. width: 144px;
  209. height: 35px;
  210. border: 1px solid #0091FF;
  211. border-radius: 20px;
  212. line-height: 33px;
  213. text-align: center;
  214. margin: 9px auto 0;
  215. font-size: 12px;
  216. font-family: MicrosoftYaHei;
  217. font-weight: bold;
  218. color: #0091FF;
  219. cursor: pointer;
  220. box-sizing: border-box;
  221. }
  222. /* 提示框 */
  223. .alertbox{
  224. position: fixed;
  225. top: 0;
  226. right: 0;
  227. bottom: 0;
  228. left: 0;
  229. z-index: 100;
  230. display: none;
  231. background: rgba(0,0,0,.6);
  232. }
  233. .alertbox .boxwrap{
  234. margin: 0 auto;
  235. }
  236. .alertbox .boxwrap .content{
  237. position: relative;
  238. margin: 100px auto;
  239. width: 70%;
  240. outline: 0;
  241. border: 1px solid rgba(0,0,0,.2);
  242. border-radius: 15px;
  243. background-color: #fff;
  244. background-clip: padding-box;
  245. -webkit-background-clip: padding-box;
  246. }
  247. .alertbox .alertheader {
  248. padding: 15px;
  249. min-height: 8.2px;
  250. }
  251. .alertbox .modaltitle {
  252. margin: 0;
  253. line-height: 50px;
  254. font-size: 22px;
  255. background-size: 70%;
  256. text-align: center;
  257. }
  258. .alertbox .modalbody {
  259. position: relative;
  260. padding: 15px;
  261. text-align: center;
  262. }
  263. .modalbody p {
  264. margin: 0 0 5px;
  265. }
  266. .alertbox .modalfooter {
  267. padding: 15px;
  268. text-align: right;
  269. }
  270. .alertbox .modalfooter .btn {
  271. font-size: 15px;
  272. margin: 0 auto;
  273. width: 200px;
  274. background: #ad2f27;
  275. color: #fff;
  276. display: block;
  277. height: 40px;
  278. border: none;
  279. border-radius: 20px;
  280. }
  281. .contentBox .contentTitle2{
  282. font-size: 20px;
  283. font-family: SourceHanSansCN;
  284. font-weight: bold;
  285. text-align:center;
  286. color: #fff;
  287. background: url("../p9/images_mb/Mar-9.jpg") no-repeat bottom center;
  288. }
  289. .titleBox.fixed{
  290. position: fixed;
  291. left: 0;
  292. top: 45px;
  293. padding-top:5px;
  294. z-index:9;
  295. }