Introduction.wxss 218 B

1234567891011121314
  1. /* pages/IntroductionIntroduction.wxss */
  2. .container{
  3. margin: 30rpx 30rpx;
  4. }
  5. .title{
  6. display: flex;
  7. justify-content: center;
  8. font-size: 40rpx;
  9. }
  10. text{
  11. color: #000;
  12. font-size: 32rpx;
  13. text-align: justify;
  14. }