@font-face { font-family: 'samsung'; src: url('fonts/SAMSUNGSHARPSANS-MEDIUM_SMCP.eot'); src: local('☺'), url('fonts/SAMSUNGSHARPSANS-MEDIUM_SMCP.woff') format('woff'), url('fonts/SAMSUNGSHARPSANS-MEDIUM_SMCP.ttf') format('truetype'), url('fonts/SAMSUNGSHARPSANS-MEDIUM_SMCP.svg') format('svg'); font-weight: normal; font-style: normal; } body { font-family: 'samsung', sans-serif !important; font-size: 100% !important; color: #21427f; line-height: 1.4 !important; font-weight: 400; } /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } * { -webkit-box-sizing: border-box; box-sizing: border-box; } a { transition: all .25s ease-out; } .aspectRatio { position: relative; } .aspectRatio.aspectRatio--100:before { content: ""; display: block; padding-top: 100%; } .aspectRatio.aspectRatio--16-9:before { content: ""; display: block; padding-top: 56.25%; } .aspectRatio.aspectRatio--3-4:before { content: ""; display: block; padding-top: 65%; } .container { width: 300px; height: 600px; background: url("../imgs/bg.png") center no-repeat; background-size: 100%; position: relative; } .logo { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0 15px; position: absolute; top: 25px; left: 0; width: 100%; } .logo a { display: block; } .logo a img { display: block; } .vote-w { position: absolute; top: 140px; left: 0; width: 100%; } .vote-w h5 { font-family: 'Roboto Condensed', sans-serif; font-size: 1.125em; text-align: center; display: block; } .vote-w .head .match { font-size: 26px; font-weight: bold; text-align: center; text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5); } .vote-w .head .time { font-size: 1.125em; text-align: center; text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5); } .vote-w .body { padding: 10px 0px; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; } .vote-w .body .box { position: absolute; top: 0; left: 0; width: 100%; padding: 0 9px; margin-top: 10px; opacity: 0; visibility: hidden; z-index: 1; transition: all .2s ease-out; min-height: 370px; } .vote-w .body .box.is-active { opacity: 1; visibility: visible; z-index: 5; } .vote-w .body .box.box-result .team-w .team:hover { cursor: inherit; } .vote-w .body .box.box-result .team-w .team:hover::before { display: none; } .vote-w .body .box.box-result .team-w .team img { z-index: 0; } .vote-w .body .box.box-result .team-w img { opacity: 0.38; } .vote-w .body .box.box-result .team-w:before { display: none; } .vote-w .body .team-w { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: center; position: relative; min-height: 115px; } .vote-w .body .team-w .team { width: auto; margin: 0 1.5% 30px 1.5%; position: relative; text-align: center; } .vote-w .body .team-w .team:hover { cursor: pointer; } .vote-w .body .team-w .team:hover:before { display: block; opacity: 1; } .vote-w .body .team-w .team:before { width: calc(100% + 5px); height: calc(100% + 5px); border-radius: 6px; background-color: rgba(255, 255, 255, 0.6); opacity: 0; position: absolute; top: 48%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: block; content: ""; transition: all .25s ease-out; z-index: 0; } .vote-w .body .team-w .team .result-percent { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100px; height: 100px; background-color: rgba(42, 70, 193, 0.6); border: 1px solid #08abe6; border-radius: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .vote-w .body .team-w .team .result-percent .wrapper { width: 100%; } .vote-w .body .team-w .team .result-percent .percent { font-size: 1.5em; line-height: 1; text-align: center; } .vote-w .body .team-w .team .result-percent span { font-size: 12px; font-weight: bold; font-style: italic; color: white; padding-top: 0; } .vote-w .body .team-w .team .result-percent .percent-bar { width: calc(100% - 20px); position: relative; margin: 10px; background-color: rgba(225, 225, 225, 0.5); border-radius: 5px; height: 3px; } .vote-w .body .team-w .team .result-percent .percent-bar span { padding: 0; position: absolute; top: 0; left: 0; height: 3px; background-color: white; border-radius: 3px; } .vote-w .body .team-w .team img { display: block; max-width: 100%; margin: auto; position: relative; z-index: 2; } .vote-w .body .team-w .team span { position: relative; z-index: 2; display: block; width: 100%; font-weight: bold; font-size: 12px; padding-top: 5px; text-align: center; } .box .team .cover { position: relative; min-height: 54px; display: inline-block;} .box.box-result .team .cover .result-click { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 5; border-radius: 5px; background-color: rgba(33,66,127,.85); display: flex; align-items: center; justify-content: center; font-size: 15px; color: #fff; } .hight { color: #fdb913 !important;} .news-w { position: absolute; bottom: 20px; left: 0; width: 100%; padding: 0 15px; } .news-w .wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .news-w .items { width: 100%; display: flex; text-decoration: none; } .news-w .items:hover .news-title { font-weight: bold; } .news-w .items .thumb { border-radius: 10px; width: 47px; height: 35px; } .news-w .items .news-title { padding: 0px 8px 0 8px; font-size: 12px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color: #6f788a; flex: 1; line-height: 1.5; } .bl-action { width: 100%; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 0px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); } .bl-action .btn { text-decoration: none; color: white; } .bl-action .btn:hover { cursor: pointer; opacity: 0.8; } .bl-action .btn img { display: block; } .bl-action .btn.more { padding: 8px 50px; border: 1px solid white; border-radius: 50px; font-size: 0.875em; }