aa2980c5
夏洋涛
feat:创建应用
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
.main {
padding: 32rpx;
}
.content {
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 500;
color: rgba(58, 58, 58, 1);
}
.title {
font-size: 36rpx;
font-family: PingFang SC;
font-weight: 500;
color: rgba(58, 58, 58, 1);
}
|