donaSuccess.wxss 905 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. width: 100%;
  13. height: 100%;
  14. }
  15. .content {
  16. width: 100%;
  17. height: 100%;
  18. position: relative;
  19. }
  20. .content .bgimg {
  21. width: 100%;
  22. height: 100%;
  23. }
  24. .content .bgimg image {
  25. width: 100%;
  26. height: 100%;
  27. }
  28. .content .tki-qrcode-canvas {
  29. width: 750rpx;
  30. height: 1350rpx;
  31. margin: 0 auto;
  32. }
  33. .content .box {
  34. color: #ffffff;
  35. width: 100%;
  36. height: 100vh;
  37. }
  38. .content .box .music {
  39. border-radius: 28rpx;
  40. position: absolute;
  41. left: 12rpx;
  42. top: 250rpx;
  43. z-index: 999;
  44. }
  45. .content .keepgo {
  46. -webkit-animation-play-state: paused;
  47. animation-play-state: paused;
  48. }
  49. .content .imgbox {
  50. height: 1350rpx;
  51. width: 750rpx;
  52. }
  53. .image {
  54. width: 100%;
  55. height: 100%;
  56. }