소스 검색

修改开屏页

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**/
.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;
}

불러오는 중...
취소
저장