This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
corala
/
biguiyuan
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
修改开屏页
dev
corala
3 years ago
parent
c0aad1595f
commit
0023264c90
1 changed files
with
6 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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: 1
45
rpx;
bottom: 1
10
rpx;
left: 36rpx;
width: 320rpx;
height:
96
rpx;
height:
122
rpx;
}
.btn2{
position: absolute;
bottom: 1
3
0rpx;
bottom: 1
1
0rpx;
right: 38rpx;
width: 320rpx;
height:
96
rpx;
height:
122
rpx;
}
Write
Preview
Loading…
Cancel
Save