collectionNum.wxss 866 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /* pages/collectionNum/collectionNum.wxss */
  2. .top {
  3. text-align: center;
  4. margin-bottom: 60rpx;
  5. }
  6. .day,
  7. .num {
  8. font-size: 24rpx;
  9. font-family: PingFang SC;
  10. font-weight: 500;
  11. color: #747474;
  12. line-height: 36rpx;
  13. opacity: 0.8;
  14. }
  15. .money {
  16. margin-top: 61rpx;
  17. margin-bottom: 30rpx;
  18. }
  19. .list {
  20. display: flex;
  21. padding: 50rpx 30rpx 30rpx;
  22. border-bottom: solid 1rpx rgba(238, 238, 238, 1);
  23. }
  24. .left {
  25. flex: 0 0 96rpx;
  26. margin-right: 27rpx;
  27. }
  28. .left image {
  29. border: solid 1rpx #747474;
  30. height: 96rpx;
  31. width: 96rpx;
  32. border-radius: 10rpx;
  33. }
  34. .middle {
  35. flex: 1;
  36. padding: 5rpx 0;
  37. }
  38. .right {
  39. padding: 30rpx;
  40. text-align: right;
  41. flex: 1;
  42. font-size: 32rpx;
  43. font-family: PingFang SC;
  44. font-weight: 500;
  45. color: #333333;
  46. line-height: 36rpx;
  47. }
  48. .name{
  49. margin-bottom:10rpx;
  50. }