infoCollect.wxss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .info-collect-page{
  2. padding:24rpx 30rpx 0;
  3. }
  4. .product-info{
  5. height: 162rpx;
  6. padding:12rpx 12rpx 16rpx;
  7. background: #fff;
  8. border-radius: 10rpx;
  9. }
  10. .product-info{
  11. display: flex;
  12. align-items: center;
  13. }
  14. .product-left image{
  15. width:132rpx;
  16. height:136rpx;
  17. border-radius: 10rpx;
  18. }
  19. .product-right{
  20. margin:0 0 0 36rpx;
  21. display: flex;
  22. flex-direction: column;
  23. justify-content: space-between;
  24. height: 136rpx;
  25. padding:14rpx 0 36rpx;
  26. }
  27. .product-right view{
  28. white-space: nowrap;
  29. text-overflow: ellipsis;
  30. overflow: hidden;
  31. word-break: break-all;
  32. width:500rpx;
  33. }
  34. .brief{
  35. font-size: 24rpx;
  36. }
  37. .collect-detail{
  38. margin:20rpx 0 24rpx;
  39. }
  40. .collect-detail .van-cell{
  41. background-color:transparent;
  42. padding:20rpx 10rpx;
  43. }
  44. .collect-detail .van-cell:after{
  45. border-bottom-color:#E4E4E4;
  46. border-bottom-width:4rpx;
  47. left:0;
  48. }
  49. .collect-detail .van-field__input{
  50. text-align: right;
  51. }
  52. .collect-tip{
  53. font-size: 24rpx;
  54. }
  55. .collect-detail .van-cell__value,.collect-detail .van-field__input{
  56. color:#85868A;
  57. font-size:24rpx;
  58. font-family: PingFangSC-Light, helvetica, 'Heiti SC';
  59. }