caritem.wxss 1.3 KB

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