caritem.wxss 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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. }