todayExp.wxss 883 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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: 90rpx;
  15. height: 90rpx;
  16. position: absolute;
  17. left: 0;
  18. top: 0;
  19. border-radius: 100%;
  20. }
  21. .content{
  22. font-size: 32rpx;
  23. line-height: 48rpx;
  24. color: #333;
  25. margin-bottom: 15rpx;
  26. }
  27. .msg .name{
  28. font-size: 32rpx;
  29. color: #333;
  30. margin-left: 30rpx;
  31. }
  32. .msg .date{
  33. font-size: 28rpx;
  34. color: #333;
  35. margin-left: 30rpx;
  36. }
  37. .item_money{
  38. font-size: 33rpx;
  39. margin-bottom: 15rpx;
  40. }
  41. .item_money_title{
  42. font-size: 30rpx;
  43. }
  44. .recomment{
  45. padding: 24rpx 0;
  46. border-bottom: 1px solid rgba(245, 245, 245, 1);
  47. }
  48. .recomment image{
  49. width: 32rpx;
  50. margin-right: 10rpx;
  51. position: relative;
  52. top: 5rpx;
  53. }
  54. .recomment text{
  55. color: #999;
  56. font-size: 28rpx;
  57. margin-right: 40rpx;
  58. }