You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitProject1/src/miniprogram/pages/index/index.wxss

21 lines
296 B

.cover{
background-color: #f1f1f1;
text-align: center;
padding: 80rpx;
}
.app{
width: 160rpx;
height: 160rpx;
}
.title{
font-weight: 500;
color: #000;
font-size: 44rpx;
margin: 50rpx 32rpx;
}
.desc{
font-weight: 500;
color: #000;
font-size: 44rpx;
margin: 50rpx 32rpx;
}