/*
Theme Name: 测试 Theme
Theme URI: 
Author: WP Visual Builder
Description: 配套空白主题，专为 WP Visual Builder 插件设计。安装并激活后，主题 Header/Footer 完全为空，由插件完全掌控页面输出。
Version: 1.0.0
License: GPL-2.0+
Text Domain: wpvb-blank
*/

/* 基础重置 */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
img { max-width: 100%; height: auto; }
a { text-decoration: none; }