app.wxss 560 B

123456789101112131415161718192021222324252627282930
  1. /**app.wxss**/
  2. @import 'miniprogram_npm/weui-miniprogram/weui-wxss/dist/style/weui.wxss';
  3. page{
  4. width: 100%;
  5. height: 100%;
  6. background-color: #181818;
  7. font-family: Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;
  8. font-weight: 400;
  9. color: #e9e9e9;
  10. }
  11. .container {
  12. height: 100%;
  13. width: 100%;
  14. box-sizing: border-box;
  15. }
  16. .PageTitle{
  17. font-size: 44rpx;
  18. font-weight: 500;
  19. padding-left: 22rpx;
  20. }
  21. .radio{
  22. border-radius: 20rpx;
  23. }
  24. .localCell, .localCell .weui-cell__ft{
  25. color: #e9e9e9;
  26. background-color: #181818;
  27. }