caritem.wxss 2.1 KB

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