app.wxss 414 B

12345678910111213141516171819
  1. @import 'static/weiui/weui.wxss';
  2. @import 'dever/package/wxParse/wxParse.wxss';
  3. page{
  4. background-color: #FFFFFF;
  5. font-size: 36rpx;
  6. font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;
  7. }
  8. .nxh__button {
  9. background: #539804;
  10. color: #fff;
  11. border-radius: 50rpx;
  12. width: 420rpx;
  13. font-size: 35rpx;
  14. height: 80rpx;
  15. display: flex;
  16. justify-content: center;
  17. align-items: center;
  18. }