newuser.wxss 1.2 KB

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