donaSuccess.wxss 914 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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: 1340rpx;
  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: 1340rpx;
  51. width: 100%;
  52. }