给关于我们页面横幅单独设置对齐。
This commit is contained in:
parent
247328d41e
commit
05b0302b44
@ -7,7 +7,7 @@ import Wanted from "./Wanted.vue";
|
||||
<template>
|
||||
<div class="pageroot" id="aboutusroot">
|
||||
<div id="abubanner" class="pagebanner">
|
||||
<div class="bannercontent">
|
||||
<div class="bannercontent" id="aboutusbannercontent">
|
||||
<span class="banner1">多年专业深耕<br /></span>
|
||||
<span class="banner2">赋能客户产品体验创新</span>
|
||||
</div>
|
||||
@ -91,6 +91,14 @@ export default {
|
||||
<style scoped lang="scss">
|
||||
@import "src/publicstyle.scss";
|
||||
|
||||
#aboutusbannercontent{
|
||||
@include media-breakpoint-between(xs, md) {
|
||||
margin-left: 32px;
|
||||
margin-right: 32px;
|
||||
//margin-top: 65%;
|
||||
}
|
||||
}
|
||||
|
||||
#jrwmblk{
|
||||
@include media-breakpoint-between(xs, md) {
|
||||
margin-bottom: 56px;
|
||||
|
||||
@ -39,8 +39,8 @@
|
||||
position: relative;
|
||||
align-self: flex-start;
|
||||
@include media-breakpoint-between(xs, md) {
|
||||
margin-left: 32px;
|
||||
margin-right: 32px;
|
||||
margin-left: 16px;
|
||||
margin-right: 16px;
|
||||
//margin-top: 65%;
|
||||
}
|
||||
@include media-breakpoint-between(md,xxl){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user