index.wxss 311 B

123456789101112131415161718
  1. .button{
  2. background-color: var(--subtitleColor);
  3. color: #fff;
  4. border-radius: 0;
  5. position: fixed;
  6. bottom: 0;
  7. width: 100%;
  8. }
  9. .button::after{
  10. border-radius: 0;
  11. }
  12. .consult{
  13. width: 100%;
  14. height: 1000rpx;
  15. overflow: hidden;
  16. overflow-y: scroll;
  17. }
  18. .consult .image{width: 100%;margin-bottom: 90rpx;}