rethink.wxss 726 B

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