123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838 |
- @charset "UTF-8";
- $yahei: "Microsoft YaHei",
- SimHei,
- sans-serif;
- $maincolor: #d90639;
- $highcolor: #0794ff;
- $titleFont: PingFang sc,
- "Helvetica Neue",
- Helvetica,
- Tahoma,
- Arial,
- "Liberation Sans",
- "Hiragino Sans GB",
- "Source Han Sans CN",
- "Source Han Sans SC",
- "Microsoft YaHei",
- "Wenquanyi Micro Hei",
- "WenQuanYi Zen Hei",
- "ST Heiti",
- SimHei,
- "WenQuanYi Zen Hei Sharp",
- sans-serif;
- @import "lego/base";
- @import "base/mixins";
- @import "base/ui-dialog";
- .clearfix {
- *zoom: 1;
- }
- .clearfix:after,
- .clearfix:before {
- content: "";
- display: table;
- line-height: 0;
- }
- .clearfix:after {
- clear: both;
- }
- .fr {
- float: right;
- }
- .fl {
- float: left;
- }
- .show {
- display: block;
- }
- .hide {
- display: none;
- }
- .mt20 {
- margin-top: 20px;
- }
- @mixin ellipsis {
- max-width: 100%;
- text-overflow: ellipsis;
- -ms-text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- display: block;
- }
- .nicescroll-rails {
- width: 10px !important;
- background-color: #4E4E4E !important;
- margin-left: 6px;
- div {
- width: 10px !important;
- background: #CACACA !important;
- }
- }
- .pc-page-index {
- overflow: hidden;
- padding: 606px 0 16px;
- position: relative;
- background: #05032a url(/src/img/bg.jpg) no-repeat top center;
- a {
- color: #fff;
- &:hover {
- // color: #e54747;
- // text-decoration: underline;
- text-decoration: none;
- }
- }
- .highlight {
- color: #e54747;
- }
- .bg-hyaline {
- height: 100%;
- width: 100%;
- position: absolute;
- top: 0;
- left: 0;
- z-index: -1;
- }
- .mod-title {
- overflow: hidden;
- h2 {
- font-size: 22px;
- // line-height: 60px;
- float: left;
- margin-bottom: 22px;
- span {
- color: #e54747;
- }
- }
- .more-link {
- font-size: 12px;
- // line-height: 48px;
- margin: 10px 2px 0 0;
- float: right;
- padding-right: 13px;
- background: url(/src/img/bg-more.png) no-repeat right center;
- &:hover {
- color: #e54747;
- background-image: url(/src/img/bg-more-h.png);
- text-decoration: none;
- }
- }
- }
- .page-inner {
- width: 1136px;
- margin: 0 auto;
- font-family: '微软雅黑';
- color: #fff;
- .mod-menu {
- position: relative;
- z-index: 3;
- overflow: hidden;
- li {
- height: 90px;
- width: 189px;
- float: left;
- text-align: center;
- text-transform: uppercase;
- &:hover,
- &.is-active {
- background: #CB4142;
- }
- &.item1,
- &.item6 {
- width: 190px;
- }
- a {
- height: 100%;
- width: 100%;
- color: #fff;
- display: block;
- &:hover {
- text-decoration: none;
- }
- }
- p {
- font-size: 22px;
- line-height: 31px;
- padding-top: 23px;
- }
- span {
- font-size: 12px;
- line-height: 19px;
- }
- }
- .bg-hyaline {
- background: #000;
- opacity: 0.87;
- filter: alpha(opacity=87);
- }
- }
- .mod-main {
- background: #000;
- padding: 20px 20px 0px;
- overflow: hidden;
- &:last-child{
- padding-bottom: 22px;
- }
- .main-left {
- width: 700px;
- .mod-match {
- overflow: hidden;
- .match-part {
- background: #363636;
- }
- .tab-title {
- padding: 10px 0;
- background: #363636;
- ul {
- display: table;
- margin: 0 auto;
- overflow: hidden;
- li {
- // height: 29px;
- float: left;
- font-size: 14px;
- // line-height: 26px;
- text-align: center;
- // cursor: pointer;
- position: relative;
- // &:hover,&.is-active{
- // color: #ca4142;
- // &::after{
- // content: '';
- // height: 3px;
- // width: 30px;
- // background: #CB4242;
- // position: absolute;
- // bottom: 0;
- // left: 50%;
- // margin-left: -15px;
- // }
- // }
- }
- }
- }
- .tab-content {
- overflow: hidden;
- img {
- height: 25px;
- }
- }
- .match-info {
- width: 700px;
- background: #1e1e1e;
- .tab-switch{
- padding: 10px 0;
- background: #363636;
- margin-bottom: 16px;
- ul {
- display: flex;
- margin: 0 auto;
- overflow: hidden;
- justify-content: space-around;
- li {
- height: 29px;
- float: left;
- font-size: 14px;
- line-height: 26px;
- text-align: center;
- cursor: pointer;
- position: relative;
- &:hover,&.is-active{
- color: #ca4142;
- &::after{
- content: '';
- height: 2px;
- width: 30px;
- background: #CB4242;
- position: absolute;
- bottom: 0;
- left: 50%;
- margin-left: -15px;
- }
- }
- }
- }
- }
- .tab-title {
- ul {
- li {
- width: 140px;
- &::after{
- display: block;
- content: '';
- width: 1px;
- height: 6px;
- background: #000;
- position: absolute;
- right: 0;
- top: 50%;
- transform: translateY(-50%);
- }
- &:last-child{
- &::after{
- display: none;
- }
- }
- }
- }
- }
- .tab-content {
- height: 213px;
- .content-item {
- // padding: 0 29px 0 17px;
- table {
- width: 100%;
- font-size: 12px;
- color: #fff;
- text-align: center;
- tr {
- height: 51px;
- border-top: 1px #000 solid;
- text-transform: uppercase;
- td {
- line-height: 51px;
- width: 140px;
- img {
- display: inline-block;
- vertical-align: middle;
- margin-top: -3px;
- }
- &.td-item1 {
- line-height: 26px;
- div {
- position: relative;
- display: block;
- background: #462626;
- width: 120px;
- height: 26px;
- margin-left: 10px;
- padding: 0 5px;
- &::after {
- display: block;
- content: '';
- position: absolute;
- right: -5px;
- bottom: 0;
- border-style: solid;
- border-width: 5px;
- border-color: transparent transparent #462626 transparent;
- }
- span {
- display: block;
- width: 100%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- }
- }
- &.td-item2 {
- img {
- // margin-right: 6px;
- }
- }
- &.td-item3 {
- display: flex;
- span{
- display: inline-block !important;
- overflow: hidden;
- }
-
- .winner {
- color: #e54747;
- }
- .score {
- padding: 0 5px;
- }
- .right,.left{
-
- width: 50px;
- text-align: center;
- @include ellipsis();
- }
- }
- &.td-item4 {
- img {
- // margin-left: 6px;
- }
- }
- &.last-item {
- width: 117px;
- }
- &.td-item5 {
- span {
- display: block;
- width: inherit;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- }
- .btn {
- height: 26px;
- width: 51px;
- display: block;
- border-radius: 2px;
- font-size: 14px;
- color: #fff;
- line-height: 26px;
- text-align: center;
- margin: 0 auto;
- &.btn-playback {
- border: 1px solid #e54747;
- background: #6e2222;
- }
- &.btn-live {
- border: 1px solid #01ffff;
- background: #1556b7;
- }
- }
- }
- }
- }
- }
- }
- }
- .match-rank {
- width: 245px;
- font-size: 12px;
- overflow: hidden;
- .tab-switch {
- border-bottom: 1px #000 solid;
- ul {
- li {
- width: 75px;
- }
- }
- }
- .tab-content {
- height: 178px;
- }
- .part-head,
- .part-body {
- padding: 0 7px 0 6px;
- text-align: center;
- }
- .part-head {
- padding-top: 2px;
- overflow: hidden;
- li {
- height: 32px;
- width: 58px;
- float: left;
- font-size: 14px;
- line-height: 32px;
- }
- }
- table {
- width: 100%;
- tr {
- height: 34px;
- td {
- width: 58px;
- }
- }
- }
- }
- }
- .mod-slider {
- height: 320px;
- overflow: hidden;
- position: relative;
- margin-top: 20px;
- .slider-main {
- height: 316px;
- overflow: hidden;
- ul {
- width: 3500px;
- li {
- height: 316px;
- width: 700px;
- float: left;
- position: relative;
- overflow: hidden;
- img {
- min-height: 100%;
- width: 100%;
- display: block;
- }
- .txtbox {
- position: absolute;
- bottom: 0;
- left: 0;
- right: 0;
- background: url(/src/img/bg-gradual1.png) repeat-x bottom left;
- padding: 100px 20px 16px;
- h3,
- p {
- @include ellipsis;
- }
- h3 {
- font-size: 24px;
- line-height: 38px;
- }
- p {
- font-size: 14px;
- line-height: 26px;
- }
- }
- }
- }
- }
- .slide-dot-nav {
- height: 4px;
- li {
- height: 100%;
- width: 137.6px;
- background: #fff;
- margin-left: 3px;
- cursor: pointer;
- float: left;
- &:first-child {
- margin-left: 0;
- }
- &:hover,
- &.is-active {
- background: #E54747;
- }
- }
- }
- }
- .mod-video {
- .mod-inner {
- height: 286px;
- overflow: hidden;
- ul {
- li {
- height: 143px;
- width: 157px;
- float: left;
- margin-right: 13px;
- font-size: 12px;
- a:hover {
- .txtbox {
- color: #e54747;
- }
- }
- .imgbox {
- height: 86px;
- overflow: hidden;
- position: relative;
- img {
- min-height: 100%;
- width: 100%;
- display: block;
- }
- .float-info {
- height: 22px;
- position: absolute;
- bottom: 0;
- left: 0;
- right: 0;
- padding: 100px 5px 0;
- background: url(/src/img/bg-gradual2.png) repeat-x bottom left;
- span {
- height: 16px;
- width: 16px;
- float: left;
- display: block;
- margin-top: 3px;
- background: url(/src/img/video-play.png) no-repeat center;
- }
- em {
- float: right;
- line-height: 22px;
- }
- }
- }
- .txtbox {
- height: 40px;
- line-height: 20px;
- padding-top: 10px;
- overflow: hidden;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- }
- }
- }
- }
- }
- .main-right {
- width: 364px;
- .mod-news {
- a:hover {
- color: #e54747;
- }
- .top-new {
- text-align: center;
- margin-bottom: 8px;
- .top-new-tit {
- height: 34px;
- font-size: 18px;
- font-weight: bold;
- line-height: 34px;
- p {
- @include ellipsis;
- }
- }
- .top-new-sub {
- height: 31px;
- max-width: 100%;
- overflow: hidden;
- font-size: 12px;
- line-height: 31px;
- a {
- @include ellipsis;
- max-width: 45%;
- display: inline-block;
- }
- span {
- margin: 0 5px;
- display: inline-block;
- vertical-align: top;
- }
- }
- }
- .main-news {
- // height: 525px;
- .tab-switch {
- overflow: hidden;
- li {
- height: 39px;
- width: 88px;
- float: left;
- background: #363636;
- margin-left: 4px;
- font-size: 14px;
- line-height: 39px;
- text-align: center;
- cursor: pointer;
- &:first-child {
- margin-left: 0;
- }
- &:hover,
- &.is-active {
- background: #E54747;
- }
- }
- }
- .tab-content {
- ul {
- padding: 14px 0;
- // border-top: 1px #242424 solid;
- // &:first-child{
- // border-top: none;
- // }
- li {
- overflow: hidden;
- font-size: 14px;
- line-height: 28px;
- &:hover {
- i {
- background: #e54747;
- }
- span,
- a {
- color: #e54747;
- }
- }
- i {
- height: 3px;
- width: 3px;
- background: #fff;
- float: left;
- display: block;
- margin: 13px 10px 0 0;
- }
- a {
- @include ellipsis;
- max-width: 275px;
- float: left;
- display: block;
- }
- span {
- float: right;
- display: block;
- }
- &:nth-child(5n+6) {
- &::before {
- display: block;
- content: ' ';
- border-top: 1px #242424 solid;
- width: 100%;
- // height: 1px;
- padding-top: 14px;
- margin-top: 14px;
- }
- }
- }
- }
- .main-news-more {
- margin: 0px auto;
- width: 180px;
- height: 40px;
- text-align: center;
- line-height: 40px;
- border: 1px solid #3f3f3f;
- a {
- font-size: 14px;
- padding-right: 17px;
- background: url(/src/img/bg-more.png) center right no-repeat;
- &:hover{
- background: url(/src/img/bg-more-h.png) center right no-repeat;
- }
- }
- }
- }
- }
- }
- .mod-atlas {
- .mod-inner {
- li {
- height: 131px;
- width: 100%;
- margin-top: 20px;
- transition: opacity 0.35s;
- overflow: hidden;
- &:first-child {
- margin-top: 0;
- }
- &:hover {
- opacity: 0.9;
- filter: alpha(opacity=90);
- }
- img {
- min-height: 100%;
- width: 100%;
- display: block;
- }
- }
- }
- }
- }
- }
- }
- }
|