articleDetail.wxss 618 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. @import "/components/local/wxParse/wxParse.wxss";
  2. page {
  3. background: #fff;
  4. height: 100%;
  5. }
  6. .detail {
  7. overflow: hidden;
  8. width: 100%;
  9. }
  10. .detail .user {
  11. padding: 30rpx;
  12. /* border-bottom: 1px solid #ccc; */
  13. }
  14. .detail .title {
  15. font-size: 36rpx;
  16. font-family: PingFangSC-Medium, PingFang SC;
  17. font-weight: 500;
  18. padding: 40rpx 30rpx 0;
  19. }
  20. .detail .user image {
  21. width: 100rpx;
  22. height: 100rpx;
  23. border-radius: 50%;
  24. }
  25. .detail .user text {
  26. margin-left: 20rpx;
  27. }
  28. .time {
  29. font-size: 28rpx;
  30. font-family: PingFangSC-Regular, PingFang SC;
  31. font-weight: 400;
  32. color: #666666;
  33. margin-top: 8rpx;
  34. }