|
|
@@ -0,0 +1,61 @@ |
|
|
|
.bk { |
|
|
|
background: url('./bk.png'); |
|
|
|
background-size: 100% 100%; |
|
|
|
} |
|
|
|
|
|
|
|
.left_light { |
|
|
|
width: 226px; |
|
|
|
height: 820px; |
|
|
|
position: absolute; |
|
|
|
top: 50%; |
|
|
|
transform: translateY(-50%); |
|
|
|
left: 20px; |
|
|
|
background: url('./left.png'); |
|
|
|
background-size: 100% 100%; |
|
|
|
} |
|
|
|
|
|
|
|
.right_light { |
|
|
|
width: 226px; |
|
|
|
height: 820px; |
|
|
|
position: absolute; |
|
|
|
top: 50%; |
|
|
|
transform: translateY(-50%) rotate(180deg); |
|
|
|
right: 20px; |
|
|
|
background: url('./left.png'); |
|
|
|
background-size: 100% 100%; |
|
|
|
} |
|
|
|
|
|
|
|
.main { |
|
|
|
position: absolute; |
|
|
|
left: 50%; |
|
|
|
top: 26%; |
|
|
|
transform: translateX(-50%); |
|
|
|
display: flex; |
|
|
|
} |
|
|
|
|
|
|
|
.item { |
|
|
|
background: url('./item_bk.png'); |
|
|
|
background-size: 100% 100%; |
|
|
|
width: 421px; |
|
|
|
height: 540px; |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
align-items: center; |
|
|
|
justify-content: space-evenly; |
|
|
|
|
|
|
|
img { |
|
|
|
width: 300px; |
|
|
|
height: 320px; |
|
|
|
} |
|
|
|
|
|
|
|
.name { |
|
|
|
text-shadow: 1px 1px 1px rgba(0, 17, 45, 0.1); |
|
|
|
background: linear-gradient(180deg, #FFFFFF 38.330078125%, #99BAEC 100%); |
|
|
|
-webkit-background-clip: text; |
|
|
|
-webkit-text-fill-color: transparent; |
|
|
|
font-family: Source Han Sans SC; |
|
|
|
font-weight: bold; |
|
|
|
font-size: 36px; |
|
|
|
margin-bottom: 50px; |
|
|
|
} |
|
|
|
} |