Browse Source

修改开屏页

dev
corala 3 years ago
parent
commit
0023264c90
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      pages/index/index.wxss

+ 6
- 6
pages/index/index.wxss View File

@@ -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;
}

Loading…
Cancel
Save