detail.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .container .box.data-v-eca06f3c {
  4. display: flex;
  5. justify-content: space-between;
  6. align-items: center;
  7. padding: 0 30rpx;
  8. height: 98rpx;
  9. font-size: 28rpx;
  10. border-bottom: 1rpx solid #E6E6E6;
  11. }
  12. .container .box .left.data-v-eca06f3c {
  13. flex: 1;
  14. color: #999999;
  15. }
  16. .container .box .right.data-v-eca06f3c {
  17. flex: 1;
  18. display: flex;
  19. justify-content: flex-end;
  20. }
  21. .container .box .right .right-img.data-v-eca06f3c {
  22. margin-left: 27rpx;
  23. margin-top: -5rpx;
  24. width: 17rpx;
  25. height: 12rpx;
  26. }
  27. .container .box .right .right-img img.data-v-eca06f3c {
  28. width: 100%;
  29. height: 100%;
  30. }
  31. .container .list.data-v-eca06f3c {
  32. padding: 33rpx 30rpx;
  33. }
  34. .container .list .list-title.data-v-eca06f3c {
  35. height: 41rpx;
  36. color: #999999;
  37. font-size: 28rpx;
  38. }
  39. .container .list .list-item.data-v-eca06f3c {
  40. display: flex;
  41. align-items: center;
  42. box-sizing: border-box;
  43. padding: 29rpx 0 26rpx 0;
  44. height: 155rpx;
  45. border-bottom: 1rpx solid #E6E6E6;
  46. }
  47. .container .list .list-item .item-img.data-v-eca06f3c {
  48. width: 100rpx;
  49. height: 100rpx;
  50. border-radius: 50%;
  51. }
  52. .container .list .list-item .item-img img.data-v-eca06f3c {
  53. width: 100%;
  54. height: 100%;
  55. }
  56. .container .list .list-item .item-info.data-v-eca06f3c {
  57. flex: 1;
  58. display: flex;
  59. flex-direction: column;
  60. justify-content: space-evenly;
  61. margin-left: 6rpx;
  62. height: 100rpx;
  63. }
  64. .container .list .list-item .item-info .info-name.data-v-eca06f3c {
  65. display: flex;
  66. align-items: center;
  67. font-size: 32rpx;
  68. }
  69. .container .list .list-item .item-info .info-name .info-name-img.data-v-eca06f3c {
  70. margin-left: 26rpx;
  71. width: 30rpx;
  72. height: 35rpx;
  73. }
  74. .container .list .list-item .item-info .info-name .info-name-img img.data-v-eca06f3c {
  75. width: 100%;
  76. height: 100%;
  77. }
  78. .container .list .list-item .item-info .info-mes.data-v-eca06f3c {
  79. font-size: 24rpx;
  80. color: #999999;
  81. }
  82. .container .list .list-item .item-info .info-mes span.data-v-eca06f3c {
  83. margin-left: 26rpx;
  84. color: #A6A6A6;
  85. }
  86. .container .list .list-item .item-type.data-v-eca06f3c {
  87. width: 104rpx;
  88. height: 41rpx;
  89. }
  90. .container .list .list-item .item-type img.data-v-eca06f3c {
  91. width: 100%;
  92. height: 100%;
  93. }