details.wxss 256 B

123456789101112131415161718192021
  1. .time {
  2. width: 100%;
  3. text-align: center;
  4. display: block;
  5. font-size: 12px;
  6. }
  7. .content {
  8. display: block;
  9. width: 90%;
  10. margin: 10px auto;
  11. }
  12. .title {
  13. width: 90%;
  14. margin: 0 auto;
  15. display: block;
  16. }
  17. .uni-title__base {
  18. line-height: 1.2em !important;
  19. }