liveMiddle.css 647 B

1234567891011121314151617181920212223242526272829303132333435
  1. /* pages/liveMiddle/liveMiddle.wxss */
  2. .button{
  3. position: fixed;
  4. bottom: 267rpx;
  5. left:50%;
  6. transform: translateX(-50%);
  7. }
  8. .btn{
  9. width: 217rpx;
  10. height: 63rpx;
  11. background-image: linear-gradient(to left,#FE934C,#FD3A31);
  12. border-radius: 32rpx;
  13. text-align: center;
  14. line-height: 63rpx;
  15. color: #ffffff;
  16. font-size: 28rpx;
  17. margin-bottom: 30rpx;
  18. }
  19. .btn1{
  20. width: 217rpx;
  21. height: 63rpx;
  22. background: #F6F8FF;
  23. border-radius: 32rpx;
  24. text-align: center;
  25. line-height: 63rpx;
  26. color: #FD4534;
  27. font-size: 28rpx;
  28. }
  29. .background {
  30. width: 100%;
  31. height: 100%;
  32. position:fixed;
  33. background-size:100% 100%;
  34. z-index: -1;
  35. }