Files
CompanyProject/衣莎项目/源码/YiShaXiYi/pages/contactUs/contactUs.wxss
2024-09-27 01:32:49 +08:00

37 lines
679 B
Plaintext

/* 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;
}