12345678910111213141516171819 |
- @import 'static/weiui/weui.wxss';
- @import 'dever/package/wxParse/wxParse.wxss';
- page{
- background-color: #FFFFFF;
- font-size: 36rpx;
- font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;
- }
- .nxh__button {
- background: #539804;
- color: #fff;
- border-radius: 50rpx;
- width: 420rpx;
- font-size: 35rpx;
- height: 80rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
|