53 lines
857 B
Plaintext
53 lines
857 B
Plaintext
page {
|
|
background: #f1f1f1;
|
|
height: 100%;
|
|
}
|
|
|
|
.container {
|
|
background: #f1f1f1;
|
|
height: 100%;
|
|
position: relative;
|
|
padding-top: 40rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.btn-wrap{
|
|
width: 100%;
|
|
height: 120rpx;
|
|
background: #fff;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: fixed;
|
|
bottom: 0;
|
|
padding: 20rpx 30rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.btn-wrap .btn{
|
|
height: 90rpx;
|
|
width: 100%;
|
|
color: #192841;
|
|
background: linear-gradient(to right, #f8cd4e, #fae277);
|
|
text-align: center;
|
|
line-height: 90rpx;
|
|
margin: 0;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.btn-wrap .btn::after{
|
|
border: none;
|
|
}
|
|
|
|
.share-image {
|
|
width: 580rpx;
|
|
height: 1032rpx;
|
|
margin: 0 auto;
|
|
/* border: 1px solid black; */
|
|
}
|
|
|
|
button {
|
|
margin-top: 20rpx;
|
|
color: #695233;
|
|
}
|