payfinished.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. .container {
  2. background-color: #99607C;
  3. justify-content: flex-start;
  4. color: #FFD48B;
  5. font-weight: 500;
  6. }
  7. .bg{
  8. width: 100%;
  9. height:490rpx;
  10. position: fixed;
  11. bottom: 0;
  12. left:0;
  13. }
  14. .universalpic_face_default_blue_size01{
  15. width: 160rpx;
  16. height:160rpx;
  17. border-radius: 50%;
  18. margin-top: 80rpx;
  19. }
  20. .text0{
  21. font-size:36rpx;
  22. text-align: center;
  23. margin-top: 40rpx;
  24. z-index: 10;
  25. }
  26. .text1{
  27. font-size:44rpx;
  28. text-align: center;
  29. margin-top: 10rpx;
  30. z-index: 10;
  31. }
  32. .btn {
  33. width: 520rpx;
  34. height: 118rpx;
  35. background-color:rgba(0,0,0,0.2);
  36. border-radius: 14rpx;
  37. margin-top: 50rpx;
  38. z-index: 10;
  39. }
  40. .btn1 {
  41. width: 100%;
  42. height: 104rpx;
  43. background-color: #D6A665;
  44. border-radius: 14rpx;
  45. position:relative;
  46. top:0;
  47. }
  48. .btn2 {
  49. width: 100%;
  50. height: 90rpx;
  51. background-color: #FFCD79;
  52. border-radius: 14rpx;
  53. position:relative;
  54. top:0;
  55. font-size: 36rpx;
  56. text-align: center;
  57. line-height: 90rpx;
  58. color:#713312;
  59. }
  60. .ipad{
  61. margin-top:140rpx;
  62. }
  63. .text3{
  64. font-size:22rpx;
  65. width:470rpx;
  66. margin-top: 40rpx;
  67. z-index: 10;
  68. font-weight: 400;
  69. }
  70. .text4{
  71. color:#FFD48B;
  72. }
  73. .text5{
  74. color:#C8A5C4;
  75. }