@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .hot-card.data-v-05336c04 { width: 702rpx; background-position: top; background-repeat: no-repeat; background-size: cover; border-radius: 20rpx; box-sizing: border-box; padding: 20rpx 30rpx; margin: 0 24rpx; margin-top: 20rpx; display: flex; flex-direction: column; justify-content: space-between; } .hot-card-footer.data-v-05336c04 { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30rpx; } .hot-card-footer__left.data-v-05336c04 { display: flex; flex-wrap: nowrap; align-items: center; gap: 15rpx; } .hot-card-footer__left__icon.data-v-05336c04 { width: 108rpx; height: 44rpx; } .hot-card-footer__left__text1.data-v-05336c04 { font-family: "shuHeiTi", sans-serif; font-weight: bold; font-size: 36rpx; color: #333333; line-height: 44rpx; text-align: left; font-style: normal; } .hot-card-footer__left__text2.data-v-05336c04 { padding: 0 12rpx; background: linear-gradient(339deg, #fff4f8 0%, #fef2f6 100%); border-radius: 27rpx; border: 1rpx solid #fba9bb; font-weight: 500; font-size: 24rpx; color: #E8101E; text-align: left; font-style: normal; } .hot-card-footer__right.data-v-05336c04 { font-weight: 400; font-size: 24rpx; color: #666666; line-height: 33rpx; text-align: left; font-style: normal; display: flex; align-items: center; justify-content: center; } .hot-card-footer__right__icon.data-v-05336c04 { width: 10rpx; height: 18rpx; margin-left: 10rpx; } .hot-card .hot-card-body.data-v-05336c04 { display: flex; flex-wrap: nowrap; gap: 24rpx; } .hot-card .hot-card-body .hot-card-body-item.data-v-05336c04 { width: 198rpx; display: flex; justify-content: center; flex-wrap: wrap; } .hot-card .hot-card-body .hot-card-body-item .hot-card-body-item-box.data-v-05336c04 { height: 244rpx; width: 198rpx; border-radius: 24rpx; overflow: hidden; position: relative; } .hot-card .hot-card-body .hot-card-body-item .hot-card-body-item-box .hot-card-body-item-box-img.data-v-05336c04 { border-radius: 24rpx; height: 244rpx; width: 198rpx; } .hot-card .hot-card-body .hot-card-body-item .hot-card-body-item-box .hot-card-body-item-box-text.data-v-05336c04 { font-weight: 400; font-size: 24rpx; color: #FFFFFF; line-height: 37rpx; text-align: left; font-style: normal; font-style: normal; position: absolute; bottom: 0; left: 0; right: 0; background-position: top; background-repeat: no-repeat; background-size: cover; display: flex; align-items: center; justify-content: center; padding: 5rpx 0; } .hot-card .hot-card-body .hot-card-body-item .hot-card-body-item-box .hot-card-body-item-box-text .hot-card-body-item-box-text-img.data-v-05336c04 { width: 18rpx; height: 25rpx; margin-right: 4rpx; } .hot-card .hot-card-body .hot-card-body-item .hot-card-body-item-box .long-font-szie.data-v-05336c04 { font-size: 20rpx; } .hot-card .hot-card-body .hot-card-body-item .hot-card-body-item-price.data-v-05336c04 { margin-top: 10rpx; font-weight: 500; font-size: 24rpx; color: #E8101E; line-height: 33rpx; text-align: left; font-style: normal; }