Commit 0b5f158d authored by 神楽坂玲奈's avatar 神楽坂玲奈

间距

parent df0698cc
...@@ -212,18 +212,13 @@ ...@@ -212,18 +212,13 @@
} }
.section-two { .section-two {
height: 100vh; padding-top: 50px;
width: 100%; padding-bottom: 100px;
background: #000D1E; width: 100%;
min-width: 1300px; background: #000D1E;
margin: 0 auto;
} }
.section-two-container { .section-two-container {
position: relative;
top: 130px;
vertical-align: middle;
margin: 0 auto; margin: 0 auto;
} }
...@@ -243,16 +238,18 @@ ...@@ -243,16 +238,18 @@
} }
.section-third { .section-third {
min-height: 720px; /*min-height: 720px;*/
min-width: 1300px; min-width: 1300px;
width: 100%; width: 100%;
height: 100vh; /*height: 100vh;*/
background-color: #C5D1EB; background-color: #C5D1EB;
padding-top: 50px;
padding-bottom: 100px;
} }
.section-third-container { .section-third-container {
position: relative; /*position: relative;*/
top: 130px; /*top: 130px;*/
} }
.section-title { .section-title {
...@@ -318,16 +315,18 @@ ...@@ -318,16 +315,18 @@
} }
.section-fourth { .section-fourth {
height: 900px; /*height: 900px;*/
width: 100%; width: 100%;
background: #000D1E; background: #000D1E;
min-width: 1300px; min-width: 1300px;
margin: 0 auto; margin: 0 auto;
padding-top: 50px;
padding-bottom: 100px;
} }
.section-fourth-container { .section-fourth-container {
position: relative; /*position: relative;*/
top: 170px; /*top: 170px;*/
width: 100%; width: 100%;
} }
...@@ -414,16 +413,18 @@ ...@@ -414,16 +413,18 @@
} }
.section-fifth { .section-fifth {
min-height: 720px; /*min-height: 720px;*/
min-width: 1300px; min-width: 1300px;
width: 100%; width: 100%;
height: 100vh; /*height: 100vh;*/
background-color: #C5D1EB; background-color: #C5D1EB;
padding-top: 50px;
padding-bottom: 100px;
} }
.section-fifth-container { .section-fifth-container {
position: relative; /*position: relative;*/
top: 170px; /*top: 170px;*/
width: 100%; width: 100%;
} }
......
...@@ -37,18 +37,18 @@ ...@@ -37,18 +37,18 @@
</div> </div>
--> -->
</div> </div>
<section class="section-two "> <section class="section-two">
<div class="section-two-container"> <div class="section-two-container">
<div class="section-title no-select"><p style="font-size:50px;color: #C5D1EB !important;">游戏王全卡模拟器YGOPro</p></div> <div class="section-title no-select"><p style="font-size:50px;color: #C5D1EB !important;">游戏王全卡模拟器YGOPro</p></div>
<div nz-row style="position: relative;top:50px;"> <div nz-row [nzType]="'flex'" [nzJustify]="'center'" style="padding-top:50px;">
<div nz-col nzSpan="12"> <div nz-col>
<div class="no-select" style="position: relative; left: 100px;"> <div class="no-select" style="position: relative; left: 100px;">
<img class="card-one" draggable="false" src="assets/img/card-1.jpg" width="200px"/> <img class="card-one" draggable="false" src="assets/img/card-1.jpg" width="200px"/>
<img class="card-two" draggable="false" src="assets/img/card-1.jpg" width="200px"/> <img class="card-two" draggable="false" src="assets/img/card-1.jpg" width="200px"/>
<img class="card-three" draggable="false" src="assets/img/card-1.jpg" width="200px"/> <img class="card-three" draggable="false" src="assets/img/card-1.jpg" width="200px"/>
</div> </div>
</div> </div>
<div nz-col nzSpan="12"> <div nz-col style="min-width: 600px">
<div nz-row class="no-select"> <div nz-row class="no-select">
<div nz-col nzSpan="8" class="plant-grid"> <div nz-col nzSpan="8" class="plant-grid">
<i nz-icon nzType="gift" nzTheme="outline" class="icon"></i> <i nz-icon nzType="gift" nzTheme="outline" class="icon"></i>
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
<section class="section-third no-select"> <section class="section-third no-select">
<div class="section-third-container"> <div class="section-third-container">
<div class="section-title"><p style="font-size:50px;color:#313154 !important;">代表作品</p></div> <div class="section-title"><p style="font-size:50px;color:#313154 !important;">代表作品</p></div>
<div nz-row class="section-third-grid"> <div nz-row class="section-third-grid" [nzType]="'flex'">
<div nz-col nzSpan="6"> <div nz-col nzSpan="6">
<img class="section-third-pic" src="https://cdn01.moecube.com/store/zh-CN/assets/ozns_1.jpg"/> <img class="section-third-pic" src="https://cdn01.moecube.com/store/zh-CN/assets/ozns_1.jpg"/>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment