帧视界壹通告,付费看视频的微信小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
289 B

  1. .bottomBtn {
  2. position: fixed;
  3. bottom: 5%;
  4. left: 25%;
  5. width: 50%;
  6. height: 80rpx;
  7. text-align: center;
  8. color: #ffffff;
  9. background: linear-gradient(to right, #3c69f1, #5f3bf5);
  10. display: flex;
  11. justify-content: center;
  12. align-items: center;
  13. font-size: 30rpx;
  14. }