shareMaster.wxss 351 B

12345678910111213141516171819
  1. .bg-img{
  2. width:750rpx;
  3. }
  4. .container{
  5. position: relative;
  6. font-size: 0;
  7. }
  8. .btn-img{
  9. width:306rpx;
  10. height:82rpx;
  11. left:222rpx;
  12. top:1160rpx;
  13. position: absolute;
  14. background: url('https://jzmall.lifejingzhi.com/file/wx-servant/btn-share.png') no-repeat center;
  15. background-size:100% ;
  16. outline: none;
  17. border: none;
  18. }
  19. button::after{ border: none; }