app.wxss 367 B

123456789101112131415161718192021222324
  1. /**app.wxss**/
  2. /* @import "pages/weui/style/weui.wxss"; */
  3. page {
  4. width: 100%;
  5. height: 100%;
  6. background-color: whitesmoke;
  7. }
  8. .fixedViewBox {
  9. position: fixed;
  10. width: 100%;
  11. height: 100%;
  12. overflow: hidden;
  13. }
  14. text {
  15. font-family: MicroSoft Yahei;
  16. font-size: 24rpx;
  17. color: #666;
  18. }
  19. input {
  20. font-family: MicroSoft YaHei;
  21. }