payfinished.wxss 909 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. }
  25. .btn {
  26. width: 600rpx;
  27. height: 104rpx;
  28. background-color: #035834;
  29. border-radius: 14rpx;
  30. margin-top: 90rpx;
  31. z-index: 10;
  32. }
  33. .btn1 {
  34. width: 100%;
  35. height: 90rpx;
  36. background-color: #03AF69;
  37. border-radius: 14rpx;
  38. position:relative;
  39. top:0;
  40. font-size: 36rpx;
  41. text-align: center;
  42. line-height: 90rpx;
  43. color:#fff;
  44. }
  45. .line2{
  46. width: 600rpx;
  47. height:3rpx;
  48. background-color: #593613;
  49. margin-top:350rpx;
  50. z-index: 10;
  51. }
  52. .text3{
  53. font-size:22rpx;
  54. width:560rpx;
  55. margin-top: 40rpx;
  56. z-index: 10;
  57. font-weight: 400;
  58. }