kefu.wxss 248 B

1234567891011121314151617
  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: 0;
  11. outline: 0;
  12. }
  13. .btn-kefu image{
  14. width: inherit;
  15. height: inherit;
  16. }