donaSuccess.wxss 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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 .box {
  29. position: absolute;
  30. left: 0;
  31. top: 0;
  32. width: 100%;
  33. height: 100%;
  34. display: -webkit-box;
  35. display: -webkit-flex;
  36. display: flex;
  37. -webkit-box-orient: vertical;
  38. -webkit-box-direction: normal;
  39. -webkit-flex-direction: column;
  40. flex-direction: column;
  41. -webkit-box-align: center;
  42. -webkit-align-items: center;
  43. align-items: center;
  44. color: #FFFFFF;
  45. padding: 0rpx 32rpx 0 32rpx;
  46. }
  47. .content .box .music {
  48. -webkit-border-radius: 28rpx;
  49. border-radius: 28rpx;
  50. position: absolute;
  51. left: 12rpx;
  52. top: 250rpx;
  53. }
  54. .content .box .title {
  55. margin-top: 234rpx;
  56. font-size: 54rpx;
  57. }
  58. .content .box .main {
  59. margin-top: 20rpx;
  60. font-size: 32rpx;
  61. }
  62. .content .box .main .box-2 {
  63. text-indent: 68rpx;
  64. margin-top: 12rpx;
  65. }
  66. .content .box .footer {
  67. margin-top: 32rpx;
  68. width: 100%;
  69. }
  70. .content .box .footer .box-1 {
  71. display: -webkit-box;
  72. display: -webkit-flex;
  73. display: flex;
  74. -webkit-box-pack: end;
  75. -webkit-justify-content: flex-end;
  76. justify-content: flex-end;
  77. font-size: 28rpx;
  78. }
  79. .content .keepgo {
  80. -webkit-animation-play-state: paused;
  81. animation-play-state: paused;
  82. }