拓恒飞手平台小程序
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.

23 lines
473B

  1. /* components/TaskInfo/index.wxss */
  2. .info_container {
  3. box-sizing: border-box;
  4. width: 100%;
  5. height: 100%;
  6. display: flex;
  7. flex-direction: column;
  8. justify-content: space-between;
  9. align-items: flex-start;
  10. color: #666666;
  11. }
  12. .info_head {
  13. width: 100%;
  14. display: flex;
  15. justify-content: space-between;
  16. align-items: center;
  17. }
  18. .info_item {
  19. width: 570rpx;
  20. overflow: hidden;
  21. text-overflow: ellipsis;
  22. white-space: nowrap;
  23. }