global.scss 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838
  1. @charset "UTF-8";
  2. $yahei: "Microsoft YaHei",
  3. SimHei,
  4. sans-serif;
  5. $maincolor: #d90639;
  6. $highcolor: #0794ff;
  7. $titleFont: PingFang sc,
  8. "Helvetica Neue",
  9. Helvetica,
  10. Tahoma,
  11. Arial,
  12. "Liberation Sans",
  13. "Hiragino Sans GB",
  14. "Source Han Sans CN",
  15. "Source Han Sans SC",
  16. "Microsoft YaHei",
  17. "Wenquanyi Micro Hei",
  18. "WenQuanYi Zen Hei",
  19. "ST Heiti",
  20. SimHei,
  21. "WenQuanYi Zen Hei Sharp",
  22. sans-serif;
  23. @import "lego/base";
  24. @import "base/mixins";
  25. @import "base/ui-dialog";
  26. .clearfix {
  27. *zoom: 1;
  28. }
  29. .clearfix:after,
  30. .clearfix:before {
  31. content: "";
  32. display: table;
  33. line-height: 0;
  34. }
  35. .clearfix:after {
  36. clear: both;
  37. }
  38. .fr {
  39. float: right;
  40. }
  41. .fl {
  42. float: left;
  43. }
  44. .show {
  45. display: block;
  46. }
  47. .hide {
  48. display: none;
  49. }
  50. .mt20 {
  51. margin-top: 20px;
  52. }
  53. @mixin ellipsis {
  54. max-width: 100%;
  55. text-overflow: ellipsis;
  56. -ms-text-overflow: ellipsis;
  57. overflow: hidden;
  58. white-space: nowrap;
  59. display: block;
  60. }
  61. .nicescroll-rails {
  62. width: 10px !important;
  63. background-color: #4E4E4E !important;
  64. margin-left: 6px;
  65. div {
  66. width: 10px !important;
  67. background: #CACACA !important;
  68. }
  69. }
  70. .pc-page-index {
  71. overflow: hidden;
  72. padding: 606px 0 16px;
  73. position: relative;
  74. background: #05032a url(/src/img/bg.jpg) no-repeat top center;
  75. a {
  76. color: #fff;
  77. &:hover {
  78. // color: #e54747;
  79. // text-decoration: underline;
  80. text-decoration: none;
  81. }
  82. }
  83. .highlight {
  84. color: #e54747;
  85. }
  86. .bg-hyaline {
  87. height: 100%;
  88. width: 100%;
  89. position: absolute;
  90. top: 0;
  91. left: 0;
  92. z-index: -1;
  93. }
  94. .mod-title {
  95. overflow: hidden;
  96. h2 {
  97. font-size: 22px;
  98. // line-height: 60px;
  99. float: left;
  100. margin-bottom: 22px;
  101. span {
  102. color: #e54747;
  103. }
  104. }
  105. .more-link {
  106. font-size: 12px;
  107. // line-height: 48px;
  108. margin: 10px 2px 0 0;
  109. float: right;
  110. padding-right: 13px;
  111. background: url(/src/img/bg-more.png) no-repeat right center;
  112. &:hover {
  113. color: #e54747;
  114. background-image: url(/src/img/bg-more-h.png);
  115. text-decoration: none;
  116. }
  117. }
  118. }
  119. .page-inner {
  120. width: 1136px;
  121. margin: 0 auto;
  122. font-family: '微软雅黑';
  123. color: #fff;
  124. .mod-menu {
  125. position: relative;
  126. z-index: 3;
  127. overflow: hidden;
  128. li {
  129. height: 90px;
  130. width: 189px;
  131. float: left;
  132. text-align: center;
  133. text-transform: uppercase;
  134. &:hover,
  135. &.is-active {
  136. background: #CB4142;
  137. }
  138. &.item1,
  139. &.item6 {
  140. width: 190px;
  141. }
  142. a {
  143. height: 100%;
  144. width: 100%;
  145. color: #fff;
  146. display: block;
  147. &:hover {
  148. text-decoration: none;
  149. }
  150. }
  151. p {
  152. font-size: 22px;
  153. line-height: 31px;
  154. padding-top: 23px;
  155. }
  156. span {
  157. font-size: 12px;
  158. line-height: 19px;
  159. }
  160. }
  161. .bg-hyaline {
  162. background: #000;
  163. opacity: 0.87;
  164. filter: alpha(opacity=87);
  165. }
  166. }
  167. .mod-main {
  168. background: #000;
  169. padding: 20px 20px 0px;
  170. overflow: hidden;
  171. &:last-child{
  172. padding-bottom: 22px;
  173. }
  174. .main-left {
  175. width: 700px;
  176. .mod-match {
  177. overflow: hidden;
  178. .match-part {
  179. background: #363636;
  180. }
  181. .tab-title {
  182. padding: 10px 0;
  183. background: #363636;
  184. ul {
  185. display: table;
  186. margin: 0 auto;
  187. overflow: hidden;
  188. li {
  189. // height: 29px;
  190. float: left;
  191. font-size: 14px;
  192. // line-height: 26px;
  193. text-align: center;
  194. // cursor: pointer;
  195. position: relative;
  196. // &:hover,&.is-active{
  197. // color: #ca4142;
  198. // &::after{
  199. // content: '';
  200. // height: 3px;
  201. // width: 30px;
  202. // background: #CB4242;
  203. // position: absolute;
  204. // bottom: 0;
  205. // left: 50%;
  206. // margin-left: -15px;
  207. // }
  208. // }
  209. }
  210. }
  211. }
  212. .tab-content {
  213. overflow: hidden;
  214. img {
  215. height: 25px;
  216. }
  217. }
  218. .match-info {
  219. width: 700px;
  220. background: #1e1e1e;
  221. .tab-switch{
  222. padding: 10px 0;
  223. background: #363636;
  224. margin-bottom: 16px;
  225. ul {
  226. display: flex;
  227. margin: 0 auto;
  228. overflow: hidden;
  229. justify-content: space-around;
  230. li {
  231. height: 29px;
  232. float: left;
  233. font-size: 14px;
  234. line-height: 26px;
  235. text-align: center;
  236. cursor: pointer;
  237. position: relative;
  238. &:hover,&.is-active{
  239. color: #ca4142;
  240. &::after{
  241. content: '';
  242. height: 2px;
  243. width: 30px;
  244. background: #CB4242;
  245. position: absolute;
  246. bottom: 0;
  247. left: 50%;
  248. margin-left: -15px;
  249. }
  250. }
  251. }
  252. }
  253. }
  254. .tab-title {
  255. ul {
  256. li {
  257. width: 140px;
  258. &::after{
  259. display: block;
  260. content: '';
  261. width: 1px;
  262. height: 6px;
  263. background: #000;
  264. position: absolute;
  265. right: 0;
  266. top: 50%;
  267. transform: translateY(-50%);
  268. }
  269. &:last-child{
  270. &::after{
  271. display: none;
  272. }
  273. }
  274. }
  275. }
  276. }
  277. .tab-content {
  278. height: 213px;
  279. .content-item {
  280. // padding: 0 29px 0 17px;
  281. table {
  282. width: 100%;
  283. font-size: 12px;
  284. color: #fff;
  285. text-align: center;
  286. tr {
  287. height: 51px;
  288. border-top: 1px #000 solid;
  289. text-transform: uppercase;
  290. td {
  291. line-height: 51px;
  292. width: 140px;
  293. img {
  294. display: inline-block;
  295. vertical-align: middle;
  296. margin-top: -3px;
  297. }
  298. &.td-item1 {
  299. line-height: 26px;
  300. div {
  301. position: relative;
  302. display: block;
  303. background: #462626;
  304. width: 120px;
  305. height: 26px;
  306. margin-left: 10px;
  307. padding: 0 5px;
  308. &::after {
  309. display: block;
  310. content: '';
  311. position: absolute;
  312. right: -5px;
  313. bottom: 0;
  314. border-style: solid;
  315. border-width: 5px;
  316. border-color: transparent transparent #462626 transparent;
  317. }
  318. span {
  319. display: block;
  320. width: 100%;
  321. overflow: hidden;
  322. text-overflow: ellipsis;
  323. white-space: nowrap;
  324. }
  325. }
  326. }
  327. &.td-item2 {
  328. img {
  329. // margin-right: 6px;
  330. }
  331. }
  332. &.td-item3 {
  333. display: flex;
  334. span{
  335. display: inline-block !important;
  336. overflow: hidden;
  337. }
  338. .winner {
  339. color: #e54747;
  340. }
  341. .score {
  342. padding: 0 5px;
  343. }
  344. .right,.left{
  345. width: 50px;
  346. text-align: center;
  347. @include ellipsis();
  348. }
  349. }
  350. &.td-item4 {
  351. img {
  352. // margin-left: 6px;
  353. }
  354. }
  355. &.last-item {
  356. width: 117px;
  357. }
  358. &.td-item5 {
  359. span {
  360. display: block;
  361. width: inherit;
  362. overflow: hidden;
  363. text-overflow: ellipsis;
  364. white-space: nowrap;
  365. }
  366. }
  367. .btn {
  368. height: 26px;
  369. width: 51px;
  370. display: block;
  371. border-radius: 2px;
  372. font-size: 14px;
  373. color: #fff;
  374. line-height: 26px;
  375. text-align: center;
  376. margin: 0 auto;
  377. &.btn-playback {
  378. border: 1px solid #e54747;
  379. background: #6e2222;
  380. }
  381. &.btn-live {
  382. border: 1px solid #01ffff;
  383. background: #1556b7;
  384. }
  385. }
  386. }
  387. }
  388. }
  389. }
  390. }
  391. }
  392. .match-rank {
  393. width: 245px;
  394. font-size: 12px;
  395. overflow: hidden;
  396. .tab-switch {
  397. border-bottom: 1px #000 solid;
  398. ul {
  399. li {
  400. width: 75px;
  401. }
  402. }
  403. }
  404. .tab-content {
  405. height: 178px;
  406. }
  407. .part-head,
  408. .part-body {
  409. padding: 0 7px 0 6px;
  410. text-align: center;
  411. }
  412. .part-head {
  413. padding-top: 2px;
  414. overflow: hidden;
  415. li {
  416. height: 32px;
  417. width: 58px;
  418. float: left;
  419. font-size: 14px;
  420. line-height: 32px;
  421. }
  422. }
  423. table {
  424. width: 100%;
  425. tr {
  426. height: 34px;
  427. td {
  428. width: 58px;
  429. }
  430. }
  431. }
  432. }
  433. }
  434. .mod-slider {
  435. height: 320px;
  436. overflow: hidden;
  437. position: relative;
  438. margin-top: 20px;
  439. .slider-main {
  440. height: 316px;
  441. overflow: hidden;
  442. ul {
  443. width: 3500px;
  444. li {
  445. height: 316px;
  446. width: 700px;
  447. float: left;
  448. position: relative;
  449. overflow: hidden;
  450. img {
  451. min-height: 100%;
  452. width: 100%;
  453. display: block;
  454. }
  455. .txtbox {
  456. position: absolute;
  457. bottom: 0;
  458. left: 0;
  459. right: 0;
  460. background: url(/src/img/bg-gradual1.png) repeat-x bottom left;
  461. padding: 100px 20px 16px;
  462. h3,
  463. p {
  464. @include ellipsis;
  465. }
  466. h3 {
  467. font-size: 24px;
  468. line-height: 38px;
  469. }
  470. p {
  471. font-size: 14px;
  472. line-height: 26px;
  473. }
  474. }
  475. }
  476. }
  477. }
  478. .slide-dot-nav {
  479. height: 4px;
  480. li {
  481. height: 100%;
  482. width: 137.6px;
  483. background: #fff;
  484. margin-left: 3px;
  485. cursor: pointer;
  486. float: left;
  487. &:first-child {
  488. margin-left: 0;
  489. }
  490. &:hover,
  491. &.is-active {
  492. background: #E54747;
  493. }
  494. }
  495. }
  496. }
  497. .mod-video {
  498. .mod-inner {
  499. height: 286px;
  500. overflow: hidden;
  501. ul {
  502. li {
  503. height: 143px;
  504. width: 157px;
  505. float: left;
  506. margin-right: 13px;
  507. font-size: 12px;
  508. a:hover {
  509. .txtbox {
  510. color: #e54747;
  511. }
  512. }
  513. .imgbox {
  514. height: 86px;
  515. overflow: hidden;
  516. position: relative;
  517. img {
  518. min-height: 100%;
  519. width: 100%;
  520. display: block;
  521. }
  522. .float-info {
  523. height: 22px;
  524. position: absolute;
  525. bottom: 0;
  526. left: 0;
  527. right: 0;
  528. padding: 100px 5px 0;
  529. background: url(/src/img/bg-gradual2.png) repeat-x bottom left;
  530. span {
  531. height: 16px;
  532. width: 16px;
  533. float: left;
  534. display: block;
  535. margin-top: 3px;
  536. background: url(/src/img/video-play.png) no-repeat center;
  537. }
  538. em {
  539. float: right;
  540. line-height: 22px;
  541. }
  542. }
  543. }
  544. .txtbox {
  545. height: 40px;
  546. line-height: 20px;
  547. padding-top: 10px;
  548. overflow: hidden;
  549. display: -webkit-box;
  550. -webkit-box-orient: vertical;
  551. -webkit-line-clamp: 2;
  552. }
  553. }
  554. }
  555. }
  556. }
  557. }
  558. .main-right {
  559. width: 364px;
  560. .mod-news {
  561. a:hover {
  562. color: #e54747;
  563. }
  564. .top-new {
  565. text-align: center;
  566. margin-bottom: 8px;
  567. .top-new-tit {
  568. height: 34px;
  569. font-size: 18px;
  570. font-weight: bold;
  571. line-height: 34px;
  572. p {
  573. @include ellipsis;
  574. }
  575. }
  576. .top-new-sub {
  577. height: 31px;
  578. max-width: 100%;
  579. overflow: hidden;
  580. font-size: 12px;
  581. line-height: 31px;
  582. a {
  583. @include ellipsis;
  584. max-width: 45%;
  585. display: inline-block;
  586. }
  587. span {
  588. margin: 0 5px;
  589. display: inline-block;
  590. vertical-align: top;
  591. }
  592. }
  593. }
  594. .main-news {
  595. // height: 525px;
  596. .tab-switch {
  597. overflow: hidden;
  598. li {
  599. height: 39px;
  600. width: 88px;
  601. float: left;
  602. background: #363636;
  603. margin-left: 4px;
  604. font-size: 14px;
  605. line-height: 39px;
  606. text-align: center;
  607. cursor: pointer;
  608. &:first-child {
  609. margin-left: 0;
  610. }
  611. &:hover,
  612. &.is-active {
  613. background: #E54747;
  614. }
  615. }
  616. }
  617. .tab-content {
  618. ul {
  619. padding: 14px 0;
  620. // border-top: 1px #242424 solid;
  621. // &:first-child{
  622. // border-top: none;
  623. // }
  624. li {
  625. overflow: hidden;
  626. font-size: 14px;
  627. line-height: 28px;
  628. &:hover {
  629. i {
  630. background: #e54747;
  631. }
  632. span,
  633. a {
  634. color: #e54747;
  635. }
  636. }
  637. i {
  638. height: 3px;
  639. width: 3px;
  640. background: #fff;
  641. float: left;
  642. display: block;
  643. margin: 13px 10px 0 0;
  644. }
  645. a {
  646. @include ellipsis;
  647. max-width: 275px;
  648. float: left;
  649. display: block;
  650. }
  651. span {
  652. float: right;
  653. display: block;
  654. }
  655. &:nth-child(5n+6) {
  656. &::before {
  657. display: block;
  658. content: ' ';
  659. border-top: 1px #242424 solid;
  660. width: 100%;
  661. // height: 1px;
  662. padding-top: 14px;
  663. margin-top: 14px;
  664. }
  665. }
  666. }
  667. }
  668. .main-news-more {
  669. margin: 0px auto;
  670. width: 180px;
  671. height: 40px;
  672. text-align: center;
  673. line-height: 40px;
  674. border: 1px solid #3f3f3f;
  675. a {
  676. font-size: 14px;
  677. padding-right: 17px;
  678. background: url(/src/img/bg-more.png) center right no-repeat;
  679. &:hover{
  680. background: url(/src/img/bg-more-h.png) center right no-repeat;
  681. }
  682. }
  683. }
  684. }
  685. }
  686. }
  687. .mod-atlas {
  688. .mod-inner {
  689. li {
  690. height: 131px;
  691. width: 100%;
  692. margin-top: 20px;
  693. transition: opacity 0.35s;
  694. overflow: hidden;
  695. &:first-child {
  696. margin-top: 0;
  697. }
  698. &:hover {
  699. opacity: 0.9;
  700. filter: alpha(opacity=90);
  701. }
  702. img {
  703. min-height: 100%;
  704. width: 100%;
  705. display: block;
  706. }
  707. }
  708. }
  709. }
  710. }
  711. }
  712. }
  713. }