detail.scss 362 B

1234567891011121314151617
  1. @import "./detail.skeleton.wxss";
  2. .header {
  3. background-color: #fff;
  4. padding: 20rpx 30rpx 0rpx;
  5. box-sizing: border-box;
  6. margin-bottom: -16rpx;
  7. .title {
  8. height: 40rpx;
  9. font-size: 28rpx;
  10. font-family: PingFang SC-Bold, PingFang SC;
  11. font-weight: bold;
  12. color: #333333;
  13. margin-bottom: 16rpx;
  14. }
  15. }