index.wxss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .promoter-order .list {
  2. width: 100%;
  3. overflow: hidden;
  4. }
  5. .promoter-order .list .item .title {
  6. height: 133rpx;
  7. padding: 0 30rpx;
  8. font-size: 26rpx;
  9. color: #999;
  10. }
  11. .promoter-order .list .item .title .data {
  12. font-size: 28rpx;
  13. color: #282828;
  14. margin-bottom: 5rpx;
  15. }
  16. .promoter-order .list .item .listn .itenm {
  17. background-color: #fff;
  18. }
  19. .promoter-order .list .item .listn .itenm ~ .itenm {
  20. margin-top: 12rpx;
  21. }
  22. .promoter-order .list .item .listn .itenm .top {
  23. margin-left: 30rpx;
  24. padding-right: 30rpx;
  25. border-bottom: 1rpx solid #eee;
  26. height: 100rpx;
  27. }
  28. .promoter-order .list .item .listn .itenm .top .pictxt {
  29. width: 320rpx;
  30. }
  31. .promoter-order .list .item .listn .itenm .top .pictxt .text {
  32. width: 230rpx;
  33. font-size: 30rpx;
  34. color: #282828;
  35. }
  36. .promoter-order .list .item .listn .itenm .top .pictxt .pictrue {
  37. width: 66rpx;
  38. height: 66rpx;
  39. }
  40. .promoter-order .list .item .listn .itenm .top .pictxt .pictrue image {
  41. width: 100%;
  42. height: 100%;
  43. border-radius: 50%;
  44. border: 3rpx solid #fff;
  45. box-sizing: border-box;
  46. box-shadow: 0 0 15rpx #aaa;
  47. }
  48. .promoter-order .list .item .listn .itenm .top .money {
  49. font-size: 28rpx;
  50. }
  51. .promoter-order .list .item .listn .itenm .bottom {
  52. padding: 20rpx 30rpx;
  53. font-size: 28rpx;
  54. color: #666;
  55. line-height: 1.6;
  56. }
  57. .promoter-order .list .item .listn .itenm .bottom .name {
  58. color: #999;
  59. }