lpalbumdetails.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  1. body{background: #fff;}
  2. .y_mbxdh{background: #F8F8F8;}
  3. .y_puicnav_top{
  4. padding: 8px 0;
  5. }
  6. .y_puicnav_top a{
  7. font-size: 12px;
  8. color: #999999;
  9. }
  10. .y_lpxcHead{
  11. margin-top: 30px;
  12. width: 100%;
  13. height: auto;
  14. }
  15. .y_lpxcHead_main{
  16. width: 1188px;
  17. margin: 0 auto;
  18. }
  19. .y_lpxcHead_main .y_lpxcHead_l{
  20. float: left;
  21. }
  22. .y_lpxcHead_main .y_lpxcHead_l p.title{
  23. display: -webkit-flex; /* Safari */
  24. display: flex;
  25. justify-content:flex-start;
  26. align-items:center;
  27. }
  28. .y_lpxcHead_main .y_lpxcHead_l p.title span{
  29. display: inline-block;
  30. font-size: 26px;
  31. color: #333;
  32. font-weight: bold;
  33. }
  34. .y_lpxcHead_main .y_lpxcHead_l p.title em{
  35. display: inline-block;
  36. font-size: 12px;
  37. color: #fff;
  38. background: #E03700;
  39. height: 26px;
  40. line-height: 26px;
  41. padding: 0 10px;
  42. margin-left: 18px;
  43. }
  44. .y_lpxcHead_main .y_lpxcHead_l p.style{
  45. margin-top: 14px;
  46. }
  47. .y_lpxcHead_main .y_lpxcHead_l p.style i{
  48. display: inline-block;
  49. float: left;
  50. font-size: 12px;
  51. height: 24px;
  52. line-height: 24px;
  53. padding: 0 8px;
  54. background:#EFF3FC;
  55. color: #668AE9;
  56. }
  57. .y_lpxcHead_main .y_lpxcHead_l p.style i+i{
  58. margin-left: 8px;
  59. }
  60. .y_lpxcHead_main .y_lpxcHead_l p.style i:nth-child(1){
  61. background: #FFE6EC;
  62. color: #EF3E4A;
  63. }
  64. .y_lpxcHead_main .y_lpxcHead_r{
  65. float: right;
  66. display: -webkit-flex; /* Safari */
  67. display: flex;
  68. justify-content:flex-start;
  69. align-items:center;
  70. }
  71. .y_lpxcHead_main .y_lpxcHead_r span{
  72. display: -webkit-flex; /* Safari */
  73. display: flex;
  74. justify-content:flex-start;
  75. align-items:center;
  76. font-size: 24px;
  77. color: #DFA24E;
  78. font-weight: bold;
  79. float: left;
  80. }
  81. .y_lpxcHead_main .y_lpxcHead_r span img{
  82. width: 30px;
  83. height: 30px;
  84. display: inline-block;
  85. margin-right: 10px;
  86. }
  87. .y_lpxcHead_main .y_lpxcHead_r a{
  88. display: inline-block;
  89. float: left;
  90. height: 35px;
  91. line-height: 35px;
  92. background: #E03700;
  93. font-size: 14px;
  94. color: #fff;
  95. border-radius: 3px;
  96. padding: 0 13px;
  97. margin-left: 30px;
  98. }
  99. .y_lpxcNav{
  100. width: 100%;
  101. height: auto;
  102. margin-top: 30px;
  103. }
  104. .y_lpxcNav_box{
  105. width: 1188px;
  106. height: 50px;
  107. line-height: 48px;
  108. background: #F8F8F8;
  109. margin: 0 auto;
  110. }
  111. .y_lpxcNav_box a{
  112. font-size: 18px;
  113. color:#333;
  114. padding: 0px 15px;
  115. }
  116. .y_lpxcNav_box a span{
  117. border-bottom: 2px solid #F8F8F8;
  118. padding: 0 5px;
  119. display: inline-block;
  120. }
  121. .y_lpxcNav_box a:hover{
  122. color: #DD2222;
  123. font-weight: bold;
  124. }
  125. .y_lpxcNav_box a:hover span{
  126. border-bottom-color: #DD2222;
  127. }
  128. .y_lpxcNav_box a.on{
  129. color: #DD2222;
  130. font-weight: bold;
  131. }
  132. .y_lpxcNav_box a.on span{
  133. border-bottom-color: #DD2222;
  134. }
  135. .v3indexNav{ display: none;}
  136. .lpalbum{ margin-top: 25px;}
  137. .lpalbumBox{width: 1188px; margin: 0 auto;}
  138. .lpalbumBox_l{ width: 848px; float:left;}
  139. .lpalbumBox_l .showimg{ width: 100%; height: 564px;background: #f8f8f8;}
  140. .lpalbumBox_l .showimg .showimg_top_l{float: left;}
  141. .lpalbumBox_l .showimg .showimg_top_l span.list_length{font-size: 20px; color: #666;}
  142. .lpalbumBox_l .showimg .showimg_top_l span.list_length em{display: inline-block; font-size:28px; color: #3072F6; }
  143. .lpalbumBox_l .showimg .showimg_top_l span.tuji{font-size: 14px; color: #333;display:inline-block;margin-left: 29px;}
  144. .lpalbumBox_l .showimg .showimg_top_r{float: right;}
  145. .lpalbumBox_l .showimg .showimg_top_r a{display: block; font-size: 14px; color: #333;}
  146. .lpalbumBox_l .showimg .showimg_top_r i{ width: 15px; height: 11px; display: inline-block; margin-right: 8px; position: relative; top: 2px;}
  147. .lpalbumBox_l .showimg .showimg_top_r i img{width: 100%; height: 100%}
  148. .showimg_center{width: 100%; height: 100%; position: relative;}
  149. .showimg_center .img_c{
  150. width: 848px;
  151. height: 564px;
  152. display: table-cell; vertical-align: middle;text-align: center;
  153. position: relative;
  154. }
  155. .showimg_center .img_c img{
  156. width: auto;
  157. height: auto;
  158. max-height: 564px;
  159. max-width: 848px;
  160. display: inline-block;
  161. }
  162. .showimg_center a.sub{ opacity: 0.1; width: 59px; height: 80px; display: block; background:rgba(0,0,0,0.4); position: absolute; top: 50%; text-align: center; z-index: 2; margin-top: -40px;}
  163. .showimg_center a.sub img{ width:22px; height: 42px; display:inline-block; position: relative; top: 19px;z-index: 3;}
  164. .showimg_center a.sub.left_PgUp{ left: 0px;}
  165. .showimg_center a.sub.right_PgDn{ right: 0px;}
  166. .showimg_center:hover a.sub{ opacity: 1;}
  167. .showimg_center:hover{cursor:pointer;}
  168. .lpalbumBox_l .tulist{ position: relative; margin-top: 20px;}
  169. .lpalbumBox_l .tulist a.tulist_sub{width: 38px; height: 90px; background: #ddd; display: block; position: absolute; top: 50%; margin-top: -45px; text-align: center;}
  170. .lpalbumBox_l .tulist a.tulist_sub img{ width: 8px; height: 16px; display: inline-block; position: relative; top: 35px;}
  171. .lpalbumBox_l .tulist a.tulist_sub.tulist_left{left: 0px;}
  172. .lpalbumBox_l .tulist a.tulist_sub.tulist_right{right: 0px;}
  173. .lpalbumBox_l .tulist_main{width: 751px;margin: 0 auto; height: 90px;overflow: hidden;}
  174. .lpalbumBox_l .tulist_main ul li{ width: 138px; height: 86px; border:2px solid rgba(0,0,0,0); float: left;}
  175. .lpalbumBox_l .tulist_main ul li img{ width: 100%; height: 100%;}
  176. .lpalbumBox_l .tulist a.tulist_sub:hover{background:#ccc;}
  177. .lpalbumBox_l .tulist_main ul li.on{border-color:#3072F6; }
  178. .lpalbumBox_l .tulist_main ul li:hover{border-color:#3072F6; }
  179. .lpalbumBox_l .tulist_main ul li+li{ margin-left: 10px;}
  180. .lpalbumBox_r{width: 310px; height: auto; background: #fff; float: right; padding: 15px 0 30px; border:1px solid #E7E7E7;}
  181. .lpalbumBox_r_t{font-size: 18px; color: #333;padding: 0 20px;}
  182. .lpalbumBox_rNav{ margin-top: 20px;}
  183. .lpalbumBox_rNav a{display: block; padding: 0 20px; font-size: 14px; color: #333; height: 45px; line-height: 45px;}
  184. .lpalbumBox_rNav a span{display: block; float: left;}
  185. .lpalbumBox_rNav a i{display: block; float: right;}
  186. .lpalbumBox_rNav a.on{background: #F8F8F8; color: #DD2222;}
  187. .lpalbumBox_rNav a:hover{background: #F8F8F8; color: #DD2222;}
  188. .lpalbumBox_rNav a em{position: relative; top: 14px; display: inline-block; width: 18px;height: 18px; background-size:100% 100%; margin-right: 5px; float: left; line-height: 18px;}
  189. .lpalbumBox_rNav a[album-id="0"] em{background: url('/image/v2/ico_xc0.png') no-repeat center;}
  190. .lpalbumBox_rNav a[album-id="0"]:hover em{background: url('/image/v2/ico_xc0_1.png') no-repeat center;}
  191. .lpalbumBox_rNav a[album-id="0"].on em{background: url('/image/v2/ico_xc0_1.png') no-repeat center;}
  192. .lpalbumBox_rNav a[album-id="3"] em{background: url('/image/v2/ico_xc3.png') no-repeat center;}
  193. .lpalbumBox_rNav a[album-id="3"]:hover em{background: url('/image/v2/ico_xc3_1.png') no-repeat center;}
  194. .lpalbumBox_rNav a[album-id="3"].on em{background: url('/image/v2/ico_xc3_1.png') no-repeat center;}
  195. .lpalbumBox_rNav a[album-id="5"] em{background: url('/image/v2/ico_xc5.png') no-repeat center;}
  196. .lpalbumBox_rNav a[album-id="5"]:hover em{background: url('/image/v2/ico_xc5_1.png') no-repeat center;}
  197. .lpalbumBox_rNav a[album-id="5"].on em{background: url('/image/v2/ico_xc5_1.png') no-repeat center;}
  198. .lpalbumBox_rNav a[album-id="6"] em{background: url('/image/v2/ico_xc6.png') no-repeat center;}
  199. .lpalbumBox_rNav a[album-id="6"]:hover em{background: url('/image/v2/ico_xc6_1.png') no-repeat center;}
  200. .lpalbumBox_rNav a[album-id="6"].on em{background: url('/image/v2/ico_xc6_1.png') no-repeat center;}
  201. .lpalbumBox_rNav a[album-id="10"] em{background: url('/image/v2/ico_xc10.png') no-repeat center;}
  202. .lpalbumBox_rNav a[album-id="10"]:hover em{background: url('/image/v2/ico_xc10_1.png') no-repeat center;}
  203. .lpalbumBox_rNav a[album-id="10"].on em{background: url('/image/v2/ico_xc10_1.png') no-repeat center;}
  204. .lpalbumBox_rNav a[album-id="4"] em{background: url('/image/v2/ico_xc4.png') no-repeat center;}
  205. .lpalbumBox_rNav a[album-id="4"]:hover em{background: url('/image/v2/ico_xc4_1.png') no-repeat center;}
  206. .lpalbumBox_rNav a[album-id="4"].on em{background: url('/image/v2/ico_xc4_1.png') no-repeat center;}
  207. .lpalbumBox_rNav a[album-id="9"] em{background: url('/image/v2/ico_xc9.png') no-repeat center;}
  208. .lpalbumBox_rNav a[album-id="9"]:hover em{background: url('/image/v2/ico_xc9_1.png') no-repeat center;}
  209. .lpalbumBox_rNav a[album-id="9"].on em{background: url('/image/v2/ico_xc9_1.png') no-repeat center;}
  210. .img_c_cin{position: absolute;right: 20px;top: 20px;background: rgba(0,0,0,0.5);height: 30px;line-height: 30px; font-size: 14px; color: #fff;padding: 0 15px; z-index: 2;}
  211. .showimg_center .img_c i{
  212. display:none;
  213. width: 90px;
  214. height: 90px;
  215. position: absolute;
  216. left: 50%;
  217. top: 50%;
  218. margin-top: -45px;
  219. margin-left: -45px;
  220. }
  221. .showimg_center .img_c i img{
  222. width: 100%;
  223. height: 100%;
  224. }
  225. .lpalbumBox_r .xian_m{height: 1px; width: 100%; background: #f8f8f8; margin: 16px 0;}
  226. .lpalbumBox_r .bin_f{padding: 0 20px;}
  227. .lpalbumBox_r .bin_f .bin_f_l{ float: left; width: 60px; height: 60px;}
  228. .lpalbumBox_r .bin_f .bin_f_l img{ width: 100%; height: 100%;}
  229. .lpalbumBox_r .bin_f .bin_f_r{ float: left; width: 197px; margin-left: 12px; position: relative;}
  230. .lpalbumBox_r .bin_f .bin_f_r .bin_f_text p.jjr span{font-size: 14px; color: #333; font-weight: bold;}
  231. .lpalbumBox_r .bin_f .bin_f_r .bin_f_text p.jjr em{font-size: 12px; color: #68819E;background: #F1F3F8; height: 16px;line-height: 16px; padding: 0 8px; display: inline-block; margin-left: 10px;}
  232. .lpalbumBox_r .bin_f .bin_f_r .bin_f_text p.kt{font-size: 12px; color: #656769; margin-top: 5px;}
  233. .lpalbumBox_r .bin_f .bin_f_r .bin_f_text p.kt span{color: #077AEF;padding: 0 5px;}
  234. .lpalbumBox_r .bin_f .bin_f_r .bin_f_text p.txt{font-size: 12px; color: #A4A5A6; margin-top: 5px;}
  235. .lpalbumBox_r .bin_f .bin_f_r .zixun{ position: absolute; right:-5px; top: 10px; }
  236. .lpalbumBox_r .bin_f .bin_f_r .zixun a{ display: block; font-size: 11px; color:#fff; border: 1px solid #077AEF; border-radius: 17px; background: #077AEF; height: 34px; line-height: 32px; padding: 0 10px; }
  237. .lpalbumBox_r .bin_f .bin_f_r .zixun a i{ width: 15px; height: 15px; display: inline-block; margin-right: 5px; line-height: 15px;}
  238. .lpalbumBox_r .bin_f .bin_f_r .zixun a i img{ width: 100%;height: 100%;}
  239. .telBox{
  240. text-align: center;
  241. width: 80%;
  242. margin: 0 auto;
  243. margin-top: 30px;
  244. }
  245. .telBox span{
  246. border-radius: 6px;
  247. border: 2px solid #DD2222;
  248. font-weight: bold;
  249. font-size: 20px;
  250. color: #DD2222;
  251. height: 42px;
  252. line-height: 42px;
  253. display: -webkit-flex; /* Safari */
  254. display: flex;
  255. align-items:center;
  256. justify-content:center;
  257. }
  258. .telBox span img{
  259. display: inline-block;
  260. width: 16px;
  261. height: 17px;
  262. line-height: 17px;
  263. margin-right: 10px;
  264. }
  265. /*弹窗 图片放大特效*/
  266. .weffects {position:fixed;top:0;bottom:0;left:0;width:100%;z-index:1100;background:rgba(0,0,0,1);display:none;}
  267. .weffects-cls {display:inline-block;width:30px;height:30px;position:absolute;top:60px;right:80px;z-index:100;}
  268. .weffects-cls img {display:inline-block;width:100%;height:100%;}
  269. .magnify-box {display:block;width:100%;height:80%;
  270. display: -webkit-flex;
  271. display: flex;
  272. flex-wrap: nowrap;
  273. align-items:center;
  274. justify-content:center;
  275. }
  276. .magnify-box img {display:inline-block;max-width:886px;max-height:638px;}
  277. .weffects .prev-btn {position:absolute;top:50%;left:116px;width:35px;height:62px;margin-top:-31px;z-index:100;}
  278. .weffects .prev-btn img {display:inline-block;width:35px;height:62px;}
  279. .weffects .next-btn {position:absolute;top:50%;right:116px;width:35px;height:62px;margin-top:-31px;z-index:100;
  280. transform:rotate(180deg);
  281. -ms-transform:rotate(180deg); /* IE 9 */
  282. -moz-transform:rotate(180deg); /* Firefox */
  283. -webkit-transform:rotate(180deg);
  284. -o-transform:rotate(180deg); /* Opera */
  285. }
  286. .next-btn img {display:inline-block;width:35px;height:62px;}
  287. .weffects-box {position:absolute;left:0;bottom:20px;height:auto;width:100%;background:rgba(0,0,0,0.8);}
  288. .weffects-list {width:1200px;margin:0 auto;}
  289. .weffects-list-nav {width: 1100px; margin: 0 auto; margin-bottom: 20px;}
  290. .weffects-list-nav a {font-size:13px;color:#666666;padding:13px 0;display:inline-block; border-bottom: 2px solid #000;}
  291. .weffects-list-nav a + a {display:inline-block;margin-left:30px;}
  292. .weffects-list-nav a.on {color:#fff; border-bottom-color:#DD2222; }
  293. .weffects-list-imgbox{
  294. width: 100%;
  295. position: relative;
  296. height: auto;
  297. }
  298. .weffects-list-img { margin: 0 auto; width:1090px;overflow: hidden;}
  299. .weffects-list-img ul li {display:inline-block;width:146px;height:90px;border:1px solid #fff;}
  300. .weffects-list-img ul li.in {border-color:#DD2222}
  301. .weffects-list-img ul li:last-child {margin-left:0px;}
  302. .weffects-list-img ul li > img {display:inline-block;width:100%;height:100%;}
  303. .weffects-list-img .swiper-button-next, .weffects-list-img .swiper-button-prev{
  304. width: 22px;
  305. height: 22px;
  306. opacity: 1;
  307. top: 50%;
  308. margin-top: -11px;
  309. }
  310. .weffects-list-img .swiper-button-next{
  311. background:url('/image/v2/ico_i22_1.png') no-repeat center;
  312. background-size:100% 100%;
  313. right: 0px;
  314. }
  315. .weffects-list-img .swiper-button-prev{
  316. background:url('/image/v2/ico_i21_1.png') no-repeat center;
  317. background-size:100% 100%;
  318. left: 0px;
  319. }
  320. .magnify-box .vidplay{
  321. width: 100%;
  322. height: 100%;
  323. position: relative;
  324. }
  325. .magnify-box .vidplay p{
  326. width: 100%;
  327. height: 100%;
  328. position: absolute;
  329. left: 50%;
  330. top: 50%;
  331. margin-left: -443px;
  332. margin-top: -319px;
  333. z-index: 5;
  334. }
  335. .magnify-box .vidplay p img{
  336. width: 100%;
  337. height:100%;
  338. }
  339. .magnify-box .vidplay i{
  340. display: inline-block;
  341. width: 90px;
  342. height: 90px;
  343. position: absolute;
  344. left: 50%;
  345. top: 50%;
  346. margin-left: -45px;
  347. margin-top: -45px;
  348. z-index: 6;
  349. }
  350. .magnify-box .vidplay i img{
  351. width: 100%;
  352. height: 100%;
  353. }
  354. .magnify-box .vidplay video{
  355. display: inline-block;
  356. width: 100%;
  357. height: 100%;
  358. max-width:886px;
  359. max-height: 638px;
  360. position: absolute;
  361. left: 50%;
  362. top: 50%;
  363. margin-left: -443px;
  364. margin-top: -319px;
  365. z-index: 4;
  366. }