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

间距

parent df0698cc
......@@ -212,18 +212,13 @@
}
.section-two {
height: 100vh;
width: 100%;
background: #000D1E;
min-width: 1300px;
margin: 0 auto;
padding-top: 50px;
padding-bottom: 100px;
width: 100%;
background: #000D1E;
}
.section-two-container {
position: relative;
top: 130px;
vertical-align: middle;
margin: 0 auto;
}
......@@ -243,16 +238,18 @@
}
.section-third {
min-height: 720px;
/*min-height: 720px;*/
min-width: 1300px;
width: 100%;
height: 100vh;
/*height: 100vh;*/
background-color: #C5D1EB;
padding-top: 50px;
padding-bottom: 100px;
}
.section-third-container {
position: relative;
top: 130px;
/*position: relative;*/
/*top: 130px;*/
}
.section-title {
......@@ -318,16 +315,18 @@
}
.section-fourth {
height: 900px;
/*height: 900px;*/
width: 100%;
background: #000D1E;
min-width: 1300px;
margin: 0 auto;
padding-top: 50px;
padding-bottom: 100px;
}
.section-fourth-container {
position: relative;
top: 170px;
/*position: relative;*/
/*top: 170px;*/
width: 100%;
}
......@@ -414,16 +413,18 @@
}
.section-fifth {
min-height: 720px;
/*min-height: 720px;*/
min-width: 1300px;
width: 100%;
height: 100vh;
/*height: 100vh;*/
background-color: #C5D1EB;
padding-top: 50px;
padding-bottom: 100px;
}
.section-fifth-container {
position: relative;
top: 170px;
/*position: relative;*/
/*top: 170px;*/
width: 100%;
}
......
......@@ -37,18 +37,18 @@
</div>
-->
</div>
<section class="section-two ">
<section class="section-two">
<div class="section-two-container">
<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-col nzSpan="12">
<div nz-row [nzType]="'flex'" [nzJustify]="'center'" style="padding-top:50px;">
<div nz-col>
<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-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"/>
</div>
</div>
<div nz-col nzSpan="12">
<div nz-col style="min-width: 600px">
<div nz-row class="no-select">
<div nz-col nzSpan="8" class="plant-grid">
<i nz-icon nzType="gift" nzTheme="outline" class="icon"></i>
......@@ -98,7 +98,7 @@
<section class="section-third no-select">
<div class="section-third-container">
<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">
<img class="section-third-pic" src="https://cdn01.moecube.com/store/zh-CN/assets/ozns_1.jpg"/>
</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