所有页面横幅图片已经摆放。
This commit is contained in:
parent
b1e2792e2a
commit
7b1de0bb78
@ -1,5 +1,9 @@
|
||||
<template>
|
||||
<div class="pageroot" id="examplesprocessroot">
|
||||
<div id="examplesprocessbanner" class="pagebanner">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@ -8,6 +12,17 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
<style scoped lang="scss">
|
||||
@import "src/publicstyle.scss";
|
||||
|
||||
#examplesprocessbanner{
|
||||
@include media-breakpoint-between(xs, md) {
|
||||
background-image: url('/Examples/Examplesbanner_wep.png');
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(md) {
|
||||
background-image: url('/Examples/Examplesbanner.png');
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
@ -1,5 +1,9 @@
|
||||
<template>
|
||||
<div class="pageroot" id="serviceprocessroot">
|
||||
<div id="serviceprocessbanner" class="pagebanner">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@ -8,6 +12,17 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
<style scoped lang="scss">
|
||||
@import "src/publicstyle.scss";
|
||||
|
||||
#serviceprocessbanner{
|
||||
@include media-breakpoint-between(xs, md) {
|
||||
background-image: url('/ServiceProcess/ServiceProcessbanner_wep.png');
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(md) {
|
||||
background-image: url('/ServiceProcess/ServiceProcessbanner.png');
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user