share.wxss 193 B

12345678910111213141516
  1. /* lionfish_comshop/pages/index/share.wxss */
  2. page {
  3. background: #fff;
  4. }
  5. .share-box {
  6. padding: 0 30rpx 10rpx;
  7. }
  8. .share-box .tip {
  9. line-height: 2.4;
  10. }
  11. .share-box .img {
  12. width: 100%;
  13. }