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.

29 lines
401 B

  1. /**app.wxss**/
  2. .container {
  3. height: 100%;
  4. display: flex;
  5. flex-direction: column;
  6. align-items: center;
  7. justify-content: space-between;
  8. box-sizing: border-box;
  9. }
  10. text{
  11. font-size: 34rpx;
  12. }
  13. .fl{
  14. float: left;
  15. }
  16. .fr{
  17. float: right;
  18. }
  19. .clearfix:after {
  20. content: ".";
  21. display: block;
  22. height: 0;
  23. clear: both;
  24. visibility: hidden;
  25. }
  26. view,
  27. text {
  28. font-family: PingFangSC-Regular;
  29. }