newsDetails.wxss 675 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. page {
  2. padding: 0 50rpx;
  3. background-color: #fff
  4. }
  5. .title {
  6. margin-top: 38rpx;
  7. font-size: 36rpx;
  8. line-height: 44rpx;
  9. color: #111111;
  10. font-weight: bold
  11. }
  12. .title-bottom {
  13. display: flex;
  14. justify-content: space-between;
  15. margin-top: 20rpx;
  16. }
  17. .title-bottom .tagR {
  18. background: #83CEBE;
  19. padding: 0 20rpx;
  20. border-radius: 17rpx;
  21. line-height: 34rpx;
  22. font-size: 24rpx;
  23. color: #FFFFFF;
  24. height: 34rpx;
  25. }
  26. .title-bottom .time {
  27. line-height: 40rpx;
  28. font-size: 24rpx;
  29. font-weight: 400;
  30. color: #8D8D8D;
  31. display: flex;
  32. align-items: center;
  33. }
  34. .title-bottom .time > image {
  35. width: 24rpx;
  36. margin-right: 12rpx;
  37. }
  38. .content {
  39. margin-top: 50rpx;
  40. }