232 lines
3.5 KiB
Plaintext
232 lines
3.5 KiB
Plaintext
@font-face {
|
|
font-family: 'tttgbnumber';
|
|
src: url("../../font/tttgbnumber.ttf");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "YS";
|
|
src: url("../../font/HYWenHei-55W.ttf");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
user-select: none;
|
|
}
|
|
|
|
body {
|
|
transform: scale(0.8);
|
|
transform-origin: 0 0;
|
|
position: absolute;
|
|
}
|
|
|
|
.container {
|
|
width: 1286px;
|
|
height: 670px;
|
|
background-image: url(../../img/gacha/items/background.jpg);
|
|
background-size: 100% 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.info-bg {
|
|
background-color: rgba(5, 5, 5, 0.6);
|
|
font-size: 46px;
|
|
color: rgb(255, 255, 255);
|
|
padding: 8px 10px;
|
|
border-radius: 5px;
|
|
font-family: YS, 'HYWenHei-55W', 'Noto Sans CJK SC', SimHei, sans-serif;
|
|
}
|
|
|
|
.info-name {
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
max-width: 400px;
|
|
position: fixed;
|
|
top: 8px;
|
|
left: 65px;
|
|
z-index: 9999;
|
|
}
|
|
|
|
.info-count {
|
|
position: fixed;
|
|
top: 85px;
|
|
left: 65px;
|
|
z-index: 9999;
|
|
}
|
|
|
|
.poor-info {
|
|
position: fixed;
|
|
top: 8px;
|
|
right: 55px;
|
|
z-index: 9999;
|
|
}
|
|
|
|
.poor-bing {
|
|
position: fixed;
|
|
top: 85px;
|
|
right: 55px;
|
|
z-index: 9999;
|
|
}
|
|
|
|
.list-box {
|
|
display: flex;
|
|
padding-top: 130px;
|
|
padding-left: 85px;
|
|
}
|
|
|
|
.list-box .item {
|
|
position: relative;
|
|
}
|
|
|
|
.list-box .item .item-bg-box {
|
|
width: 112px;
|
|
height: 450px;
|
|
}
|
|
|
|
.list-box .item .item-bg {
|
|
position: absolute;
|
|
width: 100%;
|
|
z-index: 100;
|
|
}
|
|
|
|
.list-box .item .item-bg-weapon {
|
|
position: absolute;
|
|
width: 100%;
|
|
z-index: 100;
|
|
top: 40px;
|
|
height: 370px;
|
|
opacity: 0.7;
|
|
}
|
|
|
|
.list-box .item .item-shadow {
|
|
position: absolute;
|
|
width: 225px;
|
|
height: 711px;
|
|
top: -151px;
|
|
left: -58px;
|
|
z-index: 50;
|
|
}
|
|
|
|
.list-box .item .item-shadow2 {
|
|
position: absolute;
|
|
top: 7px;
|
|
left: 7px;
|
|
height: 436px;
|
|
z-index: 110;
|
|
width: 99px;
|
|
}
|
|
|
|
.item-img-box {
|
|
position: absolute;
|
|
top: 1px;
|
|
left: 3px;
|
|
width: 106px;
|
|
height: 448px;
|
|
clip-path: url(#wishframe);
|
|
z-index: 100;
|
|
}
|
|
|
|
.fiveHave {
|
|
filter: brightness(0.8);
|
|
}
|
|
|
|
.item-character-img {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
background-position: center;
|
|
background-size: 100% auto;
|
|
background-repeat: no-repeat;
|
|
filter: drop-shadow(3px 9px 0px #333);
|
|
}
|
|
|
|
.item-weapon-box {
|
|
position: absolute;
|
|
width: 106px;
|
|
height: 366px;
|
|
top: 45px;
|
|
left: 2px;
|
|
z-index: 101;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.item-weapon-img {
|
|
width: 110px;
|
|
filter: drop-shadow(3px 9px 0px #333);
|
|
}
|
|
|
|
.item-weapon-img-4 {
|
|
top: 48px;
|
|
}
|
|
|
|
.item-element {
|
|
position: absolute;
|
|
width: 65px;
|
|
left: 23px;
|
|
top: 320px;
|
|
z-index: 120;
|
|
}
|
|
|
|
.item-star {
|
|
position: absolute;
|
|
width: 82px;
|
|
left: 16px;
|
|
top: 389px;
|
|
z-index: 120;
|
|
}
|
|
|
|
.item-starGold {
|
|
position: absolute;
|
|
width: 76px;
|
|
left: 18px;
|
|
top: 246px;
|
|
z-index: 120;
|
|
box-shadow: 0px 10px 20px #ffffffb3,0px -10px 20px #ffffffb3;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.item-starlight {
|
|
position: absolute;
|
|
width: 76px;
|
|
left: 18px;
|
|
top: 330px;
|
|
z-index: 120;
|
|
box-shadow: 0px 10px 20px #ffffffb3;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.logo {
|
|
position: absolute;
|
|
right: 55px;
|
|
bottom: 35px;
|
|
color: rgb(157 189 237 / 75%);
|
|
font-size: 24px;
|
|
font-family: 'tttgbnumber';
|
|
z-index: 1000;
|
|
}
|
|
|
|
.times {
|
|
position: absolute;
|
|
z-index: 9999;
|
|
width: 109px;
|
|
text-align: center;
|
|
font-size: 26px;
|
|
left: 2px;
|
|
top: 275px;
|
|
color: rgb(255, 255, 255);
|
|
padding: 2px 0;
|
|
background-color: rgba(5, 5, 5, 0.5);
|
|
border-radius: 5px;
|
|
white-space: nowrap;
|
|
font-family: YS, 'HYWenHei-55W', 'Noto Sans CJK SC', SimHei, sans-serif;
|
|
}
|