avatar.wxss 433 B

12345678910111213141516171819
  1. /* myComponents/avatar/avatar.wxss */
  2. @import "/static/iconfont/iconfont.wxss";
  3. .kefu{
  4. position: fixed;
  5. border-radius: 50%;
  6. width: 30px;
  7. height: 30px;
  8. padding: 5px;
  9. line-height: 100rpx;
  10. background-color: #33cd5f !important;
  11. right: 10px;
  12. bottom: 100px;
  13. z-index: 999; /* 确保按钮在其他内容之上 */
  14. overflow: hidden; /* 防止拖动时页面滚动 */
  15. }
  16. .img{
  17. width: 100%;
  18. height: 100%;
  19. }