payfinished.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. .text1{
  15. font-size:36rpx;
  16. text-align: center;
  17. margin-top: 132rpx;
  18. }
  19. .text1_1{
  20. font-size:44rpx;
  21. text-align: center;
  22. margin-top: 10rpx;
  23. }
  24. .btn {
  25. width: 600rpx;
  26. height: 104rpx;
  27. background-color: #035834;
  28. border-radius: 14rpx;
  29. margin-top: 88rpx;
  30. }
  31. .btn1 {
  32. width: 100%;
  33. height: 90rpx;
  34. background-color: #03AF69;
  35. border-radius: 14rpx;
  36. position:relative;
  37. top:0;
  38. font-size: 36rpx;
  39. text-align: center;
  40. line-height: 90rpx;
  41. color:#fff;
  42. }
  43. .text2{
  44. font-size:22rpx;
  45. width:560rpx;
  46. margin-top: 50rpx;
  47. z-index: 10;
  48. }
  49. .line2{
  50. width: 600rpx;
  51. height:3rpx;
  52. background-color: #593613;
  53. margin-top:360rpx;
  54. z-index: 10;
  55. }
  56. .text3{
  57. font-size:36rpx;
  58. color:#A20602;
  59. margin-top: 90rpx;
  60. z-index: 10;
  61. }
  62. .Triangle{
  63. width: 16rpx;
  64. height:22rpx;
  65. margin-right: 22rpx;
  66. }
  67. .text4{
  68. font-size:28rpx;
  69. margin-top: 60rpx;
  70. z-index: 10;
  71. }
  72. .text5{
  73. margin-top: 20rpx;
  74. z-index: 10;
  75. }