accredit.wxss 1019 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. .container{
  2. background-color: #FEBD00;
  3. }
  4. .bg{
  5. width: 100%;
  6. height:769rpx;
  7. position: fixed;
  8. bottom: 0;
  9. left:0;
  10. }
  11. .text0{
  12. font-size:36rpx;
  13. text-align: center;
  14. margin-top: 280rpx;
  15. z-index: 10;
  16. }
  17. .text1{
  18. font-size:44rpx;
  19. text-align: center;
  20. margin-top: 10rpx;
  21. z-index: 10;
  22. }
  23. .btn {
  24. width: 600rpx;
  25. height: 104rpx;
  26. background-color: #035834;
  27. border-radius: 14rpx;
  28. margin-top: 90rpx;
  29. z-index: 10;
  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. .line2{
  44. width: 600rpx;
  45. height:3rpx;
  46. background-color: #593613;
  47. margin-top:350rpx;
  48. z-index: 10;
  49. }
  50. .ipad{
  51. margin-top:140rpx;
  52. }
  53. .text3{
  54. font-size:22rpx;
  55. width:560rpx;
  56. margin-top: 40rpx;
  57. z-index: 10;
  58. font-weight: 400;
  59. }
  60. .buyOK{
  61. width: 106rpx;
  62. height:106rpx;
  63. margin-top: 120rpx;
  64. }
  65. .text4{
  66. font-size:64rpx;
  67. margin-top: 20rpx;
  68. font-weight: 500;
  69. }