payfinished.wxss 1023 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. .container {
  2. background-color: #F5E2BE;
  3. justify-content: flex-start;
  4. color: #1E1E1E;
  5. font-weight: 500;
  6. }
  7. .bg{
  8. width: 639rpx;
  9. height:521rpx;
  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. .btn {
  20. width: 600rpx;
  21. height: 104rpx;
  22. background-color: #035834;
  23. border-radius: 14rpx;
  24. margin-top: 110rpx;
  25. }
  26. .btn1 {
  27. width: 100%;
  28. height: 90rpx;
  29. background-color: #03AF69;
  30. border-radius: 14rpx;
  31. position:relative;
  32. top:0;
  33. font-size: 36rpx;
  34. text-align: center;
  35. line-height: 90rpx;
  36. color:#fff;
  37. }
  38. .text2{
  39. font-size:22rpx;
  40. width:560rpx;
  41. margin-top: 50rpx;
  42. }
  43. .line2{
  44. width: 600rpx;
  45. height:3rpx;
  46. background-color: #593613;
  47. margin-top:80rpx;
  48. }
  49. .text3{
  50. font-size:36rpx;
  51. color:#A20602;
  52. margin-top: 90rpx;
  53. z-index: 10;
  54. }
  55. .Triangle{
  56. width: 16rpx;
  57. height:22rpx;
  58. margin-right: 22rpx;
  59. }
  60. .text4{
  61. font-size:28rpx;
  62. margin-top: 60rpx;
  63. z-index: 10;
  64. }
  65. .text5{
  66. margin-top: 20rpx;
  67. z-index: 10;
  68. }