payfinished.wxss 956 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. .container {
  2. background-color: #F5E2BE;
  3. justify-content: flex-start;
  4. color: #1E1E1E;
  5. font-weight: 500;
  6. }
  7. .bg{
  8. width: 100%;
  9. height:769rpx;
  10. position: fixed;
  11. bottom: 0;
  12. left:0;
  13. }
  14. .text0{
  15. font-size:36rpx;
  16. text-align: center;
  17. margin-top: 280rpx;
  18. z-index: 10;
  19. }
  20. .text1{
  21. font-size:44rpx;
  22. text-align: center;
  23. margin-top: 10rpx;
  24. z-index: 10;
  25. }
  26. .btn {
  27. width: 600rpx;
  28. height: 104rpx;
  29. background-color: #035834;
  30. border-radius: 14rpx;
  31. margin-top: 90rpx;
  32. z-index: 10;
  33. }
  34. .btn1 {
  35. width: 100%;
  36. height: 90rpx;
  37. background-color: #03AF69;
  38. border-radius: 14rpx;
  39. position:relative;
  40. top:0;
  41. font-size: 36rpx;
  42. text-align: center;
  43. line-height: 90rpx;
  44. color:#fff;
  45. }
  46. .line2{
  47. width: 600rpx;
  48. height:3rpx;
  49. background-color: #593613;
  50. margin-top:350rpx;
  51. z-index: 10;
  52. }
  53. .ipad{
  54. margin-top:140rpx;
  55. }
  56. .text3{
  57. font-size:22rpx;
  58. width:560rpx;
  59. margin-top: 40rpx;
  60. z-index: 10;
  61. font-weight: 400;
  62. }