拓恒河湖长制全民护河平台WEB端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

33 行
628B

  1. /* components/riverInfo/index.wxss */
  2. .info_container {
  3. flex: 1;
  4. height: 100%;
  5. display: flex;
  6. flex-direction: column;
  7. }
  8. .main_info {
  9. width: 330rpx;
  10. display: flex;
  11. flex-direction: column;
  12. justify-content: flex-start;
  13. align-items: flex-start;
  14. }
  15. .info_name {
  16. width: 300rpx;
  17. font-size: 28rpx;
  18. color: #333333;
  19. font-size: 26rpx;
  20. overflow: hidden;
  21. white-space: nowrap;
  22. text-overflow: ellipsis;
  23. }
  24. .info_area {
  25. width: 300rpx;
  26. margin-top: 20rpx;
  27. color: #666666;
  28. font-size: 26rpx;
  29. overflow: hidden;
  30. white-space: nowrap;
  31. text-overflow: ellipsis;
  32. }