caritem.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. }
  9. .caritem_img{
  10. display: block;
  11. width:290rpx;
  12. height:100%;
  13. background-repeat: no-repeat;
  14. background-size: 100%;
  15. background-position: center;
  16. }
  17. .caritem_info{
  18. padding:10rpx 0rpx 0rpx 40rpx;
  19. align-items:center;
  20. }
  21. .caritem_t{
  22. height: 36rpx;
  23. line-height: 36rpx;
  24. color: rgba(56, 55, 53, 1);
  25. font-size: 26rpx;
  26. text-align: left;
  27. }
  28. .caritem_store{
  29. height: 28rpx;
  30. line-height: 28rpx;
  31. color: rgba(245, 166, 35, 1);
  32. font-size: 20rpx;
  33. text-align: center;
  34. display: inline-block;
  35. border:1px solid rgba(245, 166, 35, 1);
  36. border-radius: 8rpx;
  37. }
  38. .caritem_time{
  39. height: 30rpx;
  40. line-height: 30rpx;
  41. color: rgba(135, 135, 135, 1);
  42. font-size: 20rpx;
  43. text-align: left;
  44. }
  45. .caritem_p{
  46. height: 33rpx;
  47. line-height: 33rpx;
  48. color: rgba(33, 36, 37, 1);
  49. font-size: 28rpx;
  50. font-family: NotoSansHans-Medium;
  51. }
  52. .caritem_guide_p{
  53. height: 33rpx;
  54. line-height: 33rpx;
  55. color: rgba(104, 104, 104, 1);
  56. font-size: 22rpx;
  57. text-align: left;
  58. }
  59. .caritem_guidep{
  60. display: inline;
  61. text-decoration:line-through;
  62. }