/** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App /* uni.scss */ .content.data-v-1cf27b2a { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100vw; height: 100vh; } .content .logo.data-v-1cf27b2a { width: 50vw; height: 50vw; border-radius: 90px; box-shadow: 0 0 5px #f1f1f1; }