/** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .voice_box.data-v-8943e584 { padding: 20rpx 0; margin: 0 20rpx; border-radius: 50rpx; background: #fff; flex: 1; display: flex; align-items: center; justify-content: center; } .hidden.data-v-8943e584 { display: none !important; } .record.data-v-8943e584 { width: 40vw; height: 40vw; position: fixed; top: 55%; left: 30%; background-color: rgba(0, 0, 0, 0.6); border-radius: 20rpx; } .record .ing.data-v-8943e584 { width: 100%; height: 30vw; display: flex; justify-content: center; align-items: center; background-image: linear-gradient(to bottom, #f09b37, #fff 50%); background-size: 100% 200%; animation: volatility-8943e584 1.5s ease-in-out -1.5s infinite alternate; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 150rpx; color: #f09b37; } @keyframes volatility-8943e584 { 0% { background-position: 0% 130%; } 20% { background-position: 0% 150%; } 30% { background-position: 0% 155%; } 40% { background-position: 0% 150%; } 50% { background-position: 0% 145%; } 70% { background-position: 0% 150%; } 80% { background-position: 0% 155%; } 90% { background-position: 0% 140%; } 100% { background-position: 0% 135%; } } .record .cancel.data-v-8943e584 { width: 100%; height: 30vw; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 150rpx; } .record .tis.data-v-8943e584 { width: 100%; height: 10vw; display: flex; justify-content: center; font-size: 28rpx; color: #fff; } .record .tis.change.data-v-8943e584 { color: #f09b37; }