租房小程序前端代码
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.

21 lines
223 B

6 months ago
  1. body {
  2. height: 100%;
  3. background-color: #f5f5f5;
  4. color: #333333;
  5. }
  6. button,
  7. input,
  8. textarea {
  9. border: none;
  10. outline: none;
  11. resize: none;
  12. }
  13. #app {
  14. height: 100%;
  15. font-size: 28rpx;
  16. word-break: break-all;
  17. }