/** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .input3.data-v-cb7d404f { display: flex; justify-content: space-around; } .input3 input.data-v-cb7d404f { border: 1rpx solid #ccc; margin: 20rpx; text-align: center; height: 60rpx; border-radius: 10rpx; font-size: 50rpx; } .input3 input.data-v-cb7d404f:first-child, .input3 input.data-v-cb7d404f:last-child { width: 200rpx; } .bakBlue.data-v-cb7d404f { background-color: #007aff !important; } .appItems.data-v-cb7d404f { padding: 30rpx 0 30rpx 4rpx; display: flex; flex-wrap: wrap; } .appItems .item.data-v-cb7d404f { color: #333; width: 160rpx; height: 160rpx; border-radius: 50%; border: 1rpx solid #ececec; margin: 10rpx 15rpx; position: relative; } .appItems .item .txt.data-v-cb7d404f { position: absolute; font-size: 26rpx; top: 56rpx; width: 100%; color: #fff; z-index: 10; text-align: center; } .appItems .item .name.data-v-cb7d404f { position: absolute; width: 80%; left: 10%; bottom: 30rpx; font-size: 20rpx; text-align: center; } .timers.data-v-cb7d404f { text-align: center; margin-top: 30rpx; } .timers .time.data-v-cb7d404f { margin-bottom: 40rpx; width: 100%; font-size: 80rpx; font-weight: bold; } .timers .btns.data-v-cb7d404f { display: flex; justify-content: space-around; } .timers .btns view.data-v-cb7d404f { width: 200rpx; height: 60rpx; background-color: #007aff; color: #fff; line-height: 60rpx; border-radius: 10rpx; } .timers .btns view.data-v-cb7d404f:active { background-color: #2990ff; } .items.data-v-cb7d404f { width: 100%; font-size: 32rpx; overflow-y: scroll; height: 300rpx; background-color: #ccc; margin: 40rpx 0; } .items .item.data-v-cb7d404f { padding: 4rpx 20rpx 0 20rpx; } .pl.data-v-cb7d404f { margin: 20rpx; background-color: #007aff; padding: 10rpx; } .classText.data-v-cb7d404f { width: 94%; padding: 10rpx; margin: 3%; border: 1rpx solid #ececec; } .send.data-v-cb7d404f { background-color: #ff3e3e; color: #fff; } .dis.data-v-cb7d404f { display: flex; justify-content: space-between; color: #fff; text-align: center; flex-wrap: wrap; } .dis view.data-v-cb7d404f { width: 100%; border-radius: 8rpx; font-size: 32rpx; } .barItems.data-v-cb7d404f { width: 100%; } .barItems .barItem.data-v-cb7d404f { display: flex; justify-content: space-around; height: 100rpx; padding-top: 20rpx; align-items: center; } .barItems .barItem .bar.data-v-cb7d404f { width: 300rpx; display: flex; justify-content: space-around; } .barItems .barItem .bar view.data-v-cb7d404f { border: 1rpx solid #ececec; width: 50rpx; height: 50rpx; text-align: center; } .barItems .barItem .bar input.data-v-cb7d404f { width: 100rpx; text-align: center; } page { background-color: #fff; }