123456789101112131415161718192021222324 |
- .content{
- padding: 48rpx 32rpx 0 32rpx;
- .title{
- font-size: 40rpx;
- font-family: PingFang-SC-Bold, PingFang-SC;
- font-weight: bold;
- color: #333333;
- margin-bottom: 50rpx;
- }
- .p{
- font-size: 30rpx;
- font-family: PingFang-SC-Bold, PingFang-SC;
- // font-weight: bold;
- color: #333333;
- line-height: 50rpx;
- text-indent: 2rem;
- margin-bottom: 50rpx;
- }
- image{
- width: 686rpx;
- height: 686rpx;
- border-radius: 0 40rpx 0 40rpx;
- }
- }
|