123456789101112131415161718192021 |
- /* components/contactmov/contactmov.wxss */
- .move-area-ser {
- width: 750rpx;
- height: 100vh;
- top: 0rpx;
- /* pointer-events: auto; */
- position: fixed;
- pointer-events: none;
- }
- .move-view-ser {
- pointer-events: auto;
- width:246rpx;
- height:200rpx;
- }
- .contact-img {
- width:246rpx;
- height:200rpx;
- margin: 0;
- }
|