index.wxss 578 B

123456789101112131415161718192021222324252627282930313233
  1. page {
  2. background: #f6f6f6;
  3. padding: 20rpx 20rpx 20rpx 0;
  4. }
  5. page .box {
  6. margin: 20rpx;
  7. border-radius: 10rpx;
  8. background: #fff;
  9. padding: 15rpx 20rpx;
  10. }
  11. page .box .title {
  12. font-size: 36rpx;
  13. }
  14. page .box .details {
  15. display: flex;
  16. margin-top: 20rpx;
  17. }
  18. page .box .details .image {
  19. width: 180rpx;
  20. height: 180rpx;
  21. border-radius: 18rpx;
  22. }
  23. page .box .details .information {
  24. margin-left: 20rpx;
  25. }
  26. page .box .details .information .num {
  27. margin-bottom: 30rpx;
  28. }
  29. page .box .details .information .time {
  30. font-size: 24rpx;
  31. color: #666666;
  32. margin-top: 10rpx;
  33. }