newuser.wxss 1002 B

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