.bottomBtn {
|
|
position: fixed;
|
|
bottom: 5%;
|
|
left: 25%;
|
|
width: 50%;
|
|
height: 80rpx;
|
|
text-align: center;
|
|
color: #ffffff;
|
|
background: linear-gradient(to right, #3c69f1, #5f3bf5);
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 30rpx;
|
|
}
|