|
|
|
|
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;
|
|
}
|