|
@@ -90,6 +90,29 @@ body {
|
|
|
height: calc(50 / 1080 * calc(100vh));
|
|
|
bottom: 0;
|
|
|
}
|
|
|
+.border-contaier .img4 {
|
|
|
+ width: calc(580 / 1920 * calc(100vw));
|
|
|
+ height: calc(208 / 1080 * calc(100vh));
|
|
|
+ bottom: calc(22 / 1080 * calc(100vh));
|
|
|
+ left: calc(30 / 1920 * calc(100vw));
|
|
|
+}
|
|
|
+.border-contaier .img5 {
|
|
|
+ width: calc(580 / 1920 * calc(100vw));
|
|
|
+ height: calc(208 / 1080 * calc(100vh));
|
|
|
+ bottom: calc(22 / 1080 * calc(100vh));
|
|
|
+ right: calc(30 / 1920 * calc(100vw));
|
|
|
+}
|
|
|
+.border-contaier .bgc-center {
|
|
|
+ position: absolute;
|
|
|
+ top: 50%;
|
|
|
+ left: 50%;
|
|
|
+ width: calc(1650 / 1920 * calc(100vw));
|
|
|
+ height: calc(980 / 1080 * calc(100vh));
|
|
|
+ background-color: #0055de;
|
|
|
+ transform: translate(-50%, -50%);
|
|
|
+ border-radius: 8px;
|
|
|
+ filter: blur(200px);
|
|
|
+}
|
|
|
.main {
|
|
|
height: calc(763 / 1080 * calc(100vh));
|
|
|
display: flex;
|
|
@@ -758,6 +781,8 @@ body {
|
|
|
width: calc(170 / 1920 * calc(100vw));
|
|
|
height: calc(135 / 1080 * calc(100vh));
|
|
|
text-align: center;
|
|
|
+ position: relative;
|
|
|
+ z-index: 2;
|
|
|
}
|
|
|
.flooter .flooter-bottom .flooter-bottom-item .title {
|
|
|
color: white;
|