game-info.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968
  1. .warp_public_nav{border-bottom: 1px solid #eee;}
  2. .game_info{
  3. overflow: hidden;
  4. }
  5. .game_info_left{
  6. width: 854px;
  7. float: left;
  8. }
  9. .game_info_left>div:first-child>img{
  10. width: 101px;
  11. height: 101px;
  12. float: left;
  13. margin-right: 15px;
  14. }
  15. .game_info_left>div:first-child{
  16. height: 125px;
  17. }
  18. .game_info_left h2{
  19. font-size: 16px;
  20. font-weight: 600;
  21. width: 316px;
  22. overflow: hidden;
  23. text-overflow: ellipsis;
  24. white-space: nowrap;
  25. }
  26. .info{
  27. overflow: auto;
  28. }
  29. .info li{
  30. float: left;
  31. width: 100%;
  32. font-size: 12px;
  33. padding-top: 11px;
  34. color: #B2B2B2;
  35. }
  36. .info1{
  37. width: 170px;
  38. float: left;
  39. }
  40. .info2{
  41. width: 270px;
  42. float: left;
  43. }
  44. .info2 li{width: 270px;}
  45. .info2 div{float: left;}
  46. .info2>li>div:first-child{
  47. height: 30px;
  48. }
  49. .info2>li>div+div{
  50. width: 199px;
  51. overflow: hidden;
  52. text-overflow: ellipsis;
  53. display: -webkit-box;
  54. -webkit-line-clamp: 2;
  55. -webkit-box-orient: vertical;
  56. }
  57. .az_code_right{
  58. float: right;
  59. width: 205px;
  60. height: 42px;
  61. margin-top: 40px;
  62. position: relative;
  63. border: 1px solid #8CC63F;
  64. border-radius: 5px;
  65. }
  66. .az_code_right .big_az_code{
  67. top: -31px !important;
  68. left: 217px !important;
  69. }
  70. .az_ed_download{float: left;width: 162px;}
  71. .az_ed_download>img:first-child{
  72. float: left;
  73. width: 20px !important;
  74. margin: 11px 6px 11px 14px;
  75. }
  76. .az_ed_download span{
  77. float: left;
  78. font-size: 18px;
  79. line-height: 42px;
  80. color: #8CC63F;
  81. }
  82. .az_ed_download:hover{
  83. background: #8CC63F;
  84. }
  85. .az_ed_download:hover span{
  86. color: #fff;
  87. }
  88. .small-code{
  89. float: right;
  90. background: #8CC63F;
  91. width: 42px;
  92. height: 42px;
  93. cursor: pointer;
  94. }
  95. .small-code img{
  96. width: 26px;
  97. margin: 8px;
  98. border-top-right-radius: 3px;
  99. border-bottom-right-radius: 3px;
  100. }
  101. .az_no_link{
  102. float: right;
  103. width: 205px;
  104. height: 42px;
  105. margin-top: 40px;
  106. cursor: pointer;
  107. position: relative;
  108. border: 1px solid #AFAFAF;
  109. border-radius: 5px;
  110. }
  111. .az_no_download{float: left;width: 162px;}
  112. .az_no_download>img:first-child{
  113. float: left;
  114. width: 20px !important;
  115. margin: 11px 6px 11px 14px;
  116. }
  117. .az_no_download span{
  118. float: left;
  119. font-size: 18px;
  120. line-height: 42px;
  121. color: #AFAFAF;
  122. }
  123. .az_no_download:hover{
  124. background: #AFAFAF;
  125. }
  126. .az_no_download:hover span{
  127. color: #fff;
  128. }
  129. .az_no_link .small-code{
  130. background: #AFAFAF !important;
  131. }
  132. /* tab */
  133. .game_info_tab{
  134. border:1px solid #eee;
  135. margin-top: 43px;
  136. }
  137. .tab_title{
  138. width: 100%;
  139. height: 37px;
  140. background: #F6F6F6;
  141. border-bottom: 1px solid #EEEEEE;
  142. }
  143. .tab_title .title:hover{
  144. border-bottom: 1px solid #f6f6f6;
  145. border-top: 3px solid #51a7ff;
  146. }
  147. .tab_title p{
  148. float: left;
  149. width: 135px;
  150. cursor: pointer;
  151. font-size: 16px;
  152. color: #494949;
  153. line-height: 34px;
  154. text-align: center;
  155. border-top: 3px solid #f6f6f6;
  156. }
  157. .tab_title .active{
  158. background: #fff;
  159. border-bottom: 1px solid #fff;
  160. border-top: 3px solid #51a7ff;
  161. border-left: 1px solid #eee;
  162. border-right: 1px solid #eee;
  163. }
  164. .introduce_text{
  165. margin-top: 45px;
  166. padding: 0 20px;
  167. }
  168. .game_introduce p{
  169. color: #494949;
  170. font-size: 14px;
  171. line-height: 25px;
  172. text-align: left;
  173. text-indent: 2em;
  174. }
  175. .no_content p{
  176. margin-top: 0px;
  177. }
  178. .game_image_title{
  179. border-bottom: 1px solid #eee;
  180. margin-bottom: -1px;
  181. }
  182. .game_image_title p{
  183. font-size: 16px !important;
  184. color: #2B2823 !important;
  185. line-height: 16px !important;
  186. font-weight: 600;
  187. padding-left: 8px !important;
  188. margin: 45px 0 15px 16px;
  189. border-left: 5px solid #51a7ff;
  190. text-indent: 0px !important;
  191. }
  192. .tab_content .hide{
  193. display: none;
  194. }
  195. .tab_content .show{
  196. display: block;
  197. }
  198. /* 游戏资讯 */
  199. .game_news .game_detail {
  200. height: 135px;
  201. overflow: hidden;
  202. border-bottom: 1px solid #eee;
  203. }
  204. .game_news .game_detail:hover{
  205. background: #F6F6F6;
  206. }
  207. .game_news .content_left {
  208. width: 152px;
  209. float: left;
  210. height: 103px;
  211. overflow: hidden;
  212. margin: 15px 20px 15px 15px;
  213. border: 2px solid #fff;
  214. }
  215. .game_news .content_left img{
  216. transition: all 1s;
  217. width: 100%;
  218. height: 100%;
  219. }
  220. .game_news .content_left img:hover{
  221. transform: scale(1.1);
  222. }
  223. .content_left:hover{
  224. border:2px solid #51a7ff;
  225. }
  226. .game_news .content_right {
  227. float: left;
  228. width: 630px;
  229. margin-top: 15px;
  230. }
  231. .content_right h4 {
  232. width: 634px;
  233. overflow: hidden;
  234. text-overflow: ellipsis;
  235. white-space: nowrap;
  236. }
  237. .content_right h4 a{
  238. font-size: 16px;
  239. color: #494949;
  240. font-weight: 600;
  241. display: block;
  242. max-width: 634px;
  243. width: fit-content;
  244. overflow: hidden;
  245. text-overflow: ellipsis;
  246. white-space: nowrap;
  247. }
  248. .content_right h4 a:hover{
  249. color: #51a7ff;
  250. text-decoration: underline;
  251. }
  252. .content_right span{
  253. font-size: 12px;
  254. color: #b2b2b2;
  255. line-height: 32px;
  256. padding-right: 6px;
  257. }
  258. .content_right .text{
  259. font-size: 12px;
  260. line-height: 20px;
  261. color: #494949;
  262. margin-top: 7px;
  263. overflow: hidden;
  264. text-overflow: ellipsis;
  265. display: -webkit-box;
  266. -webkit-line-clamp: 2;
  267. -webkit-box-orient: vertical;
  268. }
  269. /* 游戏礼包 */
  270. .tab_gift_content{
  271. border-bottom: 1px solid #eee;
  272. }
  273. .tab_gift_content:last-child{border: none;}
  274. .tab_gift_content:hover{
  275. background: #F6F6F6;
  276. }
  277. .tab_gift_content img{
  278. width: 101px;
  279. height: 101px;
  280. padding: 12px;
  281. float: left;
  282. border-radius: 30px;
  283. }
  284. .gift_text{
  285. width: 573px;
  286. float: left;
  287. padding-top: 12px;
  288. height: 103px;
  289. display: flex;
  290. justify-content: space-around;
  291. flex-direction: column;
  292. }
  293. .gift_text h4 a{
  294. max-width: 620px;
  295. overflow: hidden;
  296. text-overflow: ellipsis;
  297. white-space: nowrap;
  298. font-size: 16px;
  299. display: inline-block;
  300. color: #494949;
  301. font-weight: bold;
  302. }
  303. .gift_text h4 a:hover{
  304. color: #51a7ff;
  305. text-decoration: underline;
  306. }
  307. .gift_text p{
  308. font-size: 12px;
  309. color: #B2B2B2;
  310. line-height: 20px;
  311. }
  312. .gift_text .gift_content{
  313. width: 567px;
  314. overflow: hidden;
  315. text-overflow: ellipsis;
  316. display: -webkit-box;
  317. -webkit-line-clamp: 2;
  318. -webkit-box-orient: vertical;
  319. text-indent: -60px;
  320. padding-left: 60px;
  321. }
  322. .gift_text .gift_cont{
  323. overflow: hidden;
  324. text-overflow: ellipsis;
  325. white-space: nowrap;
  326. width: 600px;
  327. }
  328. .gift_text .gift_progress {
  329. margin: 0 !important;
  330. }
  331. .gift_text .gift_progress p:first-child{
  332. padding: 0px;
  333. }
  334. .gift_text .gift_progress p{
  335. padding-left: 35px;
  336. }
  337. .gift_text .warp_gift_surplus{
  338. width: 145px;
  339. margin-top: 8px;
  340. }
  341. .tab_gift_content .have_gift{
  342. font-size: 16px;
  343. color: #51a7ff;
  344. border: 1px solid #51a7ff;
  345. border-radius: 20px;
  346. padding: 3px 23px;
  347. float: right;
  348. margin: 46px 10px;
  349. }
  350. .tab_gift_content .have_gift:hover{
  351. color: #fff;
  352. background:#51a7ff ;
  353. }
  354. .tab_gift_content .no_gift{
  355. font-size: 16px;
  356. color: #fff;
  357. background: #ccc;
  358. border-radius: 20px;
  359. padding: 3px 23px;
  360. float: right;
  361. margin: 46px 10px;
  362. }
  363. /*开服信息 */
  364. .service_news h4{
  365. display: flex;
  366. font-size: 16px;
  367. color: #2B2823;
  368. font-weight: bold;
  369. margin: 16px 0 16px 9px;
  370. padding-left: 6px;
  371. border-left: 4px solid #51a7ff;
  372. line-height: 16px;
  373. display: inline-block;
  374. }
  375. .service_news_title{
  376. overflow: hidden;
  377. background: #F6F6F6;
  378. border-top: 1px solid #eee;
  379. border-bottom: 1px solid #eee;
  380. }
  381. .service_news_title p{
  382. float: left;
  383. font-size: 14px;
  384. width: 33.33%;
  385. font-weight: bold;
  386. line-height: 40px;
  387. text-align: center;
  388. }
  389. .service_content{overflow: hidden;padding-left: 9px;}
  390. li.service_date {
  391. position: relative;
  392. display: inline-block;
  393. display: flex;
  394. }
  395. .service_content li {
  396. width: 100%;
  397. position: relative;
  398. }
  399. .service_content li p{
  400. float: left;
  401. width: 260px;
  402. height: 41px;
  403. font-size: 14px;
  404. padding:0 10px;
  405. color: #B2B2B2;
  406. line-height: 40px;
  407. text-align: center;
  408. border: 1px solid #eee;
  409. border-right: none;
  410. border-top: none;
  411. overflow: hidden;
  412. text-overflow: ellipsis;
  413. white-space: nowrap;
  414. }
  415. .service_content li p a{
  416. color: #51a7ff;
  417. border: 1px solid #51a7ff;
  418. border-radius: 20px;
  419. padding: 4px 16px;
  420. }
  421. .service_content p a:hover{
  422. color: #fff;
  423. background: #51a7ff;
  424. }
  425. .service_date p{
  426. width: 842px !important;
  427. text-align: left !important;
  428. }
  429. .service_date span{
  430. margin-left: 14px;
  431. color: #fff;
  432. background: #51a7ff;
  433. width: 62px;
  434. height: 24px;
  435. display: inline-block;
  436. margin-top: 8px;
  437. line-height: 24px;
  438. text-align: center;
  439. border-top-right-radius: 5px;
  440. border-bottom-right-radius: 5px;
  441. }
  442. .service_date span:before{
  443. content: '';
  444. position: absolute;
  445. left: 1px;
  446. top: 8px;
  447. border: 12px solid transparent;
  448. border-right-color: transparent;
  449. border-right-style: solid;
  450. border-right-width: 7px;
  451. border-right: 12px solid #51a7ff;
  452. }
  453. .service_date img{
  454. position: absolute;
  455. left: -7px;
  456. top: 11px;
  457. }
  458. .page{
  459. float: left;
  460. width: 100%;
  461. text-align: center;
  462. margin: 25px 0 40px 0;
  463. }
  464. /* 右侧栏 */
  465. #qrcode_title {
  466. padding: 8px 11px;
  467. }
  468. .tab_gift_content{
  469. overflow: auto;
  470. }
  471. .game_info_right{float: right;width: 346px;}
  472. .rank{margin-left: 16px;}
  473. .wx_img{
  474. width: 384px;
  475. height: 151px;
  476. margin-left: 16px;
  477. margin-top:23px;
  478. }
  479. .wx_img img{
  480. height: 100%;
  481. width: 100%;
  482. }
  483. .article_adv {
  484. width: 384px;
  485. height: 135px;
  486. margin-left: 16px;
  487. margin-top:23px;
  488. position: relative;
  489. overflow: hidden;
  490. }
  491. .article_adv div {
  492. z-index: 1;
  493. background-color: rgba(0, 0, 0, 0.5);
  494. color: white;
  495. position: absolute;
  496. width: 100%;
  497. height: 28px;
  498. font-size: 14px;
  499. bottom: -28px;
  500. filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000)
  501. }
  502. .article_adv div span {
  503. line-height: 28px;
  504. padding-left: 12px;
  505. display: block;
  506. width: 310px;
  507. overflow: hidden;
  508. text-overflow: ellipsis;
  509. white-space: nowrap;
  510. }
  511. .article_adv img {
  512. width: 100%;
  513. height: 100%;
  514. }
  515. .new_outline{
  516. margin-left: 16px;
  517. margin-top: 27px;
  518. }
  519. .new_outline h4{
  520. margin-bottom: 16px;
  521. border-bottom: 1px solid #e6e6e6;
  522. }
  523. .new_outline h4 span{
  524. line-height: 40px;
  525. font-size: 16px;
  526. font-weight: 400;
  527. color: #494949;
  528. display: inline-block;
  529. width: 65px;
  530. border-bottom: 2px solid #51a7ff;
  531. }
  532. .lovely{
  533. overflow: hidden;
  534. padding: 20px 0;
  535. }
  536. .lovely .new_outline_img{
  537. width: 121px;
  538. }
  539. .new_outline_img img{
  540. width: 86px;
  541. height: 86px;
  542. }
  543. .new_outline_img {
  544. float: left;
  545. width: 110px;
  546. height: 126px;
  547. text-align: center;
  548. }
  549. .new_outline_img p a {
  550. width: 86px;
  551. margin: auto;
  552. line-height: 26px;
  553. font-size: 14px;
  554. color: #494949;
  555. overflow: hidden;
  556. text-overflow: ellipsis;
  557. white-space: nowrap;
  558. display: block;
  559. }
  560. .new_outline_img p a:hover{
  561. color: #51a7ff;
  562. text-decoration: underline;
  563. }
  564. /* 礼包发号 */
  565. .gift_pack_right .gift {
  566. width: 384px;
  567. overflow: hidden;
  568. }
  569. .gift_pack {
  570. display: flex;
  571. }
  572. .gift_pack_left {
  573. width: 800px;
  574. float: left;
  575. }
  576. .gift_pack_cont .game_gift{
  577. border: 1px solid #eee;
  578. border-top: none;
  579. }
  580. .gift_pack_cont .tab_title{
  581. border-top: 1px solid #eee;
  582. }
  583. .gift_pack_right {
  584. width: 384px;
  585. float: left;
  586. margin-top: -41px;
  587. }
  588. /* 开服开测 */
  589. .warp_kf {
  590. display: flex;
  591. margin-bottom: 50px;
  592. }
  593. .kf_left{
  594. width: 854px;
  595. float: left;
  596. }
  597. .kf_left .gift_text{
  598. height: 92px;
  599. }
  600. .kf_cont {
  601. border: 1px solid #eee;
  602. }
  603. .kf_left .tab_gift_content img{
  604. width: 89px;
  605. height: 89px;
  606. border-radius: 30px;
  607. }
  608. .more_button{
  609. width: 280px;
  610. float: right;
  611. }
  612. .more_button p{
  613. width: 90px;
  614. height: 32px;
  615. float: left;
  616. padding: 40px 0px;
  617. }
  618. .colgift{
  619. font-size: 14px;
  620. border: 1px solid #FF730C;
  621. padding: 5px 12px;
  622. border-radius: 20px;
  623. color: #FF730C;
  624. }
  625. .colgift:hover{
  626. color: #fff;
  627. background: #FF730C;
  628. }
  629. .kf_tip{
  630. font-size: 14px;
  631. border: 1px solid #51a7ff;
  632. padding: 5px 12px;
  633. border-radius: 20px;
  634. color: #51a7ff;
  635. cursor: pointer;
  636. }
  637. .kf_tip:hover{
  638. color: #fff;
  639. background: #51a7ff;
  640. }
  641. .more_button .download{
  642. font-size: 14px;
  643. border: 1px solid #FC5351;
  644. padding: 5px 12px;
  645. border-radius: 20px;
  646. color: #FC5351;
  647. }
  648. .more_button .download:hover{
  649. color: #fff;
  650. background: #FC5351;
  651. }
  652. .more_button .no_download,.more_button .no_colgift{
  653. font-size: 14px;
  654. color: #b2b2b2;
  655. border: 1px solid #b2b2b2;
  656. padding: 5px 12px;
  657. border-radius: 20px;
  658. }
  659. .more_button .no_download:hover,.more_button .no_colgift:hover{
  660. color: #fff;
  661. background:#b2b2b2;
  662. }
  663. .kf_left .gift_text {
  664. width: 450px;
  665. }
  666. .gift_text .game_sort{
  667. color: #494949;
  668. }
  669. .gift_text .game_sort span{
  670. padding: 0 5px;
  671. }
  672. .gift_text .game_date {
  673. margin-top: 10px;
  674. }
  675. .gift_text .game_date span{
  676. padding-right: 6px;
  677. }
  678. .gift_text .game_date span:last-child{
  679. padding-left: 40px;
  680. }
  681. .server_date {
  682. height: 46px;
  683. }
  684. .server_date img{
  685. width: 20px;
  686. float: left;
  687. padding: 13px 6px 13px 13px;
  688. }
  689. .server_date p{
  690. float: left;
  691. line-height: 46px;
  692. font-size: 16px;
  693. font-weight: bold;
  694. color: #494949;
  695. }
  696. .server_date span{
  697. line-height: 46px;
  698. font-size: 12px;
  699. color: #b2b2b2b2;
  700. padding-left: 16px;
  701. }
  702. .kf_right{
  703. width: 330px;
  704. float: right;
  705. margin-top: -41px;
  706. }
  707. .kf_right .wx_img,.kf_right .article_adv{
  708. margin-left: 0;
  709. }
  710. .kf_popup button{
  711. color: #fff;
  712. font-size: 14px;
  713. padding: 4px 19px;
  714. cursor: pointer;
  715. }
  716. .kf_popup button:active,button:focus{
  717. outline: none;
  718. border-color: transparent;
  719. box-shadow:none;
  720. }
  721. .warp_kf_popup {
  722. position: fixed;
  723. width: 100%;
  724. height: 100%;
  725. background-color: rgba(0, 0, 0, 0.6);
  726. top: 0;
  727. display: none;
  728. filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000)
  729. }
  730. .kf_popup {
  731. width: 340px;
  732. padding-bottom: 20px;
  733. position: fixed;
  734. top: 40%;
  735. left: 40%;
  736. border: 1px solid #cacaca;
  737. background: #fff;
  738. }
  739. .kf_popup .tip {
  740. height: 28px;
  741. background-color: #cccccc;
  742. font-size: 14px;
  743. }
  744. .kf_popup .tip span {
  745. line-height: 28px;
  746. padding-left: 10px;
  747. }
  748. .tip_btn .determine a {
  749. font-size: 14px;
  750. color: #fff;
  751. line-height: 26px;
  752. }
  753. /* 分页 */
  754. .pagination {
  755. height: 33px;
  756. margin: auto;
  757. width: max-content;
  758. width:-moz-fit-content;
  759. width:-ms-fit-content;
  760. display:inline-block;
  761. *display:inline;
  762. *zoom:1;
  763. display: flex;
  764. }
  765. .pagination li {
  766. float: left;
  767. }
  768. .pagination li a,.pagination li span{
  769. font-size: 14px;
  770. padding: 6px 13px;
  771. color: #494949;
  772. border-radius: 4px;
  773. border: 1px solid #eee;
  774. margin: 0 5px;
  775. cursor: pointer;
  776. }
  777. .pagination li a:hover{
  778. color: #fff;
  779. background: #51a7ff;
  780. border: 1px solid #51a7ff;
  781. }
  782. .pagination .active span{
  783. color: #fff;
  784. background: #51a7ff;
  785. border: 1px solid #51a7ff;
  786. }
  787. .pagination .disabled span{
  788. color: #fff;
  789. background: #eee;
  790. }
  791. .pagination .disabled span:hover{
  792. color: #fff;
  793. background: #eee;
  794. }
  795. .rows {
  796. margin: 24px 0;
  797. color: #B2B2B2;
  798. font-size: 14px;
  799. }
  800. /* image-slider 截图部分 */
  801. .warp_slider {
  802. border-top: 1px solid #eee;
  803. margin-bottom: 20px;
  804. }
  805. .image-slider-back, .image-slider-forward{
  806. float:left;
  807. width:42px;
  808. height:98px;
  809. color:White;
  810. position: absolute;
  811. z-index:12;
  812. top:32px;
  813. cursor:pointer;
  814. }
  815. .image-slider-back{
  816. background-image:url(../images/home/left-gray.png);
  817. background-repeat:no-repeat !important;
  818. background-position:left !important;
  819. top: 37%;
  820. display: none;
  821. }
  822. .image-slider-forward{
  823. background-image:url(../images/home/right.png);
  824. background-repeat:no-repeat !important;
  825. background-position:right !important;
  826. right: 0;
  827. top: 37%;
  828. display: none;
  829. }
  830. .image-slider-contents{
  831. width:100%;
  832. height:480px;
  833. float:left;
  834. position:relative;
  835. overflow:hidden;
  836. }
  837. .image-slider-contents .contents-wrapper{
  838. position:absolute;
  839. padding-top:18px;
  840. left:0;}
  841. .image-slider-contents .outer{
  842. float:left;
  843. margin-right:15px;
  844. cursor:pointer;
  845. position:relative;
  846. }
  847. .image-slider-contents .outer:last-child{
  848. margin-right: 0px;
  849. }
  850. .spic{text-align: center; color: #333; float: left; padding-top: 10px; }
  851. .image-slider-contents img{width:268px;height:447px; margin:0 auto;}
  852. .spic a{ display:block; text-align:center;}
  853. .hidden{display:none;}
  854. .visible{display:block;}
  855. .thumbnail-active{filter:alpha(opacity=100);opacity:1.0;cursor:pointer;}
  856. .thumbnail-inactive{filter:alpha(opacity=20);opacity:0.2;cursor:pointer;}
  857. .preview{
  858. position: fixed;
  859. width:100%; height: 100%;
  860. background-color: rgba(0, 0, 0, 0.6);
  861. padding-top: 20px;
  862. z-index: 9999;
  863. top: 0px !important;
  864. left: 0 !important;
  865. filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000)
  866. }
  867. .preview .img-large{
  868. width: 480px;
  869. height: 800px;
  870. z-index: 1000;
  871. margin: 0 auto;
  872. text-align: center;
  873. position: relative;
  874. }
  875. .preview .img-large .left{
  876. position: absolute;
  877. left: 0;
  878. top: 43%;
  879. width: 42px;
  880. height: 42px;
  881. z-index: 1000;
  882. background: url(../images/home/left.png);
  883. cursor: pointer;
  884. }
  885. .preview .img-large .right {
  886. position: absolute;
  887. right: 0;
  888. top: 43%;
  889. z-index: 1000;
  890. width: 42px;
  891. height: 42px;
  892. background: url(../images/home/right.png);
  893. cursor: pointer;
  894. }
  895. .preview .close{
  896. top: 6px;
  897. right: 10px;
  898. cursor: pointer;
  899. z-index: 2000;
  900. color: #fff;
  901. position: absolute;
  902. font-size: 25px;
  903. margin: auto;
  904. text-align: center;
  905. padding: 6px;
  906. width: auto;
  907. height: auto;
  908. background-color: rgba(0, 0, 0, 0.6);
  909. border-radius: 20px;
  910. border: 2px solid #fff;
  911. filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000)
  912. }
  913. .preview .img-large img{
  914. width: 480px;
  915. height: 800px;
  916. }
  917. #slider {
  918. position: relative;
  919. overflow: auto;
  920. width: 96%;
  921. margin: auto;
  922. }
  923. #slider:hover .image-slider-back{display: block;}
  924. #slider:hover .image-slider-forward{display: block;}