|
@@ -35,6 +35,9 @@
|
|
|
.top {
|
|
.top {
|
|
|
display: none;
|
|
display: none;
|
|
|
}
|
|
}
|
|
|
|
|
+ .back {
|
|
|
|
|
+ display: none;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.sider {
|
|
.sider {
|
|
@@ -78,8 +81,10 @@
|
|
|
.text {
|
|
.text {
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
color: #fffddc;
|
|
color: #fffddc;
|
|
|
- text-shadow: -20px -6px 30px rgb(234, 255, 176),
|
|
|
|
|
- 20px -6px 30px rgb(234, 255, 176), -20px 6px 30px rgb(234, 255, 176),
|
|
|
|
|
|
|
+ text-shadow:
|
|
|
|
|
+ -20px -6px 30px rgb(234, 255, 176),
|
|
|
|
|
+ 20px -6px 30px rgb(234, 255, 176),
|
|
|
|
|
+ -20px 6px 30px rgb(234, 255, 176),
|
|
|
20px 6px 30px rgb(234, 255, 176);
|
|
20px 6px 30px rgb(234, 255, 176);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -111,6 +116,9 @@
|
|
|
.top {
|
|
.top {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
}
|
|
}
|
|
|
|
|
+ .back {
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ }
|
|
|
video {
|
|
video {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
@@ -214,8 +222,10 @@
|
|
|
.text {
|
|
.text {
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
color: #fffddc;
|
|
color: #fffddc;
|
|
|
- text-shadow: -20px -6px 30px rgb(234, 255, 176),
|
|
|
|
|
- 20px -6px 30px rgb(234, 255, 176), -20px 6px 30px rgb(234, 255, 176),
|
|
|
|
|
|
|
+ text-shadow:
|
|
|
|
|
+ -20px -6px 30px rgb(234, 255, 176),
|
|
|
|
|
+ 20px -6px 30px rgb(234, 255, 176),
|
|
|
|
|
+ -20px 6px 30px rgb(234, 255, 176),
|
|
|
20px 6px 30px rgb(234, 255, 176);
|
|
20px 6px 30px rgb(234, 255, 176);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|