12345678910111213141516171819202122 |
- /* components/contactmov/contactmov.wxss */
- .move-area-ser {
- width: 750rpx;
- height: 100vh;
- top: 0rpx;
- /* pointer-events: auto; */
- position: fixed;
- pointer-events: none;
- z-index: 99;
- }
- .move-view-ser {
- pointer-events: auto;
- width: 208rpx;
- height: 330rpx;
- }
- .contact-img {
- width: 208rpx;
- height: 330rpx;
- margin: 0;
- }
|