拓恒河湖长制全民护河平台WEB端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
740B

  1. /* components/GoodsInfo/index.wxss */
  2. .info_container {
  3. width: 100%;
  4. max-height: 400rpx;
  5. padding: 27rpx 20rpx;
  6. display: flex;
  7. flex-direction: column;
  8. justify-content: flex-start;
  9. align-items: center;
  10. background-color: #ffffff;
  11. overflow: hidden;
  12. }
  13. .goods_image {
  14. width: 245rpx;
  15. height: 212rpx;
  16. flex-shrink: 0;
  17. }
  18. .goods_info {
  19. width: 100%;
  20. margin-top: 30rpx;
  21. display: flex;
  22. flex-direction: column;
  23. justify-content: flex-start;
  24. align-items: flex-start;
  25. }
  26. .goods_desc {
  27. width: 100%;
  28. font-size: 30rpx;
  29. font-weight: bold;
  30. white-space: nowrap;
  31. text-overflow: ellipsis;
  32. overflow: hidden;
  33. }
  34. .goods_points {
  35. margin-top: 10rpx;
  36. font-size: 28rpx;
  37. }