123456789101112131415161718192021 |
- .wrap {
- padding: 0 20rpx;
- margin: 10rpx 0;
- }
- .wrap .img {
- width: 100%;
- }
- .contact {
- font-size: inherit;
- line-height: inherit;
- border-radius: 0;
- background: transparent;
- color: inherit;
- padding: 0;
- }
- .contact::after {
- content: none;
- }
|