floatWindow.wxss 335 B

12345678910111213141516171819202122232425
  1. .win{
  2. width: 120rpx;
  3. position: fixed;
  4. bottom: 30%;
  5. right: 0;
  6. z-index: 999;
  7. }
  8. .win .pic{
  9. width: 120rpx;
  10. }
  11. .win .price{
  12. position: absolute;
  13. top: 52rpx;
  14. width: 100%;
  15. text-align: center;
  16. color: #fff;
  17. font-weight: bolder;
  18. }
  19. .win .icon-tip-close{
  20. position: absolute;
  21. top: 0;
  22. left: -18rpx;
  23. font-size: 36rpx;
  24. }