2022-07-26 10:07:31 +00:00
|
|
|
* {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
box-sizing: border-box;
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
transform: scale(0.9);
|
|
|
|
transform-origin: 0 0;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
|
|
width: 1286px;
|
|
|
|
height: 670px;
|
|
|
|
background-image: url(./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;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2022-10-15 13:06:42 +00:00
|
|
|
.pity5 {
|
2022-07-26 10:07:31 +00:00
|
|
|
position: fixed;
|
|
|
|
top: 85px;
|
|
|
|
right: 55px;
|
|
|
|
z-index: 9999;
|
|
|
|
}
|
|
|
|
|
2022-10-15 13:06:42 +00:00
|
|
|
|
2022-07-26 10:07:31 +00:00
|
|
|
.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;
|
2023-05-09 11:01:45 +00:00
|
|
|
clip-path: url(#wish-frame);
|
2022-07-26 10:07:31 +00:00
|
|
|
z-index: 100;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item-character-img {
|
|
|
|
height: 100%;
|
|
|
|
position: absolute;
|
|
|
|
left: -15%;
|
|
|
|
filter: drop-shadow(3px 9px 0px #333);
|
|
|
|
}
|
|
|
|
|
|
|
|
.item-weapon-box {
|
|
|
|
position: absolute;
|
2022-11-01 15:20:03 +00:00
|
|
|
top: 1px;
|
|
|
|
left: 3px;
|
2022-07-26 10:07:31 +00:00
|
|
|
width: 106px;
|
2022-11-01 15:20:03 +00:00
|
|
|
height: 448px;
|
2022-07-26 10:07:31 +00:00
|
|
|
z-index: 101;
|
2023-05-09 11:01:45 +00:00
|
|
|
clip-path: url(#wish-frame);
|
2022-07-26 10:07:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.item-weapon-img {
|
2022-11-01 10:41:45 +00:00
|
|
|
height: 100%;
|
|
|
|
position: absolute;
|
2022-11-01 15:20:03 +00:00
|
|
|
left: -55%;
|
2022-07-26 10:07:31 +00:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2022-10-15 13:06:42 +00:00
|
|
|
.poor-wish {
|
|
|
|
position: fixed;
|
|
|
|
top: 500px;
|
|
|
|
right: 55px;
|
|
|
|
z-index: 9999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.poor-bing {
|
|
|
|
position: fixed;
|
|
|
|
top: 580px;
|
|
|
|
right: 55px;
|
|
|
|
z-index: 9999;
|
|
|
|
}
|
|
|
|
|
2022-07-26 10:07:31 +00:00
|
|
|
.logo {
|
|
|
|
position: absolute;
|
|
|
|
right: 55px;
|
|
|
|
bottom: 35px;
|
|
|
|
color: rgb(157 189 237 / 75%);
|
|
|
|
font-size: 24px;
|
|
|
|
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;
|
|
|
|
}
|