app.wxss 938 B

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