first commit

This commit is contained in:
编码猿
2024-09-27 01:32:49 +08:00
commit 28ebe05a64
7399 changed files with 1174529 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
/* 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;
}