/* pages/contactUs/contactUs.wxss */ .contactUs{ width: 646rpx; height: 700rpx; background-color: #ffffff; box-shadow: -4rpx 3rpx 30rpx 0px rgba(0, 0, 0, 0.1); border-radius: 20rpx; margin: 45rpx auto 0; padding-top: 95rpx; } .qr_code{ width: 304rpx; height: 304rpx; margin: 0 auto; } .qr_code image{ height: 100%; width: 100%; } .qr_p{ font-family: PingFang-SC-Medium; font-size: 32rpx; font-weight: 400; letter-spacing: 0px; color: #999999; text-align: center; } .us_text{ margin-top: 70rpx; } .us-p{ font-family: PingFang-SC-Medium; font-size: 28rpx; font-weight: 400; color: #666666; padding: 0 42rpx; }