@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .drawCommodity.data-v-b19fab22 { margin-bottom: 20rpx; position: relative; padding: 20rpx; background-color: #F8F8F8; border-radius: 20rpx; } .drawCommodity .title.data-v-b19fab22 { display: flex; margin-bottom: 20rpx; } .drawCommodity .title image.data-v-b19fab22 { width: 40rpx; height: 40rpx; border-radius: 50%; } .drawCommodity .title .title-text.data-v-b19fab22 { flex: 1; height: 40rpx; line-height: 40rpx; font-size: 24rpx; font-weight: bold; margin-left: 10rpx; } .drawCommodity .commodityDetails.data-v-b19fab22 { display: flex; } .drawCommodity .commodityDetails .detailsImg.data-v-b19fab22 { position: relative; } .drawCommodity .commodityDetails .detailsImg image.data-v-b19fab22 { width: 180rpx; height: 180rpx; border-radius: 10rpx; margin-right: 20rpx; } .drawCommodity .commodityDetails .detailsImg .tags.data-v-b19fab22 { width: 70rpx; height: 34rpx; line-height: 34rpx; text-align: center; font-size: 24rpx; color: #E3A815; background: linear-gradient(130deg, #FEDB58 0%, #FBC84A 100%); opacity: 1; border-radius: 10rpx 0rpx 10rpx 0rpx; position: absolute; left: 0; top: 0; } .drawCommodity .commodityDetails .productName.data-v-b19fab22 { font-size: 28rpx; font-weight: bold; margin-bottom: 60rpx; } .drawCommodity .commodityDetails .productName .name.data-v-b19fab22 { text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; height: 72rpx; } .drawCommodity .commodityDetails .shopingNum.data-v-b19fab22 { font-size: 24rpx; color: #999999; margin-bottom: 10rpx; } .drawCommodity .commodityDetails .priceButton.data-v-b19fab22 { width: 380rpx; display: flex; } .drawCommodity .commodityDetails .priceButton .shopingButton.data-v-b19fab22 { width: 200rpx; height: 50rpx; line-height: 50rpx; text-align: center; color: #FFFFFF; font-size: 24rpx; background-color: #FF4444; border-radius: 10rpx; } .drawCommodity .commodityDetails .priceButton .storeButton.data-v-b19fab22 { height: 50rpx; line-height: 50rpx; text-align: center; color: #FFFFFF; font-size: 24rpx; background-color: #FF4444; border-radius: 10rpx; flex: 1; margin: 0rpx 10rpx; }