phoneNewsPaper.wxss 399 B

123456789101112131415161718192021222324
  1. /* pages/phoneNewsPaper/phoneNewsPaper.wxss */
  2. .list li {
  3. padding: 20rpx 0;
  4. display: flex;
  5. flex-direction: column;
  6. justify-content: center;
  7. border-bottom: 1px solid rgb(102 102 102 / 12%);
  8. }
  9. .list li .title {
  10. display: block;
  11. font-size: 28rpx;
  12. color: #333333;
  13. margin-left: 20rpx;
  14. }
  15. .list li .time {
  16. margin-left: 20rpx;
  17. color: #999999;
  18. font-size: 24rpx;
  19. width: 90%;
  20. margin-top: 5px;
  21. }