|
|
@@ -25,19 +25,21 @@
|
|
|
position: relative;
|
|
|
|
|
|
.nameBox {
|
|
|
- margin-top: 7%;
|
|
|
+ margin-top: 25%;
|
|
|
margin-left: 4%;
|
|
|
- width: 12%;
|
|
|
+ width: 17%;
|
|
|
height: fit-content;
|
|
|
transition: opacity 0.3s ease;
|
|
|
-
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ flex-direction: column;
|
|
|
.up,
|
|
|
.down {
|
|
|
width: 100%;
|
|
|
height: 3.5vh;
|
|
|
transition: opacity 0.3s ease;
|
|
|
|
|
|
- &>img {
|
|
|
+ & > img {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
object-fit: contain;
|
|
|
@@ -45,14 +47,15 @@
|
|
|
}
|
|
|
|
|
|
.name {
|
|
|
- width: 100%;
|
|
|
+ width: 70%;
|
|
|
height: fit-content;
|
|
|
text-align: center;
|
|
|
font-weight: 700;
|
|
|
- font-size: 1.5vw;
|
|
|
- white-space: pre-line;
|
|
|
+ font-size: 2vw;
|
|
|
color: rgba(195, 172, 153, 1);
|
|
|
- transition: color 0.35s ease, text-shadow 0.35s ease;
|
|
|
+ transition:
|
|
|
+ color 0.35s ease,
|
|
|
+ text-shadow 0.35s ease;
|
|
|
text-shadow:
|
|
|
0 0 3px rgba(78, 47, 23, 0.9),
|
|
|
0 0 6px rgba(78, 47, 23, 0.7),
|
|
|
@@ -97,7 +100,9 @@
|
|
|
width: auto;
|
|
|
max-width: 100%;
|
|
|
object-fit: contain;
|
|
|
- transition: opacity 0.35s ease, right 0.35s ease-out;
|
|
|
+ transition:
|
|
|
+ opacity 0.35s ease,
|
|
|
+ right 0.35s ease-out;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -108,17 +113,18 @@
|
|
|
height: auto;
|
|
|
font-size: 1.8vw;
|
|
|
font-weight: bold;
|
|
|
- background: linear-gradient(180deg, #A56F2C 0%, #824E0F 41.35%, #4F310C 100%);
|
|
|
+ background: linear-gradient(180deg, #a56f2c 0%, #824e0f 41.35%, #4f310c 100%);
|
|
|
background-clip: text;
|
|
|
-webkit-text-fill-color: transparent;
|
|
|
+ font-family: syst;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.imgBox1 {
|
|
|
// bottom: 14%;
|
|
|
transform: translateY(14%);
|
|
|
- .imgWrap{
|
|
|
- img{
|
|
|
+ .imgWrap {
|
|
|
+ img {
|
|
|
left: 56%;
|
|
|
}
|
|
|
}
|
|
|
@@ -127,8 +133,8 @@
|
|
|
.imgBox2 {
|
|
|
// bottom: 20%;
|
|
|
transform: translateY(-5%);
|
|
|
- .imgWrap{
|
|
|
- img{
|
|
|
+ .imgWrap {
|
|
|
+ img {
|
|
|
left: 54.6%;
|
|
|
}
|
|
|
}
|
|
|
@@ -137,8 +143,8 @@
|
|
|
.imgBox3 {
|
|
|
// bottom: 14%;
|
|
|
transform: translateY(20%);
|
|
|
- .imgWrap{
|
|
|
- img{
|
|
|
+ .imgWrap {
|
|
|
+ img {
|
|
|
left: 45%;
|
|
|
}
|
|
|
}
|
|
|
@@ -147,8 +153,8 @@
|
|
|
.imgBox4 {
|
|
|
// bottom: 20%;
|
|
|
transform: translateY(0);
|
|
|
- .imgWrap{
|
|
|
- img{
|
|
|
+ .imgWrap {
|
|
|
+ img {
|
|
|
left: 38%;
|
|
|
}
|
|
|
}
|
|
|
@@ -157,8 +163,8 @@
|
|
|
height: 58%;
|
|
|
// bottom: 8%;
|
|
|
transform: translateY(-5%);
|
|
|
- .imgWrap{
|
|
|
- img{
|
|
|
+ .imgWrap {
|
|
|
+ img {
|
|
|
left: 66.5%;
|
|
|
}
|
|
|
}
|
|
|
@@ -168,8 +174,8 @@
|
|
|
height: 58%;
|
|
|
// bottom: 19%;
|
|
|
transform: translateY(-24%);
|
|
|
- .imgWrap{
|
|
|
- img{
|
|
|
+ .imgWrap {
|
|
|
+ img {
|
|
|
left: 69%;
|
|
|
}
|
|
|
}
|
|
|
@@ -179,8 +185,8 @@
|
|
|
height: 62%;
|
|
|
// bottom: 8%;
|
|
|
transform: translateY(-8%);
|
|
|
- .imgWrap{
|
|
|
- img{
|
|
|
+ .imgWrap {
|
|
|
+ img {
|
|
|
left: 71%;
|
|
|
}
|
|
|
}
|
|
|
@@ -190,8 +196,8 @@
|
|
|
height: 40%;
|
|
|
// bottom: 20%;
|
|
|
transform: translateY(20%);
|
|
|
- .imgWrap{
|
|
|
- img{
|
|
|
+ .imgWrap {
|
|
|
+ img {
|
|
|
left: 23%;
|
|
|
}
|
|
|
}
|
|
|
@@ -212,16 +218,20 @@
|
|
|
height: 22%;
|
|
|
// bottom: 25%;
|
|
|
transform: translateY(95%);
|
|
|
- .imgWrap{
|
|
|
- img{
|
|
|
+ .imgWrap {
|
|
|
+ img {
|
|
|
left: 43%;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .itemAc{
|
|
|
- background: linear-gradient(rgba(255, 243, 197, 0.4), rgba(255, 243, 197, 0.6), rgba(255, 243, 197, 0.8));
|
|
|
+ .itemAc {
|
|
|
+ background: linear-gradient(
|
|
|
+ rgba(255, 243, 197, 0.4),
|
|
|
+ rgba(255, 243, 197, 0.6),
|
|
|
+ rgba(255, 243, 197, 0.8)
|
|
|
+ );
|
|
|
transition: background 0.35s ease;
|
|
|
.nameBox {
|
|
|
.name {
|
|
|
@@ -229,7 +239,6 @@
|
|
|
height: fit-content;
|
|
|
text-align: center;
|
|
|
font-weight: 700;
|
|
|
- font-size: 1.5vw;
|
|
|
color: rgba(255, 243, 197, 1);
|
|
|
text-shadow:
|
|
|
0 0 3px rgba(78, 47, 23, 0.9),
|
|
|
@@ -260,7 +269,7 @@
|
|
|
min-width: 2px;
|
|
|
height: 100%;
|
|
|
|
|
|
- &>img {
|
|
|
+ & > img {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
object-fit: contain;
|
|
|
@@ -278,4 +287,4 @@
|
|
|
z-index: 100;
|
|
|
background-color: rgba(0, 0, 0, 0.9);
|
|
|
}
|
|
|
-}
|
|
|
+}
|