file-detail.wxss 449 B

123456789101112131415161718192021222324252627282930
  1. /* pages/file-detail/file-detail.wxss */
  2. .detail {
  3. padding: 30rpx;
  4. box-sizing: border-box;
  5. }
  6. .title {
  7. font-size: 1.2em;
  8. text-align: center;
  9. }
  10. .publish-time {
  11. font-size: .7em;
  12. color: #999999;
  13. text-align: center;
  14. margin-top: 10rpx;
  15. }
  16. .line {
  17. height: 2rpx;
  18. color: #fff;
  19. text-align: center;
  20. background-color: #EBE8E3;
  21. margin-top: 40rpx;
  22. margin-bottom: 40rpx;
  23. }
  24. .content {
  25. color: #747474;
  26. }