修改背景图

main
haoyuntao 9 months ago
parent fb5390eb8e
commit f519b14b79
  1. 3
      pages/activity/presale.vue

@ -138,7 +138,8 @@
<style lang="scss" scoped> <style lang="scss" scoped>
.presale { .presale {
background-image: linear-gradient(#ffeaed,#f6f6f6); background-image: linear-gradient(#ffeaed,#f6f6f6);
.presale-img image{width:100%} .presale-img{text-align: center;}
.presale-img image{height:380rpx;width:750rpx;}
// background: #ff7b79 url(https://www.royaum.com.cn/static/news/newPresale-bg.png) center top no-repeat; // background: #ff7b79 url(https://www.royaum.com.cn/static/news/newPresale-bg.png) center top no-repeat;
// background-size: 100% auto; // background-size: 100% auto;
overflow: hidden; overflow: hidden;

Loading…
Cancel
Save