kefu.wxss 405 B

1234567891011121314151617181920212223242526272829
  1. /* pages/components/kefu/kefu.wxss */
  2. .btn-kefu{
  3. position: fixed;
  4. right: 30rpx;
  5. bottom: 80rpx;
  6. width: 145rpx;
  7. height: 145rpx;
  8. padding: 0;
  9. margin: 0;
  10. border: none;
  11. outline: none;
  12. }
  13. .btn-kefu image{
  14. width: inherit;
  15. height: inherit;
  16. mode:aspectFit;
  17. background-color: none;
  18. }
  19. .btn-kefu::after {
  20. content: "";
  21. border: none;
  22. }
  23. .btn-kefu::before {
  24. content: "";
  25. border: none;
  26. }