福田皮卡火星7+火星9
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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: -145px;
  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: 30px;
  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: 14px;
  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. width: 100%;
  182. display: flex;
  183. justify-content: space-between;
  184. margin-left:0;
  185. margin-right:0;
  186. }
  187. #container .yysj .content .row input,
  188. #container .yysj .content .row select{
  189. width: 100%;
  190. outline: none;
  191. width: 100%;
  192. border: none;
  193. border-bottom: solid 1px rgba(255, 255, 255, .5);
  194. background: none;
  195. height: 30px;
  196. line-height: 30px;
  197. font-size: 8px;
  198. padding: 0 7.5px;
  199. box-sizing: border-box;
  200. margin-bottom: 10px;
  201. color: #fff;
  202. }
  203. #container .yysj .content .row select option{ color: #000;}
  204. #container .yysj .content .row input:first-child,
  205. #container .yysj .content .row select:first-child{
  206. margin-right: 10px;
  207. }
  208. #container .yysj .btn{
  209. width: 144px;
  210. height: 35px;
  211. border: 1px solid #0091FF;
  212. border-radius: 9px;
  213. line-height: 29px;
  214. text-align: center;
  215. margin: 9px auto 0;
  216. font-size: 9px;
  217. font-family: MicrosoftYaHei;
  218. font-weight: bold;
  219. color: #0091FF;
  220. cursor: pointer;
  221. box-sizing: border-box;
  222. }
  223. /* 提示框 */
  224. .alertbox{
  225. position: fixed;
  226. top: 0;
  227. right: 0;
  228. bottom: 0;
  229. left: 0;
  230. z-index: 100;
  231. display: none;
  232. background: rgba(0,0,0,.6);
  233. }
  234. .alertbox .boxwrap{
  235. margin: 0 auto;
  236. }
  237. .alertbox .boxwrap .content{
  238. position: relative;
  239. margin: 100px auto;
  240. width: 70%;
  241. outline: 0;
  242. border: 1px solid rgba(0,0,0,.2);
  243. border-radius: 15px;
  244. background-color: #fff;
  245. background-clip: padding-box;
  246. -webkit-background-clip: padding-box;
  247. }
  248. .alertbox .alertheader {
  249. padding: 15px;
  250. min-height: 8.2px;
  251. }
  252. .alertbox .modaltitle {
  253. margin: 0;
  254. line-height: 50px;
  255. font-size: 22px;
  256. background-size: 70%;
  257. text-align: center;
  258. }
  259. .alertbox .modalbody {
  260. position: relative;
  261. padding: 15px;
  262. text-align: center;
  263. }
  264. .modalbody p {
  265. margin: 0 0 5px;
  266. }
  267. .alertbox .modalfooter {
  268. padding: 15px;
  269. text-align: right;
  270. }
  271. .alertbox .modalfooter .btn {
  272. font-size: 15px;
  273. margin: 0 auto;
  274. width: 200px;
  275. background: #ad2f27;
  276. color: #fff;
  277. display: block;
  278. height: 40px;
  279. border: none;
  280. border-radius: 20px;
  281. }
  282. .contentBox .contentTitle2{
  283. font-size: 20px;
  284. font-family: SourceHanSansCN;
  285. font-weight: bold;
  286. text-align:center;
  287. color: #fff;
  288. background: url(../images_mb/Mars7_11.jpg) no-repeat center center;
  289. }
  290. .titleBox.fixed{
  291. position: fixed;
  292. left: 0;
  293. top: 53px;
  294. z-index:9;
  295. }