app.wxss 325 B

123456789101112131415161718
  1. /**app.wxss**/
  2. .container {
  3. width: 100%;
  4. height: 100%;
  5. display: flex;
  6. flex-direction: column;
  7. align-items: center;
  8. /* justify-content: space-between; */
  9. box-sizing: border-box;
  10. }
  11. .textOver {
  12. overflow: hidden;
  13. text-overflow: ellipsis;
  14. white-space: nowrap;
  15. }
  16. @import "/icon/icon.wxss";