donaSuccess.wxss 903 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. -webkit-border-radius: 28rpx;
  40. border-radius: 28rpx;
  41. position: absolute;
  42. left: 12rpx;
  43. top: 250rpx;
  44. z-index: 999;
  45. }
  46. .content .keepgo {
  47. -webkit-animation-play-state: paused;
  48. animation-play-state: paused;
  49. }
  50. .content .imgbox {
  51. height: 1350rpx;
  52. width: 750rpx;
  53. }