todayExp.wxss 712 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /* pages/todayExp/todayExp.wxss */
  2. page{
  3. padding: 20rpx;
  4. }
  5. scroll-view{
  6. height: 100vh;
  7. }
  8. .relist{
  9. position: relative;
  10. padding-left: 80rpx;
  11. margin-bottom: 24rpx;
  12. }
  13. .relist>image{
  14. width: 64rpx;
  15. height: 64rpx;
  16. position: absolute;
  17. left: 0;
  18. top: 0;
  19. border-radius: 100%;
  20. }
  21. .content,.msg .name{
  22. font-size: 30rpx;
  23. line-height: 48rpx;
  24. color: #333;
  25. }
  26. .msg view{
  27. color: #666;
  28. font-size: 28rpx;
  29. }
  30. .msg view label{
  31. font-size: 28rpx;
  32. }
  33. .recomment{
  34. padding: 24rpx 0;
  35. border-bottom: 1px solid rgba(245, 245, 245, 1);
  36. }
  37. .recomment image{
  38. width: 32rpx;
  39. margin-right: 10rpx;
  40. position: relative;
  41. top: 5rpx;
  42. }
  43. .recomment text{
  44. color: #999;
  45. font-size: 28rpx;
  46. margin-right: 40rpx;
  47. }