newuser.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. .container{
  2. background-color: #ffffff;
  3. }
  4. .img{
  5. width:100%;
  6. }
  7. .panelBottom{
  8. width:100%;
  9. height:140rpx;
  10. position: fixed;
  11. bottom: 0;
  12. background-color: #329468;
  13. z-index: 10;
  14. justify-content: space-between;
  15. }
  16. .panelBottom1{
  17. margin-left: 30rpx;
  18. color:#fff;
  19. align-items: flex-start;
  20. }
  21. .text7{
  22. font-size:24rpx;
  23. }
  24. .text8{
  25. font-size:36rpx;
  26. }
  27. .text1{
  28. margin: 200rpx 0 0 0;
  29. font-size:64rpx;
  30. color:#329468;
  31. }
  32. .text2{
  33. margin: 10rpx 0 0 0;
  34. font-size:36rpx;
  35. }
  36. .text3{
  37. font-size:28rpx;
  38. font-weight: 400;
  39. }
  40. .btn{
  41. font-size:36rpx;
  42. width:520rpx;
  43. height:90rpx;
  44. border-radius: 10rpx;
  45. text-align: center;
  46. line-height: 90rpx;
  47. color:#fff;
  48. background-color: #329468;
  49. margin-top: 30rpx;
  50. }
  51. .btn2{
  52. font-size:48rpx;
  53. width:380rpx;
  54. height:100rpx;
  55. border-radius: 10rpx;
  56. text-align: center;
  57. line-height: 100rpx;
  58. color:#1E1E1E;
  59. background-color: #FFDD0C;
  60. margin-right: 30rpx;
  61. }
  62. .text4{
  63. margin: 60rpx 0 0 0;
  64. font-size:36rpx;
  65. }
  66. .text6{
  67. margin: 100rpx 0 0 0;
  68. font-size:36rpx;
  69. color:#329468;
  70. text-align: center;
  71. }