| 123456789101112131415161718192021222324 |
- /**app.wxss**/
- /* @import "pages/weui/style/weui.wxss"; */
- page {
- width: 100%;
- height: 100%;
- background-color: whitesmoke;
- }
- .fixedViewBox {
- position: fixed;
- width: 100%;
- height: 100%;
- overflow: hidden;
- }
- text {
- font-family: MicroSoft Yahei;
- font-size: 24rpx;
- color: #666;
- }
- input {
- font-family: MicroSoft YaHei;
- }
|