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

body {
height: 100%;
background-color: #f5f5f5;
color: #333333;
}
button,
input,
textarea {
border: none;
outline: none;
resize: none;
}
#app {
height: 100%;
font-size: 28rpx;
word-break: break-all;
}