This commit is contained in:
zhaofang
2022-10-20 17:13:20 +08:00
parent 80b019f086
commit 6b78bebff1
6 changed files with 24 additions and 19 deletions

View File

@@ -74,10 +74,10 @@
created() {
let width = document.body.clientWidth;
console.log(width,'width');
if(width > 1920) {
if(width > 1921) {
this.clientWidth = '1088px';
}
if(width > 1681 && width < 1920) {
if(width > 1681 && width < 1921) {
this.clientWidth = '888px';
}
if(width > 1367 && width < 1680) {
@@ -181,9 +181,10 @@
}
.gui-box-left{
padding-top: 90px;
width: 190px;
// width: 190px;
// background: #387DF7;
background: url('../../../public/images/homeWu/guide-bg.png') no-repeat 101% / 101%;
background: url('../../../public/images/homeWu/guide-bg.png') no-repeat;
background-size: 100% 100%;
border-radius: 10px 0 0 10px;
.left-title{
width: 190px;