添加了一些页面

This commit is contained in:
qianlile
2021-08-17 13:36:34 +08:00
parent 7c061bbb9b
commit a341927725
47 changed files with 2430 additions and 686 deletions

View File

@@ -0,0 +1,19 @@
/* miniprogram/components/aboutUs/index.wxss */
/* .name{
font-size: 42rpx;
text-align: center;
margin: 15rpx auto;
} */
.card{
margin: 30rpx auto;
width: 80vw;
padding: 30rpx;
box-shadow: 5rpx 5rpx 5rpx #666;
background-color: #ffffff;
}
.title{
width: 50%;
font-size: 38rpx;
padding: 15rpx 0;
border-bottom: 2rpx solid #bfbfbf;
}