标题成型
This commit is contained in:
parent
5951b9d4f2
commit
e89e1f0617
@ -6,7 +6,7 @@
|
||||
<div id="bannercontentfill"
|
||||
style="width: 100%;height: 100%;
|
||||
background-color: rgba(0,0,0,0.5);">
|
||||
<div class="bannercontent">
|
||||
<div class="bannercontent" id="currentbanner">
|
||||
<span class="banner2">{{this.psginfo.brandname_cn}}<br /></span>
|
||||
<span class="banner1">{{this.psginfo.projectname_cn}}</span>
|
||||
</div>
|
||||
@ -112,6 +112,27 @@ export default {
|
||||
<style scoped lang="scss">
|
||||
@import "src/publicstyle.scss";
|
||||
|
||||
#currentbanner{
|
||||
@include media-breakpoint-between(xs, md) {
|
||||
margin-left: 32px;
|
||||
margin-right: 32px;
|
||||
//margin-top: 274px;
|
||||
margin-top: 65%;
|
||||
}
|
||||
@include media-breakpoint-between(md,xxl){
|
||||
margin-left: 100px;
|
||||
margin-right: 100px;
|
||||
//margin-top: 100px;
|
||||
margin-top: 15%;
|
||||
}
|
||||
@include media-breakpoint-up(xxl) {
|
||||
margin-left: 256px;
|
||||
margin-right: 256px;
|
||||
//margin-top: 367px;
|
||||
margin-top: 15%;
|
||||
}
|
||||
}
|
||||
|
||||
#bannercontentfill{
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user