|
|
|
@@ -1,13 +1,14 @@ |
|
|
|
.container{ |
|
|
|
background: url('https://static.quhouse.com/da53587733cd4501b4a7d168656bdac4.png') no-repeat; |
|
|
|
width: 750rpx; |
|
|
|
height: 1446rpx; |
|
|
|
/* height: 1446rpx; */ |
|
|
|
min-height: 100vh; |
|
|
|
background: url('https://static.quhouse.com/da53587733cd4501b4a7d168656bdac4.png') no-repeat; |
|
|
|
background-size: cover; |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
align-items: center; |
|
|
|
justify-content: flex-end; |
|
|
|
padding-bottom: 200rpx; |
|
|
|
} |
|
|
|
.my-btn{ |
|
|
|
width: 394rpx; |
|
|
|
@@ -20,8 +21,5 @@ |
|
|
|
font-family: PingFangSC-Medium, PingFang SC; |
|
|
|
font-weight: 500; |
|
|
|
color: #FFFFFF; |
|
|
|
/* border: 2rpx solid; */ |
|
|
|
/* border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)) 2 2; */ |
|
|
|
margin-bottom: 143rpx; |
|
|
|
box-shadow: 0 3rpx 5rpx #fff; |
|
|
|
} |