global.scss 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784
  1. @charset "UTF-8";
  2. @import "lego/lego";
  3. /* S ZhuanTi Common */
  4. $main_width: 1000px;
  5. $yahei: "Microsoft YaHei", SimHei, sans-serif;
  6. html {
  7. font-size: 12px;
  8. overflow-y: scroll;
  9. font-family: $yahei;
  10. text-rendering: optimizeLegibility;
  11. -webkit-font-smoothing: antialiased;
  12. }
  13. body {
  14. a {
  15. text-decoration: none;
  16. &:hover {
  17. text-decoration: underline;
  18. }
  19. }
  20. p, a, span, em, i, h1, h2, h3, h4, h5, h6{
  21. text-rendering: optimizeLegibility;
  22. -webkit-font-smoothing: antialiased;
  23. }
  24. }
  25. body{
  26. // background: url(../img/bottom.jpg) bottom no-repeat;
  27. background-color: #000611;
  28. }
  29. /* S warpper */
  30. .wrapper{
  31. background: url(../img/bg.jpg) center top no-repeat;
  32. position: relative;
  33. }
  34. .wrapper-inner{
  35. background: url(../img/bg-inner.jpg) center top no-repeat;
  36. position: relative;
  37. }
  38. .aside-bar{
  39. position: fixed;
  40. width: 144px;
  41. height: 292px;
  42. background: url(../img/aside-bg.png) no-repeat;
  43. right: 2%;
  44. top: 50%;
  45. margin-top: -146px;
  46. z-index: 9999;
  47. ul{
  48. padding-top: 23px;
  49. }
  50. li{
  51. a{
  52. line-height: 40px;
  53. text-align: center;
  54. color: #b28e5d;
  55. font-size: 16px;
  56. display: block;
  57. &:hover{
  58. color: #ffd59c;
  59. text-decoration: none;
  60. }
  61. }
  62. }
  63. .nav-title{
  64. position: absolute;
  65. top: -50px;
  66. left: 50%;
  67. text-indent: -9999px;
  68. transition: opacity ease 300ms;
  69. &:hover{
  70. opacity: 0.8;
  71. }
  72. &.title1{
  73. width: 112px;
  74. height: 20px;
  75. background: url(../img/nav-title1.png) no-repeat;
  76. margin-left: -56px;
  77. }
  78. &.title2{
  79. width: 176px;
  80. height: 20px;
  81. background: url(../img/nav-title2.png) no-repeat;
  82. margin-left: -88px;
  83. }
  84. &.title3{
  85. width: 180px;
  86. height: 20px;
  87. background: url(../img/nav-title3.png) no-repeat;
  88. margin-left: -90px;
  89. }
  90. &.title4{
  91. width: 155px;
  92. height: 20px;
  93. background: url(../img/nav-title4.png) no-repeat;
  94. margin-left: -77px;
  95. }
  96. &.title5{
  97. width: 112px;
  98. height: 20px;
  99. background: url(../img/nav-title5.png) no-repeat;
  100. margin-left: -56px;
  101. }
  102. }
  103. }
  104. .wrapout{
  105. min-width: $main_width;
  106. }
  107. .wrapin{
  108. width: $main_width;
  109. margin: 0 auto;
  110. position: relative;
  111. }
  112. .title-time{
  113. font-size: 20px;
  114. color: #ba9454;
  115. width: 250px;
  116. margin: 0 auto;
  117. text-align: center;
  118. padding-top: 636px;
  119. }
  120. .section-1{
  121. width: 617px;
  122. margin: 70px auto 0;
  123. h2{
  124. font-size: 16px;
  125. color: #caa26c;
  126. text-align: center;
  127. margin-bottom: 16px;
  128. }
  129. .slide-box{
  130. width: 100%;
  131. height: 146px;
  132. background: url(../img/section-1.png) no-repeat;
  133. }
  134. .gift-list__bd{
  135. position: relative;
  136. height: 100%;
  137. }
  138. ul{
  139. font-size: 0;
  140. height: 108px;
  141. // width: 10000px;
  142. }
  143. .list-con{
  144. width: 535px;
  145. overflow: hidden;
  146. height: 100px;
  147. margin: 0 auto;
  148. padding-top: 32px;
  149. }
  150. .list-item{
  151. @include inline-block;
  152. padding-right: 6px;
  153. position: relative;
  154. margin-bottom: 10px;
  155. &:hover{
  156. .gift-des{
  157. display: block;
  158. }
  159. }
  160. img{
  161. display: block;
  162. width: 128px;
  163. height: 72px;
  164. }
  165. }
  166. .gift-des{
  167. // font-size: 0;
  168. width: 100%;
  169. div{
  170. display: inline-block;
  171. *display: inline;
  172. zoom:1;
  173. vertical-align: middle;
  174. font-size: 12px;
  175. text-align: center;
  176. color:#d1b897;
  177. line-height: 28px;
  178. width: 100%;
  179. }
  180. i{
  181. display:inline-block;
  182. width: 0;
  183. height: 100%;
  184. vertical-align: middle;
  185. }
  186. }
  187. .btn-prev,.btn-next{
  188. position: absolute;
  189. top:50%;
  190. margin-top: -12px;
  191. width: 14px;
  192. height: 24px;
  193. cursor:pointer;
  194. z-index: 999;
  195. }
  196. .btn-prev{
  197. left:16px;
  198. background: url(../img/icon-prev.png) no-repeat;
  199. &:hover{
  200. opacity: 0.8;
  201. }
  202. }
  203. .btn-next{
  204. right: 16px;
  205. background: url(../img/icon-next.png) no-repeat;
  206. &:hover{
  207. opacity: 0.8;
  208. }
  209. }
  210. &.is-short{
  211. width: 1188px - 242;
  212. margin-left: -(1188px - 242) / 2;
  213. .list-con{
  214. width: 1184px - 242;
  215. }
  216. }
  217. }
  218. .bbsparty {
  219. width: 1000px;
  220. margin-left: auto;
  221. margin-right: auto;
  222. padding-top: 78px
  223. }
  224. .bbsparty .bbsparty-title {
  225. font-size: 0;
  226. margin-bottom: 21px;
  227. height: 44px
  228. }
  229. .bbsparty-editor{
  230. .bbsparty-title{
  231. width: 137px;
  232. background: url(../img/bg-title-editor.png) no-repeat;
  233. }
  234. }
  235. .bbsparty-player{
  236. .bbsparty-title{
  237. width: 137px;
  238. background: url(../img/bg-title-player.png) no-repeat;
  239. }
  240. }
  241. .bbsparty-wall{
  242. .bbsparty-title{
  243. width: 137px;
  244. background: url(../img/bg-title-wall.png) no-repeat;
  245. }
  246. }
  247. .bbsparty-act{
  248. .bbsparty-title{
  249. width: 137px;
  250. background: url(../img/bg-title-act.png) no-repeat;
  251. }
  252. }
  253. .bbsparty-hot{
  254. .bbsparty-title{
  255. width: 137px;
  256. background: url(../img/bg-title-hot.png) no-repeat;
  257. }
  258. }
  259. .bbsparty-editor__editorbox{
  260. padding-top: 18px;
  261. margin-bottom: 32px;
  262. }
  263. .editorbox__con{
  264. margin-bottom: 32px;
  265. }
  266. .ui-slide{
  267. width: 1000px;
  268. height: 414px;
  269. }
  270. .ui-slide__prev,
  271. .ui-slide__next{
  272. width: 42px;
  273. height: 70px;
  274. margin-top: -50px;
  275. z-index: 888;
  276. }
  277. .ui-slide__prev{
  278. left: 10px;
  279. background: url(../img/icon-prev2.png) no-repeat;
  280. &:hover{
  281. background: url(../img/icon-prev2-hover.png) no-repeat;
  282. }
  283. }
  284. .ui-slide__next{
  285. right: 10px;
  286. background: url(../img/icon-next2.png) no-repeat;
  287. &:hover{
  288. background: url(../img/icon-next2-hover.png) no-repeat;
  289. }
  290. }
  291. .ui-slide__trigger{
  292. font-size: 0;
  293. text-align: center;
  294. padding: 24px 0;
  295. li{
  296. @include inline-block;
  297. width: 10px;
  298. height: 10px;
  299. border-radius: 50%;
  300. margin:0 6px;
  301. background-color: #888d8d;
  302. cursor:pointer;
  303. &.is-active{
  304. background-color: #ffe79c;
  305. }
  306. }
  307. }
  308. .ui-slide__link{
  309. display: block;
  310. width: 100%;
  311. height: 100%;
  312. position: relative;
  313. &:hover{
  314. text-decoration: none;
  315. }
  316. }
  317. .editorbox-list{
  318. width: 500px - 28 * 2;
  319. height: 414px - 20;
  320. padding: 20px 28px 0;
  321. background-color: #e5caa1;
  322. h3{
  323. font-size: 18px;
  324. color:#333333;
  325. line-height: 24px;
  326. }
  327. p{
  328. color:#333333;
  329. line-height: 24px;
  330. position: relative;
  331. padding-left: 74px;
  332. font-size: 14px;
  333. span{
  334. line-height: 24px;
  335. position: absolute;
  336. font-weight: 700;
  337. left:0px;
  338. top:0px;
  339. }
  340. }
  341. }
  342. .editorbox-author{
  343. position: absolute;
  344. left:432px;
  345. top:0px;
  346. height: 414px;
  347. width: 500px;
  348. z-index: 999;
  349. .editorbox-list{
  350. display:none;
  351. }
  352. }
  353. .bbsparty-editor__video{
  354. width: 100%;
  355. height: 100%;
  356. position: fixed;
  357. left:0px;
  358. top:0px;
  359. z-index: 99999;
  360. display: none;
  361. .video-box{
  362. width: 880px;
  363. height: 570px;
  364. position: absolute;
  365. left:50%;
  366. top:50%;
  367. margin-left: -440px;
  368. margin-top: -285px;
  369. z-index: 3;
  370. }
  371. .hide{
  372. display: none;
  373. }
  374. }
  375. .bbsparty-editor__comment{
  376. background-color: #191919;
  377. margin: 40px 0;
  378. min-height: 300px;
  379. }
  380. .bbsparty-act-list{
  381. margin-top: 210px;
  382. background: url(../img/bg-2.png) no-repeat;
  383. width: 1000px;
  384. height: 360px;
  385. ul{
  386. width: 100%;
  387. @include clearfix;
  388. }
  389. li{
  390. width: 33.3%;
  391. height: 180px;
  392. float: left;
  393. position: relative;
  394. }
  395. .list-item{
  396. position: absolute;
  397. transition: all 300ms ease;
  398. // height: 306px;
  399. left: 50%;
  400. width: 242px;
  401. top: 23px;
  402. padding-bottom: 12px;
  403. margin-left: -121px;
  404. background-color: none;
  405. &:hover{
  406. background-color: #393431;
  407. top: -150px;
  408. .top3, .top4{
  409. display: block;
  410. }
  411. }
  412. .top1{
  413. text-align: center;
  414. margin-top: 23px;
  415. @include nowrap;
  416. width: 100%;
  417. overflow: hidden;
  418. em{
  419. width: 62px;
  420. height: 50px;
  421. display: inline-block;
  422. vertical-align: text-bottom;
  423. }
  424. .num01{
  425. background: url(../img/act-01.png) center no-repeat;
  426. }
  427. .num02{
  428. background: url(../img/act-02.png) center no-repeat;
  429. }
  430. .num03{
  431. background: url(../img/act-03.png) center no-repeat;
  432. }
  433. .num04{
  434. background: url(../img/act-04.png) center no-repeat;
  435. }
  436. .num05{
  437. background: url(../img/act-05.png) center no-repeat;
  438. }
  439. .num06{
  440. background: url(../img/act-06.png) center no-repeat;
  441. }
  442. span{
  443. color: #c6332b;
  444. font-size: 24px;
  445. display: inline-block;
  446. line-height: 26px;
  447. vertical-align: text-bottom;
  448. }
  449. }
  450. .top2{
  451. color: #ffffff;
  452. font-size: 16px;
  453. text-align: center;
  454. margin: 16px 0 0;
  455. }
  456. .top3{
  457. display: none;
  458. font-size: 14px;
  459. color: #958980;
  460. padding: 36px 16px 15px;
  461. line-height: 22px;
  462. height: 110px;
  463. overflow: hidden;
  464. strong{
  465. color: #c0a176;
  466. font-weight: 700;
  467. }
  468. }
  469. .top4{
  470. display: none;
  471. text-align: center;
  472. a{
  473. font-size: 14px;
  474. color: #ffe79c;
  475. &:hover{
  476. text-decoration: underline;
  477. }
  478. }
  479. }
  480. }
  481. }
  482. .bbsparty-player{
  483. .mod-pic{
  484. overflow: hidden;
  485. }
  486. .bbsparty-player-btn{
  487. width: 100%;
  488. overflow: hidden;
  489. margin-bottom: 12px;
  490. span{
  491. color: #fff;
  492. line-height: 30px;
  493. width: 70px;
  494. background: #ea195a;
  495. text-align: center;
  496. float: right;
  497. cursor: pointer;
  498. font-size: 14px;
  499. &:hover{
  500. opacity: 0.8;
  501. }
  502. }
  503. }
  504. .mod-tips{
  505. height: 700px;
  506. color: #ffe79c;
  507. font-size: 30px;
  508. text-align: center;
  509. padding-top: 140px;
  510. }
  511. }
  512. .bbsparty-player__con{
  513. .hide{
  514. display: none;
  515. }
  516. }
  517. .mod-pic{
  518. font-size: 0;
  519. margin-right: -36px;
  520. }
  521. .mod-pic__list{
  522. width: 310px;
  523. @include inline-block;
  524. margin-right: 35px;
  525. margin-bottom: 50px;
  526. transition:all ease-in .2s;
  527. &:hover{
  528. box-shadow: 0 0 3px 1px rgba(#000,.3);
  529. a{
  530. text-decoration: none;
  531. }
  532. }
  533. a,img{
  534. display: block;
  535. }
  536. .mod-pic__link,img{
  537. width: 310px;
  538. height: 174px;
  539. }
  540. .mod-pic__link{
  541. position: relative;
  542. overflow: hidden;
  543. .link-mes{
  544. position: absolute;
  545. width: 300px;
  546. height: 40px;
  547. left:0px;
  548. bottom:0px;
  549. text-align: right;
  550. padding: 0 5px;
  551. background: url(../img/bg-shadow.png) bottom repeat-x;
  552. font-size: 14px;
  553. color:#fff;
  554. line-height: 46px;
  555. transition: bottom ease-in .2s;
  556. i{
  557. background: url(../img/icon-video.png) no-repeat;
  558. position: absolute;
  559. left:5px;
  560. top:50%;
  561. margin-top: -14px;
  562. width: 28px;
  563. height: 28px;
  564. }
  565. }
  566. .icon-play{
  567. width: 55px;
  568. height: 55px;
  569. position: absolute;
  570. left:50%;
  571. top:50%;
  572. margin-top: -23px;
  573. margin-left: -23px;
  574. background: url(../img/icon-play.png) no-repeat;
  575. }
  576. &:hover{
  577. .mod-pic-covershadow{
  578. top:0px;
  579. }
  580. .link-mes{
  581. bottom: -32px !important ;
  582. }
  583. }
  584. }
  585. .mod-pic-covershadow{
  586. width: 100%;
  587. height: 100%;
  588. position: absolute;
  589. left:0px;
  590. top: 100%;
  591. @include transparent(#000,.6);
  592. // transition: top ease-in .3s;
  593. }
  594. .mod-pic__tit{
  595. font-size: 14px;
  596. color:#ffd59c;
  597. line-height: 20px;
  598. overflow: hidden;
  599. padding-top: 7px;
  600. margin-bottom: 8px;
  601. }
  602. }
  603. .bbsparty-wall{
  604. .mod-wall{
  605. margin-top: 30px;
  606. padding-bottom: 50px;
  607. height: 750px;
  608. @include clearfix;
  609. }
  610. .mod-aside{
  611. float: left;
  612. width: 300px;
  613. height: 100%;
  614. background: #23201e;
  615. .aside-inner{
  616. padding: 20px;
  617. }
  618. .user-info{
  619. @include clearfix;
  620. margin: 10px 0;
  621. .avatar{
  622. float: left;
  623. width: 40px;
  624. height: 40px;
  625. margin-right: 10px;
  626. img{
  627. display: block;
  628. width: 100%;
  629. overflow: hidden;
  630. }
  631. }
  632. em{
  633. float: left;
  634. line-height: 40px;
  635. color: #d8b07a;
  636. font-size: 14px;
  637. }
  638. }
  639. textarea{
  640. background: #191715;
  641. border: none;
  642. margin: 0;
  643. width: 230px;
  644. height: 160px;
  645. line-height: 32px;
  646. resize: none;
  647. outline: none;
  648. font-size: 14px;
  649. color: #4b4744;
  650. padding: 0 15px;
  651. }
  652. .tips{
  653. line-height: 44px;
  654. color: #b28e5d;
  655. font-size: 14px;
  656. }
  657. .cont{
  658. background: #191715;
  659. color: #4b4744;
  660. font-size: 14px;
  661. padding: 5px 8px;
  662. line-height: 24px;
  663. margin-bottom: 40px;
  664. }
  665. .m-btn{
  666. line-height: 46px;
  667. color: #fff;
  668. width: 100%;
  669. cursor: pointer;
  670. font-size: 14px;
  671. text-align: center;
  672. margin-bottom: 20px;
  673. &:hover{
  674. opacity: 0.8;
  675. }
  676. &.type1{
  677. background: #23964e;
  678. }
  679. &.type2{
  680. background: #314d88;
  681. }
  682. &.type3{
  683. background: #9b1109;
  684. }
  685. }
  686. }
  687. .mod-content{
  688. margin-left: 300px;
  689. height: 710px;
  690. background: #292623;
  691. padding: 20px 0;
  692. position: relative;
  693. .content-inner{
  694. margin: 0 20px;
  695. height: 100%;
  696. overflow: auto;
  697. &::-webkit-scrollbar {
  698. width: 8px;
  699. height: 8px;
  700. }
  701. &::-webkit-scrollbar-track {
  702. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  703. border-radius: 5px;
  704. background-color: #23201e;
  705. }
  706. &::-webkit-scrollbar-thumb {
  707. border-radius: 10px;
  708. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  709. background-color: #85663d;
  710. }
  711. }
  712. .mask-top{
  713. position: absolute;
  714. background: url(../img/text-bg1.png) top no-repeat;
  715. top: 20px;
  716. left: 0;
  717. height: 70px;
  718. width: 100%;
  719. }
  720. .mask-bottom{
  721. position: absolute;
  722. background: url(../img/text-bg2.png) bottom no-repeat;
  723. bottom: 20px;
  724. left: 0;
  725. height: 70px;
  726. width: 100%;
  727. }
  728. ul{
  729. }
  730. li{
  731. margin-top: 20px;
  732. margin-bottom: 30px;
  733. .avatar{
  734. float: left;
  735. width: 40px;
  736. height: 40px;
  737. img{
  738. display: block;
  739. overflow: hidden;
  740. width: 100%;
  741. }
  742. }
  743. .cont{
  744. margin-left: 50px;
  745. }
  746. h4{
  747. color: #ffe79c;
  748. font-size: 14px;
  749. }
  750. p{
  751. font-size: 14px;
  752. color: #b28e5d;
  753. line-height: 22px;
  754. }
  755. }
  756. }
  757. }