caritem.wxss 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. }
  26. .caritem_t{
  27. height: 36rpx;
  28. line-height: 36rpx;
  29. color: rgba(56, 55, 53, 1);
  30. font-size: 26rpx;
  31. text-align: left;
  32. }
  33. .caritem_store{
  34. height: 28rpx;
  35. line-height: 28rpx;
  36. color: rgba(245, 166, 35, 1);
  37. font-size: 20rpx;
  38. text-align: center;
  39. display: inline-block;
  40. border:1px solid rgba(245, 166, 35, 1);
  41. border-radius: 8rpx;
  42. }
  43. .caritem_time{
  44. height: 30rpx;
  45. line-height: 30rpx;
  46. color: rgba(135, 135, 135, 1);
  47. font-size: 20rpx;
  48. text-align: left;
  49. }
  50. .caritem_p{
  51. height: 33rpx;
  52. line-height: 33rpx;
  53. color: rgba(33, 36, 37, 1);
  54. font-size: 28rpx;
  55. font-family: NotoSansHans-Medium;
  56. }
  57. .caritem_p_img{
  58. width: 20rpx;
  59. height: 20rpx;
  60. }
  61. .caritem_guide_p{
  62. height: 33rpx;
  63. line-height: 33rpx;
  64. color: rgba(104, 104, 104, 1);
  65. font-size: 22rpx;
  66. text-align: left;
  67. }
  68. .caritem_guidep{
  69. display: inline;
  70. text-decoration:line-through;
  71. }
  72. .delete_collect{
  73. position: absolute;
  74. width: 26rpx;
  75. height: 26rpx;
  76. bottom: 22rpx;
  77. right: 40rpx;
  78. }