index.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. /* pages/rechange/index.wxss */
  2. .listker-content {
  3. width: 750rpx;
  4. min-height: 100vh;
  5. background: #F7F8FA;
  6. }
  7. .listker-item {
  8. margin-left: 20rpx;
  9. background: #FFFFFF;
  10. border-radius: 24rpx;
  11. width: 710rpx;
  12. height: 196rpx;
  13. display: flex;
  14. align-items: center;
  15. }
  16. .desc {
  17. margin-left: 32rpx;
  18. flex: 1;
  19. }
  20. .title {
  21. font-size: 32rpx;
  22. font-weight: 500;
  23. color: #333333;
  24. }
  25. .address {
  26. margin-top: 12rpx;
  27. font-size: 24rpx;
  28. font-weight: 400;
  29. font-weight: 400;
  30. color: #999999;
  31. }
  32. .time {
  33. margin-top: 3rpx;
  34. font-size: 24rpx;
  35. font-family: PingFangSC-Regular, PingFang SC;
  36. font-weight: 400;
  37. color: #999999;
  38. }
  39. .number {
  40. margin-right: 32rpx;
  41. font-size: 36rpx;
  42. font-weight: 500;
  43. }
  44. .number-r {
  45. color: #FF0707;
  46. }
  47. .number-b {
  48. color: #2AB507;
  49. }
  50. .line-20rpx {
  51. width: 20rpx;
  52. height: 20rpx;
  53. }
  54. /* <view class="listker-content">
  55. <view class="listker-item">
  56. <view class="desc">
  57. <view class="title">充值</view>
  58. <view class="address">软件园区</view>
  59. <view class="time">2022-03-17 10:20:03</view>
  60. </view>
  61. <view class="number">+1888元</view>
  62. </view>
  63. </view> */