/** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .header-box.data-v-964858d2 { border-top: 2rpx solid rgba(223, 223, 223, 0.5); } .calendar.data-v-964858d2 { background: #fff; } .calendar .sign-everyday.data-v-964858d2 { height: 100rpx; background: white; border: 2rpx solid rgba(223, 223, 223, 0.4); } .calendar .sign-everyday .sign-everyday-title.data-v-964858d2 { font-size: 32rpx; color: #333333; font-weight: 500; } .calendar .sign-everyday .sign-num-box.data-v-964858d2 { font-size: 26rpx; font-weight: 500; color: #999999; } .calendar .sign-everyday .sign-num-box .sign-num.data-v-964858d2 { font-size: 30rpx; font-weight: 600; color: #ff6000; padding: 0 10rpx; font-family: OPPOSANS; } .calendar .bar.data-v-964858d2 { height: 100rpx; } .calendar .bar .date.data-v-964858d2 { font-size: 30rpx; font-family: OPPOSANS; font-weight: 500; color: #333333; line-height: normal; } .calendar .cicon-back.data-v-964858d2 { margin-top: 6rpx; font-size: 30rpx; color: #c4c4c4; line-height: normal; } .calendar .cicon-forward.data-v-964858d2 { margin-top: 6rpx; font-size: 30rpx; color: #c4c4c4; line-height: normal; } .calendar .week .week-item.data-v-964858d2 { font-size: 24rpx; font-weight: 500; color: #999999; flex: 1; } .calendar .myDateTable.data-v-964858d2 { display: flex; flex-wrap: wrap; } .calendar .myDateTable .dateCell.data-v-964858d2 { width: 107.1428571429rpx; height: 80rpx; font-size: 26rpx; font-weight: 400; color: #333333; } .is-sign.data-v-964858d2 { width: 48rpx; height: 48rpx; position: relative; } .is-sign .is-sign-num.data-v-964858d2 { font-size: 24rpx; font-family: OPPOSANS; font-weight: 500; line-height: normal; } .is-sign .is-sign-image.data-v-964858d2 { position: absolute; left: 0; top: 0; width: 48rpx; height: 48rpx; } .cell-num.data-v-964858d2 { font-size: 24rpx; font-family: OPPOSANS; font-weight: 500; color: #333333; line-height: normal; } .cicon-title.data-v-964858d2 { position: absolute; right: -10rpx; top: -6rpx; font-size: 20rpx; color: red; } .sign-box.data-v-964858d2 { height: 140rpx; width: 100%; } .sign-box .sign-btn.data-v-964858d2 { width: 710rpx; height: 80rpx; border-radius: 35rpx; font-size: 30rpx; font-weight: 500; box-shadow: 0 0.2em 0.5em rgba(255, 96, 0, 0.4); background: linear-gradient(90deg, #ff6000, #fe832a); color: #fff; } .sign-box .already-btn.data-v-964858d2 { width: 710rpx; height: 80rpx; border-radius: 35rpx; font-size: 30rpx; font-weight: 500; } .model-box.data-v-964858d2 { width: 520rpx; background: linear-gradient(177deg, #ff6000 0%, #fe832a 100%); border-radius: 10rpx; } .model-box .cicon-check-round.data-v-964858d2 { font-size: 70rpx; color: #fff; } .model-box .score-title.data-v-964858d2 { font-size: 34rpx; font-family: OPPOSANS; font-weight: 500; color: #fcff00; } .model-box .model-title.data-v-964858d2 { font-size: 28rpx; font-weight: 500; color: #ffffff; } .model-box .model-bg.data-v-964858d2 { width: 520rpx; height: 344rpx; background-size: 100% 100%; background-image: var(--19707c8c); background-repeat: no-repeat; border-radius: 0 0 10rpx 10rpx; } .model-box .model-bg .title.data-v-964858d2 { font-size: 34rpx; font-weight: bold; color: #ff6000; } .model-box .model-bg .subtitle.data-v-964858d2 { font-size: 26rpx; font-weight: 500; color: #999999; } .model-box .model-bg .cancel-btn.data-v-964858d2 { width: 220rpx; height: 70rpx; border: 2rpx solid #ff6000; border-radius: 35rpx; font-size: 28rpx; font-weight: 500; color: #ff6000; line-height: normal; margin-right: 10rpx; } .model-box .model-bg .confirm-btn.data-v-964858d2 { width: 220rpx; height: 70rpx; background: linear-gradient(90deg, #ff6000, #fe832a); box-shadow: 0 0.2em 0.5em rgba(255, 96, 0, 0.4); border-radius: 35rpx; font-size: 28rpx; font-weight: 500; color: #ffffff; line-height: normal; } .activity-title.data-v-964858d2 { font-size: 32rpx; font-weight: 500; color: #333333; line-height: normal; } .activity-des.data-v-964858d2 { font-size: 26rpx; font-weight: 500; color: #666666; line-height: 40rpx; }