index.scss 447 B

123456789101112131415161718192021222324
  1. .content{
  2. padding: 48rpx 32rpx 0 32rpx;
  3. .title{
  4. font-size: 40rpx;
  5. font-family: PingFang-SC-Bold, PingFang-SC;
  6. font-weight: bold;
  7. color: #333333;
  8. margin-bottom: 50rpx;
  9. }
  10. .p{
  11. font-size: 30rpx;
  12. font-family: PingFang-SC-Bold, PingFang-SC;
  13. // font-weight: bold;
  14. color: #333333;
  15. line-height: 50rpx;
  16. text-indent: 2rem;
  17. margin-bottom: 50rpx;
  18. }
  19. image{
  20. width: 686rpx;
  21. height: 686rpx;
  22. border-radius: 0 40rpx 0 40rpx;
  23. }
  24. }