100 lines
2.4 KiB
CSS
100 lines
2.4 KiB
CSS
@font-face {
|
|
font-family: "pingfang-bold";
|
|
src: url("../../../common/fonts/PingFang Bold.ttf");
|
|
src: url("../../../common/fonts/PingFang Bold.ttf") format("woff"), url("../../../common/fonts/PingFang Bold.ttf") format("truetype"), url("../../../common/fonts/PingFang Bold.ttf") format("svg");
|
|
}
|
|
@font-face {
|
|
font-family: "pingfang-medium";
|
|
src: url("../../../common/fonts/PingFang-Medium.ttf");
|
|
src: url("../../../common/fonts/PingFang-Medium.ttf") format("woff"), url("../../../common/fonts/PingFang-Medium.ttf") format("truetype"), url("../../../common/fonts/PingFang-Medium.ttf") format("svg");
|
|
}
|
|
html,
|
|
body {
|
|
width: 100%;
|
|
background: #E6AD6A;
|
|
}
|
|
|
|
.header {
|
|
width: 10rem;
|
|
height: 4.2266666667rem;
|
|
background: url("https://img.pekolive.com/cf-result_main.png");
|
|
background-size: 100% 100%;
|
|
margin: 0 auto;
|
|
position: relative;
|
|
}
|
|
.header .title {
|
|
width: 6.1866666667rem;
|
|
height: 1.5333333333rem;
|
|
position: absolute;
|
|
top: 1.4rem;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
z-index: 2;
|
|
}
|
|
.header span {
|
|
font-size: 0.5333333333rem;
|
|
font-weight: 600;
|
|
color: #B82F1A;
|
|
position: absolute;
|
|
top: 1.75rem;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
z-index: 2;
|
|
}
|
|
|
|
.main {
|
|
width: 10rem;
|
|
height: 15.6rem;
|
|
background: url("https://img.pekolive.com/cf-game-area.png");
|
|
background-size: 100% 100%;
|
|
margin: -1.85rem auto 0;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.main li {
|
|
width: 9.4533333333rem;
|
|
height: 1.1466666667rem;
|
|
line-height: 1.1466666667rem;
|
|
background: url("https://img.pekolive.com/cf-result_list_bg.png");
|
|
background-size: 100% 100%;
|
|
box-sizing: border-box;
|
|
margin: 0 auto 0.24rem;
|
|
}
|
|
.main li:nth-child(1) {
|
|
margin-top: 1.5733333333rem;
|
|
}
|
|
.main li .session {
|
|
float: left;
|
|
width: 1.68rem;
|
|
height: 100%;
|
|
font-size: 0.4rem;
|
|
font-weight: 600;
|
|
color: #FFFFFF;
|
|
-webkit-text-stroke: 0.0133333333rem #FC8220;
|
|
margin-left: 0.4rem;
|
|
text-align: center;
|
|
}
|
|
.main li .list {
|
|
float: right;
|
|
height: 100%;
|
|
margin-right: 0.8rem;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.main li .list p {
|
|
width: 0.8266666667rem;
|
|
height: 0.8266666667rem;
|
|
line-height: 1.1466666667rem;
|
|
margin-left: 0.4666666667rem;
|
|
background: url("https://img.pekolive.com/cf-record_bubble.png");
|
|
background-size: 100% 100%;
|
|
}
|
|
.main li .list p img {
|
|
width: 80%;
|
|
height: 80%;
|
|
margin-top: 0.1rem;
|
|
margin-left: 0.07rem;
|
|
}
|
|
|
|
/*# sourceMappingURL=result.css.map */
|