content.scss 912 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .content-box {
  2. width: 100vw;
  3. padding: 20rpx 30rpx;
  4. box-sizing: border-box;
  5. background-color: #fff;
  6. border-bottom: 1px solid #ddd;
  7. .title {
  8. display: flex;
  9. line-height: 42rpx;
  10. font-size: 30rpx;
  11. font-family: PingFang SC-Regular, PingFang SC;
  12. color: #333333;
  13. text {
  14. height: 42rpx;
  15. background: #3874F6;
  16. border-radius: 4rpx;
  17. padding: 0 16rpx;
  18. font-size: 24rpx;
  19. font-family: PingFang SC-Regular, PingFang SC;
  20. color: #FFFFFF;
  21. margin-right: 10rpx;
  22. flex-shrink: 0;
  23. }
  24. .line-1 {
  25. // flex: 1;
  26. width: 660rpx;
  27. }
  28. }
  29. .rep {
  30. line-height: 34rpx;
  31. font-size: 24rpx;
  32. font-family: PingFang SC-Regular, PingFang SC;
  33. color: #666666;
  34. margin-top: 10rpx;
  35. }
  36. }