Bläddra i källkod

修改开屏页

dev
corala 3 år sedan
förälder
incheckning
0023264c90
1 ändrade filer med 6 tillägg och 6 borttagningar
  1. +6
    -6
      pages/index/index.wxss

+ 6
- 6
pages/index/index.wxss Visa fil

@@ -1,23 +1,23 @@
/**index.wxss**/
.container{
width: 750rpx;
height: 1624rpx;
/* height: 1624rpx; */
min-height: 100vh;
background: url('https://static.quhouse.com/a182a4a222f84d6b9ea346908ddfcf76.png') no-repeat #FFBE49;
background-size: cover;
background-size: 750rpx 100vh;
position: relative;
}
.btn1{
position: absolute;
bottom: 145rpx;
bottom: 110rpx;
left: 36rpx;
width: 320rpx;
height: 96rpx;
height: 122rpx;
}
.btn2{
position: absolute;
bottom: 130rpx;
bottom: 110rpx;
right: 38rpx;
width: 320rpx;
height: 96rpx;
height: 122rpx;
}

Laddar…
Avbryt
Spara