informationDetails.wxss 820 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .center {
  12. height: 100%;
  13. }
  14. .bg {
  15. width: 100%;
  16. height: 474rpx;
  17. }
  18. .bg image {
  19. width: 100%;
  20. height: 100%;
  21. }
  22. .title {
  23. width: 90%;
  24. margin: 0 auto;
  25. font-size: 40rpx;
  26. font-weight: 500;
  27. color: #171313;
  28. text-overflow: -o-ellipsis-lastline;
  29. overflow: hidden;
  30. display: -webkit-box;
  31. -webkit-line-clamp: 2;
  32. -webkit-box-orient: vertical;
  33. }
  34. .time {
  35. width: 90%;
  36. margin: 0 auto;
  37. margin-top: 16rpx;
  38. font-size: 24rpx;
  39. font-weight: 500;
  40. color: #656b6c;
  41. }
  42. .content {
  43. width: 90%;
  44. margin: 0 auto;
  45. margin-top: 20rpx;
  46. font-size: 32rpx;
  47. font-weight: 500;
  48. color: #777777;
  49. }