caritem.wxss 2.2 KB

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