modelmarket.css 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433
  1. .defaultClass2 {
  2. width: 100%;
  3. height:45px;
  4. border-bottom:1px solid #DDDDDD;
  5. margin: 0;
  6. float: left;
  7. padding-left: 10%;
  8. }
  9. .defaultClass2 li{
  10. width: 10%;
  11. text-align: center;
  12. height: 45px;
  13. line-height: 45px;
  14. cursor: pointer;
  15. display:inline-block;
  16. float: left;
  17. color: #484848;
  18. }
  19. .no{
  20. display: none;
  21. }
  22. #contener3{
  23. width: 100%;
  24. height: auto;
  25. margin-top: 80px;
  26. margin-bottom: 30px;
  27. background: rgba(241,241,245,1);
  28. }
  29. .nav{
  30. width:12% ;
  31. height:auto;
  32. float: left;
  33. box-shadow: 10px 10px 5px rgb(169,169,171);
  34. background: #fff;
  35. }
  36. .nav ul{
  37. width: 100%;
  38. height: 50%;
  39. }
  40. .nav ul li{
  41. width: 100%;
  42. height: 100%;
  43. font-size: 14px;
  44. color: #999999;
  45. line-height: 40px;
  46. text-align: center;
  47. }
  48. .price{
  49. color:rgb(208,47,31);
  50. float: right;
  51. margin-right: 10px;
  52. font-size: 18px;
  53. }
  54. .small-btn2{
  55. width: 70%;
  56. height: 30px;
  57. border: 2px solid #7FCE46;
  58. background: transparent;
  59. color: #7FCE46;
  60. margin: 5px 15% 20px 15%;
  61. border-radius: 30px;
  62. font-weight: 600;
  63. }
  64. .small-btn2:hover{
  65. background: rgb(116,199,62);
  66. color: #fff;
  67. }
  68. /*.imgwrapper{
  69. width: 70%;
  70. height: auto;
  71. float: left;
  72. }*/
  73. .imgwrapper>img{
  74. width: 100%;
  75. height: 400px;
  76. margin-top: 60px;
  77. }
  78. .casebox{
  79. width:100%;
  80. height: auto;
  81. border: 1px solid #8e888829;
  82. margin: 20px 0 0 0;
  83. float: left;
  84. position: relative;
  85. background: #fff;
  86. }
  87. @media (min-width: 768px){
  88. .casebox:hover .hoverbox{
  89. display: block;
  90. }
  91. }
  92. .casebox:hover{
  93. box-shadow: 5px 5px 5px #8e888829;
  94. }
  95. .closebox{
  96. position: absolute;
  97. top: 0;
  98. right:10px;
  99. font-size: 30px;
  100. color: #FFFFFF;
  101. }
  102. .casebox>div:first-child{
  103. width: 100%;
  104. /* margin: 5%; */
  105. }
  106. .casebox div:first-child>img{
  107. width: 100%;
  108. }
  109. .casebox>p{
  110. margin-top: 15px;
  111. margin-left: 0px;
  112. display:block;
  113. white-space:nowrap;
  114. overflow:hidden;
  115. text-overflow:ellipsis;
  116. height: 20px;
  117. text-align: center;
  118. }
  119. .casearti{
  120. float: left;
  121. width: 70%;
  122. padding: 5px 5% 0 5%;
  123. }
  124. .hoverbox{
  125. width: 100%;
  126. position: absolute;
  127. background: rgba(14,27,26,0.5);
  128. top: 0;
  129. left: 0;
  130. display: none;
  131. }
  132. .hoverbox img {
  133. margin: 20% auto;
  134. display: block;
  135. width:60%;
  136. }
  137. .hoverbox p{
  138. width: 100%;
  139. text-align: center;
  140. color: #FFFFFF;
  141. font-size: 16px;
  142. font-weight: 600;
  143. letter-spacing: 5px;
  144. }
  145. .small-btn{
  146. width: 40%;
  147. height: 30px;
  148. border: 1px solid #7FBA00;
  149. background: transparent;
  150. color: #7FBA00;
  151. margin-left: 30%;
  152. margin-bottom: 10px;
  153. }
  154. .star img, .eye img{
  155. width: 15px;
  156. height: 15px;
  157. margin-top: -3px;
  158. }
  159. .star{
  160. margin-left:10px ;
  161. }
  162. .eye{
  163. float: right;
  164. margin-right: 10px;
  165. font-size: 10px;
  166. }
  167. .caseerweima{
  168. width: 20px;
  169. height: 20px;
  170. float: right;
  171. }
  172. .caseerweima img{
  173. width: 100%;
  174. height: 100%;
  175. }
  176. .caseimg{
  177. width:30% ;
  178. height: auto;
  179. float: left;
  180. }
  181. .casearti>p:last-child{
  182. font-size: 10px;
  183. width: 100%;
  184. display: -webkit-box;
  185. -webkit-box-orient: vertical;
  186. -webkit-line-clamp: 3;
  187. overflow: hidden;
  188. }
  189. @media(max-width: 700px) {
  190. .nav {
  191. width: 30%;
  192. height: auto;
  193. margin: 10px auto;
  194. }
  195. }
  196. #sg-search-input:focus {
  197. background: white;
  198. }
  199. @media (min-width: 1200px){
  200. .menu-8 {
  201. width: 12.5%;
  202. }
  203. }
  204. .menu{
  205. width: 130px !important;
  206. height: 35px !important;
  207. border-radius: 20px;
  208. border: 1px solid #ccc;
  209. text-align: center;
  210. vertical-align: middle;
  211. color: #666;
  212. font-size: 16px;
  213. display: inline-block;
  214. padding-top: 9px;
  215. margin-top: 20px;
  216. overflow: hidden;
  217. text-overflow:ellipsis;
  218. white-space: nowrap;
  219. }
  220. .menu:hover{
  221. width: 130px !important;
  222. height: 35px !important;
  223. border-radius: 20px;
  224. border: 1px solid #3E95EE;
  225. text-align: center;
  226. vertical-align: middle;
  227. color: #fff;
  228. font-size: 16px;
  229. display: inline-block;
  230. padding-top: 9px;
  231. margin-top: 20px;
  232. background: #3E95EE;
  233. margin-top: 20px;
  234. overflow: hidden;
  235. text-overflow:ellipsis;
  236. white-space: nowrap;
  237. }
  238. .menu_active{
  239. width: 130px !important;
  240. height: 35px !important;
  241. border-radius: 20px;
  242. border: 1px solid #3E95EE;
  243. text-align: center;
  244. vertical-align: middle;
  245. color: #fff;
  246. font-size: 16px;
  247. display: inline-block;
  248. padding-top: 9px;
  249. margin-top: 20px;
  250. background: #3E95EE;
  251. margin-top: 20px;
  252. overflow: hidden;
  253. text-overflow:ellipsis;
  254. white-space: nowrap;
  255. }
  256. /* .m_margin a:active{
  257. cursor: pointer;
  258. border-radius:20px;
  259. border:1px solid #ddd;
  260. text-align:center;
  261. vertical-align: middle;
  262. padding:8px 29px;
  263. color:#fff !important;
  264. background-color: #349BE1;
  265. } */
  266. .productImg{
  267. background: url("{{ cdn_asset('/assets/img/products/iPhone_1_mask2.png') }}");
  268. background-size: 100% 100%;
  269. }
  270. .productInfo p{
  271. margin-top: 20px;
  272. text-align: center;
  273. font-size: 24px;
  274. color:#333;
  275. }
  276. .productInfo .fit{
  277. font-size: 16px;
  278. margin-top: 24px;
  279. color: #666;
  280. overflow:hidden;
  281. text-overflow:ellipsis;
  282. text-align: center;
  283. white-space:nowrap;
  284. }
  285. #product{
  286. margin-top: 50px;
  287. }
  288. .productImg .qrcodeshow button{
  289. width: 50%;
  290. height: 7%;
  291. border-radius: 100px;
  292. margin-left: 25%;
  293. border:1px sold #349BE1;
  294. background-color: #349BE1;
  295. color: #fff;
  296. margin-top: 10%;
  297. font-size: 15px;
  298. }
  299. .productImg .qrcodeshow img{
  300. width:50%;
  301. margin-left:25%;
  302. height:auto;
  303. margin-top:40%;
  304. }
  305. .productImg .iPhone_screenshot{
  306. display: block;
  307. }
  308. .productImg .iPhone_screenshot img{
  309. width: 82%;
  310. margin-left: 9%;
  311. }
  312. .productImg .qrcodeshow{
  313. width:100%;
  314. height:100%;
  315. background: url("{{ cdn_asset('/assets/img/products/iPhone_1_mask.png') }}");
  316. background-size: 100% 100%;
  317. display: none;
  318. }
  319. .productImg .qrcodeshow:hover{
  320. width:100%;
  321. height:100%;
  322. display: block;
  323. }
  324. .dealPromber{
  325. padding: 0 18.75%;
  326. }
  327. @media (max-width: 767px){
  328. .dealPromber,{
  329. padding: 0;
  330. }
  331. }
  332. .search_btn{
  333. width:34px;height:34px;float:right;margin-right:110px;margin-top:-40px;
  334. }
  335. @media only screen and (max-width: 340px) {
  336. .search_margin{
  337. margin-right: 0px !important;
  338. }
  339. }
  340. @media only screen and (max-width: 635px) {
  341. .search_margin{
  342. margin-right: 15px !important;
  343. }
  344. }
  345. @media only screen and (max-width: 767px) {
  346. .menu{
  347. width: 50px !important;
  348. height: 25px !important;
  349. border-radius: 20px;
  350. border: 1px solid #ccc;
  351. text-align: center;
  352. vertical-align: middle;
  353. color: #666;
  354. font-size: 13px;
  355. display: inline-block;
  356. padding-top: 6px;
  357. margin-top: 20px;
  358. overflow: hidden;
  359. text-overflow:ellipsis;
  360. white-space: nowrap;
  361. }
  362. .menu:hover{
  363. width: 50px !important;
  364. height: 20px !important;
  365. border-radius: 20px;
  366. border: 1px solid #3E95EE;
  367. text-align: center;
  368. vertical-align: middle;
  369. color: #fff;
  370. font-size: 13px;
  371. display: inline-block;
  372. padding-top: 6px;
  373. margin-top: 20px;
  374. background: #3E95EE;
  375. overflow: hidden;
  376. text-overflow:ellipsis;
  377. white-space: nowrap;
  378. }
  379. .menu_active{
  380. width: 50px !important;
  381. height: 25px !important;
  382. border-radius: 20px;
  383. border: 1px solid #3E95EE;
  384. text-align: center;
  385. vertical-align: middle;
  386. color: #fff;
  387. font-size: 13px;
  388. display: inline-block;
  389. padding-top: 6px;
  390. margin-top: 20px;
  391. background: #3E95EE;
  392. overflow: hidden;
  393. text-overflow:ellipsis;
  394. white-space: nowrap;
  395. }
  396. .pad_r_15px{
  397. padding-right: 15px;
  398. }
  399. .search{
  400. width: 95% !important;
  401. text-align: left;
  402. font-size: 20px !important;
  403. height: 40px !important;
  404. }
  405. .search_btn {
  406. width: 34px;
  407. height: 34px;
  408. float: right;
  409. margin-right: 110px;
  410. margin-top: -37px;
  411. }
  412. }
  413. @media only screen and (max-width: 1200px) {
  414. .search_margin{
  415. margin-right: 25px !important;
  416. }
  417. }