caritem.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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 38rpx 15rpx 20rpx;
  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. float:left;
  34. }
  35. .caritem_time{
  36. height: 30rpx;
  37. line-height: 30rpx;
  38. color: rgba(135, 135, 135, 1);
  39. font-size: 20rpx;
  40. text-align: left;
  41. float:left;
  42. display: flex;
  43. }
  44. .caritem_time_i{
  45. flex: 1;
  46. }
  47. .caritem_store{
  48. height: 28rpx;
  49. margin-left:10rpx;
  50. padding:0rpx 6rpx 0rpx 3rpx;
  51. max-width:114rpx;
  52. overflow: hidden;
  53. white-space: nowrap;
  54. text-overflow:ellipsis;
  55. line-height: 30rpx;
  56. color: rgba(245, 166, 35, 1);
  57. font-size: 20rpx;
  58. text-align: center;
  59. display: inline-block;
  60. border:1rpx solid rgba(245, 166, 35, 1);
  61. border-radius: 4rpx;
  62. }
  63. .caritem_p{
  64. height: 33rpx;
  65. line-height: 33rpx;
  66. color: rgba(33, 36, 37, 1);
  67. font-size: 28rpx;
  68. font-family: PingFangSC-Semibold,NotoSansHans-Blod;
  69. float:left;
  70. }
  71. .caritem_p_img{
  72. width: 20rpx;
  73. height: 20rpx;
  74. }
  75. .caritem_guide_p{
  76. height: 33rpx;
  77. line-height: 33rpx;
  78. color: rgba(104, 104, 104, 1);
  79. font-size: 22rpx;
  80. text-align: left;
  81. float:left;
  82. }
  83. .caritem_guidep{
  84. display: inline;
  85. text-decoration:line-through;
  86. }
  87. .delete_collect{
  88. position: absolute;
  89. width: 26rpx;
  90. height: 26rpx;
  91. bottom: 22rpx;
  92. right: 40rpx;
  93. }
  94. .order_inof_b{
  95. height: 98rpx;
  96. background-color: white;
  97. display: flex;
  98. align-items: center;
  99. line-height: 26rpx;
  100. color: rgba(56, 55, 53, 1);
  101. font-size: 26rpx;
  102. }
  103. .order_price{
  104. flex: 1;
  105. border-left:4rpx solid #FFE600;
  106. margin-left:38rpx;
  107. font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
  108. }
  109. .order_earnest{
  110. width:200rpx;
  111. }
  112. .order_loans{
  113. width:110rpx;
  114. }
  115. .order_status{
  116. width:80rpx;
  117. font-weight: bold;
  118. }
  119. .order_link{
  120. width:22rpx;
  121. height: 22rpx;
  122. margin-right: 38rpx;
  123. margin-left:20rpx;
  124. }