Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- /**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;
- }
|