| 12345678910111213141516171819 | .footer-but {    position: fixed !important;    width: 100vw !important;    height: 130rpx !important;    bottom: 0 !important;    text-align: center;    background-color: #FFFFFF;    .button {        width: 500rpx !important;        height: 90rpx !important;        background: #3874F6 !important;        border-radius: 45rpx !important;        font-size: 28rpx !important;        font-family: PingFang SC-Bold, PingFang SC !important;        font-weight: bold !important;        color: #FFFFFF !important;    }}
 |