@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ @-webkit-keyframes breathe-data-v-0e1e7f9a { 0% { opacity: 0.3; } 50% { opacity: 1; } 100% { opacity: 0.3; } } @keyframes breathe-data-v-0e1e7f9a { 0% { opacity: 0.3; } 50% { opacity: 1; } 100% { opacity: 0.3; } } .u-char-box.data-v-0e1e7f9a { text-align: center; } .u-char-flex.data-v-0e1e7f9a { display: flex; flex-direction: row; justify-content: center; flex-wrap: wrap; position: relative; } .u-input.data-v-0e1e7f9a { position: absolute; top: 0; left: -100%; width: 200%; height: 100%; text-align: left; z-index: 9; opacity: 0; background: none; } .u-char-item.data-v-0e1e7f9a { position: relative; width: 90rpx; height: 90rpx; margin: 10rpx 10rpx; font-size: 60rpx; font-weight: bold; color: #303133; line-height: 90rpx; display: flex; flex-direction: row; justify-content: center; align-items: center; } .u-middle-line.data-v-0e1e7f9a { border: none; } .u-box.data-v-0e1e7f9a { box-sizing: border-box; border: 2rpx solid #cccccc; border-radius: 6rpx; } .u-box-active.data-v-0e1e7f9a { overflow: hidden; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-duration: 1500ms; animation-duration: 1500ms; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; border: 2rpx solid #2979ff; } .u-middle-line-active.data-v-0e1e7f9a { background: #2979ff; } .u-breathe.data-v-0e1e7f9a { -webkit-animation: breathe-data-v-0e1e7f9a 2s infinite ease; animation: breathe-data-v-0e1e7f9a 2s infinite ease; } .u-placeholder-line.data-v-0e1e7f9a { display: none; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 2rpx; height: 40rpx; background: #333333; -webkit-animation: twinkling 1.5s infinite ease; animation: twinkling 1.5s infinite ease; } .u-animation-breathe.data-v-0e1e7f9a { -webkit-animation-name: breathe-data-v-0e1e7f9a; animation-name: breathe-data-v-0e1e7f9a; } .u-dot.data-v-0e1e7f9a { font-size: 34rpx; line-height: 34rpx; } .u-middle-line.data-v-0e1e7f9a { height: 4px; background: #000000; width: 80%; position: absolute; border-radius: 2px; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .u-buttom-line-active.data-v-0e1e7f9a { background: #2979ff; } .u-bottom-line.data-v-0e1e7f9a { height: 4px; background: #000000; width: 80%; position: absolute; border-radius: 2px; bottom: 0; left: 50%; -webkit-transform: translate(-50%); transform: translate(-50%); }