webview.wxss 206 B

123456789101112131415
  1. /* pages/webview/webview.wxss */
  2. page {
  3. background: #fff;
  4. }
  5. .web-view {
  6. margin: 0;
  7. padding: 0;
  8. width: 100%;
  9. }
  10. .none {
  11. text-align: center;
  12. font-size: 32rpx;
  13. margin: 50rpx auto;
  14. color: #666;
  15. }