app.wxss 942 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /**app.wxss**/
  2. @import "./weui.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. @font-face {
  13. font-family: "iconfont"; /* Project id 4004256 */
  14. src: url('//at.alicdn.com/t/c/font_4004256_d8n86l3uql.woff2?t=1681015728820') format('woff2'),
  15. url('//at.alicdn.com/t/c/font_4004256_d8n86l3uql.woff?t=1681015728820') format('woff'),
  16. url('//at.alicdn.com/t/c/font_4004256_d8n86l3uql.ttf?t=1681015728820') format('truetype');
  17. }
  18. .iconfont {
  19. font-family: "iconfont" !important;
  20. font-size: 16px;
  21. font-style: normal;
  22. -webkit-font-smoothing: antialiased;
  23. -moz-osx-font-smoothing: grayscale;
  24. }
  25. .icon-jingbao:before {
  26. content: "\e711";
  27. }
  28. .icon-fengshan:before {
  29. content: "\e623";
  30. }
  31. .icon-chuanglian-:before {
  32. content: "\e61f";
  33. }
  34. .icon-kaimen-05:before {
  35. content: "\e62e";
  36. }