12345678910111213141516171819202122232425 |
- .win{
- width: 120rpx;
- position: fixed;
- bottom: 30%;
- right: 0;
- z-index: 999;
- }
- .win .pic{
- width: 120rpx;
- }
- .win .price{
- position: absolute;
- top: 52rpx;
- width: 100%;
- text-align: center;
- color: #fff;
- font-weight: bolder;
- }
- .win .icon-tip-close{
- position: absolute;
- top: 0;
- left: -18rpx;
- font-size: 36rpx;
- }
|