添加文件
This commit is contained in:
parent
27f8064458
commit
d47fd5d064
BIN
public/Homepage/designopinion.png
Normal file
BIN
public/Homepage/designopinion.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 260 KiB |
BIN
public/Homepage/designprocedure.png
Normal file
BIN
public/Homepage/designprocedure.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 135 KiB |
BIN
public/Homepage/homepageK.png
Normal file
BIN
public/Homepage/homepageK.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
@ -6,6 +6,9 @@
|
|||||||
<span class="banner2">驱动商业可持续增长</span>
|
<span class="banner2">驱动商业可持续增长</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="secondwhite" class="normalcontentdiv">
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -27,4 +30,10 @@ export default {
|
|||||||
background-image: url('/Homepage/banner.png');
|
background-image: url('/Homepage/banner.png');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#secondwhite
|
||||||
|
{
|
||||||
|
width: 100%;
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -117,3 +117,18 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.normalcontentdiv{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
@include media-breakpoint-between(xs, md) {
|
||||||
|
|
||||||
|
}
|
||||||
|
@include media-breakpoint-between(md,xl){
|
||||||
|
|
||||||
|
}
|
||||||
|
@include media-breakpoint-up(xl) {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user