@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .num.data-v-85bf954e { margin-left: 12rpx; font-family: DINPro, DINPro; font-size: 40rpx; } .appPopup-mask.data-v-85bf954e { margin-top: -88rpx; width: 670rpx; display: flex; flex-direction: column; align-items: center; justify-content: center; } .appPopup-mask .tipimg.data-v-85bf954e { height: 206rpx; width: 206rpx; z-index: 99; } .appPopup-mask .close_icon.data-v-85bf954e { height: 48rpx; width: 48rpx; position: absolute; top: 34rpx; right: 20rpx; } .appPopup-mask .appPopup-box.data-v-85bf954e { width: 670rpx; padding-bottom: 32rpx; background: linear-gradient(180deg, #FFEBBD 0%, #FFFFFF 9%, #FFFFFF 100%); border-radius: 32rpx 32rpx 32rpx 32rpx; overflow: hidden; margin-top: -103rpx; padding-top: 103rpx; box-sizing: border-box; font-family: PingFang SC; font-weight: 400; font-size: 28rpx; color: #757575; text-align: center; } .appPopup-mask .appPopup-title.data-v-85bf954e { margin-bottom: 10rpx; font-family: PingFang SC; font-weight: 600; font-size: 40rpx; color: #222222; } .goodslist.data-v-85bf954e { margin-top: 58rpx; padding: 24rpx 10rpx; display: flex; flex-direction: row; align-items: center; justify-content: space-evenly; } .bg.data-v-85bf954e { width: 100%; height: 100%; position: absolute; bottom: 0; left: 0; z-index: -1; } .goodsitem.data-v-85bf954e { flex: 1; max-width: 200rpx; min-height: 124rpx; border-radius: 10rpx; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; font-family: PingFang SC; font-weight: 400; font-size: 22rpx; color: #999999; position: relative; z-index: 2; } .goodsitem .img.data-v-85bf954e { width: 153rpx; height: 126rpx; margin-top: -44rpx; border-radius: 10rpx; } .goodsitem-name.data-v-85bf954e { width: 100%; padding: 8rpx 14rpx; text-align: center; font-family: PingFang SC; font-weight: 500; font-size: 24rpx; color: #222222; box-sizing: border-box; } .goodsitem-integral.data-v-85bf954e { min-width: 80%; padding-bottom: 16rpx; box-sizing: border-box; font-family: PingFang SC; font-weight: 400; font-size: 22rpx; color: #FF5C03; border-bottom: 2px #999999 dotted; } .goodsitem-integral-num.data-v-85bf954e { font-family: DINPro, DINPro; font-weight: 500; font-size: 36rpx; } .goodsitem-price.data-v-85bf954e { padding: 10rpx 0; } .appPopup-btn.data-v-85bf954e { width: 560rpx; height: 84rpx; margin: 0 auto; background: #FF5C03; border-radius: 42rpx 42rpx 42rpx 42rpx; display: flex; flex-direction: row; align-items: center; justify-content: center; font-family: PingFang SC; font-weight: 500; font-size: 32rpx; color: #FFFFFF; } .changebtn.data-v-85bf954e { width: 152rpx; height: 64rpx; margin: 0 auto; border-radius: 32rpx 32rpx 32rpx 32rpx; border: 1rpx solid #FF5C03; display: flex; flex-direction: row; align-items: center; justify-content: center; font-family: PingFang SC; font-weight: 400; font-size: 24rpx; color: #FF5C03; } .progress.data-v-85bf954e { padding: 0 90rpx; margin-top: 40rpx; font-family: PingFang SC; font-weight: 500; font-size: 32rpx; color: #222222; } .data-v-85bf954e .uni-progress-bar,.data-v-85bf954e .uni-progress-inner-bar { border-radius: 6px; } .my-integral.data-v-85bf954e { margin: 32rpx 0; font-family: PingFang SC; font-weight: 400; font-size: 28rpx; color: #222222; } .my-integral text.data-v-85bf954e { color: #FF5C03; } .appPopup-tips.data-v-85bf954e { margin-top: 32rpx; }