联系我们背景图片完全应用
This commit is contained in:
parent
04982007cf
commit
200bf19711
@ -6,8 +6,10 @@ import FooterContent from './Tools/FooterContent.vue'
|
|||||||
<template>
|
<template>
|
||||||
<div id="contactRoot">
|
<div id="contactRoot">
|
||||||
<div id="upbar"></div>
|
<div id="upbar"></div>
|
||||||
|
<div id="contactContent">
|
||||||
<FooterContent></FooterContent>
|
<FooterContent></FooterContent>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
@ -23,11 +25,29 @@ export default {
|
|||||||
#upbar{
|
#upbar{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@include media-breakpoint-between(xs, md) {
|
@include media-breakpoint-between(xs, md) {
|
||||||
height: 33px;
|
height: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@include media-breakpoint-up(md) {
|
@include media-breakpoint-up(md) {
|
||||||
height: 0px;
|
height: 95.17px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#contactContent
|
||||||
|
{
|
||||||
|
width: 100%;
|
||||||
|
height:100%;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: left;
|
||||||
|
display: flex;
|
||||||
|
@include media-breakpoint-between(xs, md) {
|
||||||
|
background-image: url('/bottom/bg_wep.png');
|
||||||
|
padding-left: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@include media-breakpoint-up(md) {
|
||||||
|
background-image: url('/bottom/bg_pc.png');
|
||||||
|
padding-left: 100px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -41,5 +61,6 @@ export default {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -25,17 +25,19 @@ export default {
|
|||||||
background-color: black;
|
background-color: black;
|
||||||
width:100%;
|
width:100%;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: left;
|
||||||
|
|
||||||
@include media-breakpoint-between(xs, md) {
|
@include media-breakpoint-between(xs, md) {
|
||||||
min-height:806px;
|
min-height:806px;
|
||||||
background-image: url('/bottom/bg_wep.png');
|
background-image: url('/bottom/bg_wep.png');
|
||||||
|
padding-left: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@include media-breakpoint-up(md) {
|
@include media-breakpoint-up(md) {
|
||||||
min-height: 759px;
|
min-height: 759px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
background-image: url('/bottom/bg_pc.png');
|
background-image: url('/bottom/bg_pc.png');
|
||||||
|
padding-left: 100px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -154,7 +154,7 @@ export default {
|
|||||||
@include media-breakpoint-between(xs, md) {
|
@include media-breakpoint-between(xs, md) {
|
||||||
width:88px;
|
width:88px;
|
||||||
height:16px;
|
height:16px;
|
||||||
margin-left: 3px;
|
margin-left: 32px;
|
||||||
}
|
}
|
||||||
@include media-breakpoint-up(md){
|
@include media-breakpoint-up(md){
|
||||||
margin-left: 100px;
|
margin-left: 100px;
|
||||||
|
|||||||
@ -141,8 +141,6 @@ export default {
|
|||||||
#barlist{
|
#barlist{
|
||||||
margin-top: 44px;
|
margin-top: 44px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
//padding-left: 32px;
|
|
||||||
//padding-right: 32px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.baritem{
|
.baritem{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user