solitaireHead.wxss 579 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. @import "/icon.wxss";
  2. @import "/common.wxss";
  3. .headinfo {
  4. position: relative;
  5. padding: 30rpx;
  6. }
  7. .headinfo .avatar {
  8. width: 100rpx;
  9. height: 100rpx;
  10. border-radius: 50%;
  11. margin-right: 20rpx;
  12. }
  13. .headinfo .share {
  14. position: absolute;
  15. top: 30rpx;
  16. right: 30rpx;
  17. }
  18. .headinfo .share .iconfont {
  19. font-size: 50rpx;
  20. margin-left: 30rpx;
  21. color: rgb(233, 169, 68);
  22. }
  23. .headinfo .share .btn {
  24. display: inline-block;
  25. line-height: inherit;
  26. background: transparent;
  27. width: auto;
  28. padding: 0;
  29. font-size: 0;
  30. }
  31. .headinfo .share .btn::after {
  32. content: none;
  33. }