瀏覽代碼

修改开屏页

dev
corala 3 年之前
父節點
當前提交
0023264c90
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. +6
    -6
      pages/index/index.wxss

+ 6
- 6
pages/index/index.wxss 查看文件

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

Loading…
取消
儲存