app.wxss 305 B

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