275 lines
6.5 KiB
CSS
275 lines
6.5 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: "din-medium";
|
|
src: url("../../../common/fonts/DINCond-Medium.ttf");
|
|
src: url("../../../common/fonts/DINCond-Medium.ttf") format("woff"), url("../../../common/fonts/DINCond-Medium.ttf") format("truetype"), url("../../../common/fonts/DINCond-Medium.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: linear-gradient(0deg, #E6AD6A 0%, #F9CA92 100%);
|
|
}
|
|
|
|
.img {
|
|
position: fixed;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
width: 6rem;
|
|
height: 4.1333333333rem;
|
|
background: url(../images/null.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
.img p {
|
|
text-align: center;
|
|
width: 1.3333333333%rem;
|
|
position: absolute;
|
|
bottom: -1rem;
|
|
left: 50%;
|
|
transform: translate(-50%);
|
|
color: #fff;
|
|
font-size: 0.2666666667rem;
|
|
}
|
|
|
|
.record-list {
|
|
width: 10rem;
|
|
margin: 0.4rem auto;
|
|
}
|
|
.record-list li {
|
|
width: 100%;
|
|
height: 8.48rem;
|
|
background: url("../images/record/record-bg.png") no-repeat;
|
|
background-size: 100% 100%;
|
|
border-radius: 0.2666666667rem;
|
|
overflow: hidden;
|
|
}
|
|
.record-list li h3 {
|
|
width: 100%;
|
|
height: 0.7rem;
|
|
line-height: 0.7rem;
|
|
text-align: center;
|
|
color: #fff;
|
|
margin: 0.3rem auto -0.3rem;
|
|
}
|
|
.record-list li .goldBox {
|
|
width: 90%;
|
|
height: 0.5866666667rem;
|
|
line-height: 0.5866666667rem;
|
|
background: #F46331;
|
|
display: flex;
|
|
box-sizing: border-box;
|
|
padding: 0 0.2666666667rem;
|
|
margin: 0.2rem auto 0;
|
|
}
|
|
.record-list li .goldBox p {
|
|
color: #fff;
|
|
width: 50%;
|
|
text-align: center;
|
|
display: none;
|
|
}
|
|
.record-list li .goldBox span {
|
|
color: #FFF773;
|
|
font-size: 0.2666666667rem;
|
|
}
|
|
.record-list li .result-wrap {
|
|
width: 84%;
|
|
height: 1.2133333333rem;
|
|
line-height: 1.2133333333rem;
|
|
box-sizing: border-box;
|
|
margin: 0.0666666667rem auto 0.3333333333rem;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
position: relative;
|
|
}
|
|
.record-list li .result-wrap .result {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.record-list li .result-wrap .result span {
|
|
font-size: 0.3733333333rem;
|
|
color: #FFFFFF;
|
|
padding-right: 0.1866666667rem;
|
|
font-weight: 600;
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
width: 1.9066666667rem;
|
|
height: 0.6rem;
|
|
background: url(../images/record/result.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
top: 0.2rem;
|
|
}
|
|
.record-list li .result-wrap .award {
|
|
display: flex;
|
|
align-items: center;
|
|
position: absolute;
|
|
right: 0rem;
|
|
top: -0.1rem;
|
|
}
|
|
.record-list li .result-wrap .award p,
|
|
.record-list li .result-wrap .award b {
|
|
font-size: 0.3733333333rem;
|
|
color: #FFFFFF;
|
|
font-weight: 600;
|
|
}
|
|
.record-list li .result-wrap .award .diamond {
|
|
width: 0.3733333333rem;
|
|
height: 0.3733333333rem;
|
|
}
|
|
.record-list li .result-wrap .result_sBox {
|
|
width: 8.8rem;
|
|
height: 1.1466666667rem;
|
|
margin: 1rem auto 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
position: relative;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
}
|
|
.record-list li .result-wrap .result_sBox .bg {
|
|
width: 1.1466666667rem;
|
|
height: 1.1466666667rem;
|
|
background: url("../images/record_bubble_act.png") no-repeat;
|
|
background-size: 100% 100%;
|
|
text-align: center;
|
|
}
|
|
.record-list li .result-wrap .result_sBox .bg img {
|
|
width: 75%;
|
|
display: block;
|
|
margin: 0.1333333333rem auto 0;
|
|
}
|
|
.record-list li .put-wrap {
|
|
width: 84%;
|
|
height: 1.2133333333rem;
|
|
line-height: 1.2133333333rem;
|
|
box-sizing: border-box;
|
|
margin: 2rem auto 0;
|
|
display: flex;
|
|
position: relative;
|
|
}
|
|
.record-list li .put-wrap .put {
|
|
font-size: 0.3733333333rem;
|
|
color: #FFFFFF;
|
|
font-weight: 600;
|
|
margin-right: 0.9rem;
|
|
position: absolute;
|
|
width: 1.0266666667rem;
|
|
height: 0.6rem;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
background: url(../images/record/touru.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
top: -0.6rem;
|
|
}
|
|
.record-list li .put-wrap .list {
|
|
width: 6.72rem;
|
|
height: 2.7733333333rem;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
margin: 0.3rem auto 0;
|
|
}
|
|
.record-list li .put-wrap .list .item {
|
|
width: 0.9866666667rem;
|
|
height: 1.2rem;
|
|
margin-right: 0.92rem;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.record-list li .put-wrap .list .item:nth-child(4n) {
|
|
margin-right: 0;
|
|
}
|
|
.record-list li .put-wrap .list .item p {
|
|
width: 0.8266666667rem;
|
|
height: 0.8266666667rem;
|
|
background: url("../images/record_bubble.png") no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
.record-list li .put-wrap .list .item p .gift {
|
|
width: 75%;
|
|
margin-top: 0.1rem;
|
|
margin-left: 0.1rem;
|
|
}
|
|
.record-list li .put-wrap .list .item div {
|
|
width: 100%;
|
|
height: 0.3333333333rem;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.record-list li .put-wrap .list .item div .diamond {
|
|
width: 0.3333333333rem;
|
|
height: 0.3333333333rem;
|
|
margin-top: -0.01rem;
|
|
}
|
|
.record-list li .put-wrap .list .item div .in {
|
|
font-size: 0.2666666667rem;
|
|
color: #FFFFFF;
|
|
font-weight: 600;
|
|
white-space: nowrap;
|
|
}
|
|
.record-list li .marine_organism {
|
|
width: 78%;
|
|
height: 2.1333333333rem;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
}
|
|
.record-list li .marine_organism span {
|
|
width: 1.6rem;
|
|
height: 1.6rem;
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
.record-list li .marine_organism span img {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
width: 0.72rem;
|
|
height: 0.6266666667rem;
|
|
display: block;
|
|
}
|
|
.record-list li .marine_organism span b {
|
|
position: absolute;
|
|
right: -0.1rem;
|
|
top: 0.3rem;
|
|
color: #FFFFFF;
|
|
font-size: 0.2666666667rem;
|
|
}
|
|
.record-list li .marine_organism .active {
|
|
width: 1.6rem;
|
|
height: 1.6rem;
|
|
position: relative;
|
|
}
|
|
.record-list li .marine_organism .active img {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
width: 0.96rem;
|
|
height: 0.8266666667rem;
|
|
display: block;
|
|
}
|
|
.record-list li .marine_organism .active b {
|
|
position: absolute;
|
|
right: -0.1rem;
|
|
top: 0.3rem;
|
|
color: #FEEF60;
|
|
font-weight: bold;
|
|
font-size: 0.32rem;
|
|
}
|
|
|
|
/*# sourceMappingURL=record.css.map */
|