This commit is contained in:
parent
6035372b02
commit
90eea87b7e
|
|
@ -27,7 +27,8 @@ onMounted(() => {})
|
|||
// height: 1080px;
|
||||
}
|
||||
.container {
|
||||
width: 1552px;
|
||||
/* width: 1552px; */
|
||||
width: 98%;
|
||||
background-color: pink;
|
||||
margin: 0 auto;
|
||||
background: #ffffff;
|
||||
|
|
|
|||
|
|
@ -1128,14 +1128,14 @@ isShowPriceFun()
|
|||
|
||||
<style lang="scss" scoped>
|
||||
.container {
|
||||
// width: 1200px;
|
||||
width: 1552px;
|
||||
/* width: 1552px; */
|
||||
width: 98%;
|
||||
margin: 15px auto;
|
||||
flex: 1;
|
||||
// min-height: 550px;
|
||||
background: #eeeff6;
|
||||
font-size: 16px;
|
||||
padding: 20px 10px;
|
||||
padding: 20px 0;
|
||||
background-color: #fff;
|
||||
border-radius: 15px;
|
||||
|
||||
|
|
|
|||
|
|
@ -723,13 +723,14 @@ isShowPriceFun()
|
|||
|
||||
<style lang="scss" scoped>
|
||||
.container {
|
||||
width: 1553px;
|
||||
/* width: 1553px; */
|
||||
width: 98%;
|
||||
margin: 15px auto;
|
||||
flex: 1;
|
||||
// min-height: 550px;
|
||||
background: #eeeff6;
|
||||
font-size: 16px;
|
||||
padding: 20px 10px;
|
||||
padding: 20px 0px;
|
||||
background-color: #fff;
|
||||
border-radius: 15px;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue