25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- /**index.wxss**/
- .container{
- width: 750rpx;
- height: 1624rpx;
- min-height: 100vh;
- background: url('https://static.quhouse.com/a182a4a222f84d6b9ea346908ddfcf76.png') no-repeat #FFBE49;
- background-size: cover;
- position: relative;
- }
- .btn1{
- position: absolute;
- bottom: 145rpx;
- left: 36rpx;
- width: 320rpx;
- height: 96rpx;
- }
- .btn2{
- position: absolute;
- bottom: 130rpx;
- right: 38rpx;
- width: 320rpx;
- height: 96rpx;
- }
|