introductionDetails.scss 151 B

12345678910111213141516
  1. /* 介绍详情 */
  2. .details {
  3. &-img {
  4. width: 100%;
  5. image {
  6. width: 100%;
  7. }
  8. }
  9. &-content {
  10. padding: 30rpx;
  11. line-height: 50rpx;
  12. }
  13. }