donaSuccess.wxss 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. border-radius: 28rpx;
  49. position: absolute;
  50. left: 12rpx;
  51. top: 250rpx;
  52. }
  53. .content .box .title {
  54. margin-top: 234rpx;
  55. font-size: 54rpx;
  56. }
  57. .content .box .main {
  58. margin-top: 20rpx;
  59. font-size: 32rpx;
  60. }
  61. .content .box .main .box-2 {
  62. text-indent: 68rpx;
  63. margin-top: 12rpx;
  64. }
  65. .content .box .footer {
  66. margin-top: 32rpx;
  67. width: 100%;
  68. }
  69. .content .box .footer .box-1 {
  70. display: -webkit-box;
  71. display: -webkit-flex;
  72. display: flex;
  73. -webkit-box-pack: end;
  74. -webkit-justify-content: flex-end;
  75. justify-content: flex-end;
  76. font-size: 28rpx;
  77. }
  78. .content .keepgo {
  79. -webkit-animation-play-state: paused;
  80. animation-play-state: paused;
  81. }