index.wxss 256 B

123456789101112131415161718192021
  1. .wrap {
  2. padding: 0 20rpx;
  3. margin: 10rpx 0;
  4. }
  5. .wrap .img {
  6. width: 100%;
  7. }
  8. .contact {
  9. font-size: inherit;
  10. line-height: inherit;
  11. border-radius: 0;
  12. background: transparent;
  13. color: inherit;
  14. padding: 0;
  15. }
  16. .contact::after {
  17. content: none;
  18. }