caritem.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. .caritem_b{
  2. height: 200rpx;
  3. width:100%;
  4. display: flex;
  5. margin-top:20rpx;
  6. border-top:1rpx solid #F9F9F9;
  7. background: white;
  8. position: relative;
  9. }
  10. .caritem_img{
  11. display: block;
  12. width:290rpx;
  13. height:100%;
  14. background-repeat: no-repeat;
  15. background-size: 100%;
  16. background-position: center;
  17. }
  18. .caritem_info{
  19. padding:15rpx 0rpx 15rpx 40rpx;
  20. align-items:center;
  21. display: flex;
  22. flex-direction:column;
  23. justify-content:space-around;
  24. align-items:flex-start;
  25. flex: 1;
  26. }
  27. .caritem_t{
  28. line-height: 36rpx;
  29. color: rgba(56, 55, 53, 1);
  30. font-size: 26rpx;
  31. text-align: left;
  32. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  33. }
  34. .caritem_time{
  35. height: 30rpx;
  36. line-height: 30rpx;
  37. color: rgba(135, 135, 135, 1);
  38. font-size: 20rpx;
  39. text-align: left;
  40. display: flex;
  41. }
  42. .caritem_time_i{
  43. flex: 1;
  44. }
  45. .caritem_store{
  46. height: 28rpx;
  47. margin-left:10rpx;
  48. padding:0rpx 5rpx;
  49. max-width:114rpx;
  50. overflow: hidden;
  51. white-space: nowrap;
  52. text-overflow:ellipsis;
  53. line-height: 30rpx;
  54. color: rgba(245, 166, 35, 1);
  55. font-size: 20rpx;
  56. text-align: center;
  57. display: inline-block;
  58. border:1rpx solid rgba(245, 166, 35, 1);
  59. border-radius: 4rpx;
  60. }
  61. .caritem_p{
  62. height: 33rpx;
  63. line-height: 33rpx;
  64. color: rgba(33, 36, 37, 1);
  65. font-size: 28rpx;
  66. font-family: PingFangSC-Semibold;
  67. }
  68. .caritem_p_img{
  69. width: 20rpx;
  70. height: 20rpx;
  71. }
  72. .caritem_guide_p{
  73. height: 33rpx;
  74. line-height: 33rpx;
  75. color: rgba(104, 104, 104, 1);
  76. font-size: 22rpx;
  77. text-align: left;
  78. }
  79. .caritem_guidep{
  80. display: inline;
  81. text-decoration:line-through;
  82. }
  83. .delete_collect{
  84. position: absolute;
  85. width: 26rpx;
  86. height: 26rpx;
  87. bottom: 22rpx;
  88. right: 40rpx;
  89. }
  90. .order_inof_b{
  91. height: 98rpx;
  92. background-color: white;
  93. display: flex;
  94. align-items: center;
  95. line-height: 26rpx;
  96. color: rgba(56, 55, 53, 1);
  97. font-size: 26rpx;
  98. }
  99. .order_price{
  100. flex: 1;
  101. border-left:4rpx solid #FFE600;
  102. margin-left:38rpx;
  103. font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
  104. }
  105. .order_earnest{
  106. width:200rpx;
  107. }
  108. .order_loans{
  109. width:110rpx;
  110. }
  111. .order_status{
  112. width:80rpx;
  113. font-weight: bold;
  114. }
  115. .order_link{
  116. width:22rpx;
  117. height: 22rpx;
  118. margin-right: 38rpx;
  119. margin-left:20rpx;
  120. }