You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
158 lines
5.1 KiB
158 lines
5.1 KiB
@charset "UTF-8";
|
|
/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.storeGoods-content .scrollView .goods-list .goods-item .goods-item-left.data-v-60309fbf {
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
background-size: 160rpx 160rpx;
|
|
background-repeat: no-repeat;
|
|
border-radius: 10rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
.storeGoods-content .scrollView .goods-list .goods-item .goods-item-right.data-v-60309fbf {
|
|
flex: 1;
|
|
}
|
|
.storeGoods-content .scrollView .goods-list .goods-item .goods-item-right .goods-title.data-v-60309fbf {
|
|
height: 2.6em;
|
|
line-height: 1.3em;
|
|
}
|
|
.storeGoods-content .scrollView .goods-list .goods-item .goods-item-right .goodstype-1-icon.data-v-60309fbf {
|
|
width: 52rpx;
|
|
height: 30rpx;
|
|
line-height: 30rpx;
|
|
background: #ff4444;
|
|
border-radius: 4rpx;
|
|
font-size: 24rpx;
|
|
padding: 0 8rpx;
|
|
}
|
|
.storeGoods-content .scrollView .goods-list .goods-item .goods-item-right .goodstype-1-icon .hotfill-icon.data-v-60309fbf {
|
|
font-size: 24rpx;
|
|
color: #FFFFFF;
|
|
}
|
|
.storeGoods-content .scrollView .goods-list .goods-item .goods-item-right .goodstype-2-icon.data-v-60309fbf {
|
|
display: inline-flex;
|
|
border: 1px solid #FF4444;
|
|
color: #FF4444;
|
|
border-radius: 10rpx;
|
|
}
|
|
.storeGoods-content .scrollView .goods-list .goods-item .goods-item-right .goodstype-2-icon .goodstype-2-labelIcon.data-v-60309fbf {
|
|
color: #FFFFFF;
|
|
background-color: #FF4444;
|
|
font-size: 24rpx;
|
|
padding: 0 6rpx;
|
|
}
|
|
.storeGoods-content .scrollView .goods-list .goods-item .goods-item-right .goodstype-2-icon .goodstype-2-peoplenum.data-v-60309fbf {
|
|
padding: 0rpx 6rpx;
|
|
}
|
|
.storeGoods-content .scrollView .goods-list .goods-item .goods-item-right .goodstype-3-icon.data-v-60309fbf {
|
|
display: inline-block;
|
|
color: #FF4444;
|
|
border: 1px solid #FF4444;
|
|
border-radius: 10rpx;
|
|
padding: 0 8rpx;
|
|
}
|
|
.storeGoods-content .scrollView .goods-list .goods-item .goods-item-right .goodstype-3-icon.data-v-60309fbf::before {
|
|
content: " ";
|
|
position: absolute;
|
|
left: -8rpx;
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
width: 10rpx;
|
|
height: 12rpx;
|
|
border-radius: 50%;
|
|
background-color: #FFFFFF;
|
|
border-right: 1px solid #ff4444;
|
|
}
|
|
.storeGoods-content .scrollView .goods-list .goods-item .goods-item-right .goodstype-3-icon.data-v-60309fbf::after {
|
|
content: " ";
|
|
position: absolute;
|
|
right: -8rpx;
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
width: 10rpx;
|
|
height: 10rpx;
|
|
border-radius: 50%;
|
|
background-color: #FFFFFF;
|
|
border-left: 1px solid #ff4444;
|
|
}
|
|
.storeGoods-content .scrollView .goods-list .goods-item .goods-item-right .goodsPrice-1 .goods3-progress.data-v-60309fbf {
|
|
width: 140rpx;
|
|
height: 18rpx;
|
|
border: 1px solid #ff4444;
|
|
border-radius: 10rpx;
|
|
}
|
|
.storeGoods-content .scrollView .goods-list .goods-item .goods-item-right .goodsPrice-1 .goods3-progress .already-progress.data-v-60309fbf {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
background: linear-gradient(90deg, #f24040 0%, #ef1b1b 100%);
|
|
opacity: 0.7;
|
|
border-radius: 9px 0px 0px 9px;
|
|
}
|
|
.storeGoods-content .scrollView .goods-list .goods-item .goods-item-right .goodsPrice-1 .goodsNowPrice-1.data-v-60309fbf {
|
|
color: #FF4444;
|
|
}
|
|
.storeGoods-content .scrollView .goods-list .goods-item .goods-item-right .goodsPrice-1 .goodsNowPrice-1 > text.data-v-60309fbf {
|
|
color: #FF4444;
|
|
}
|
|
.storeGoods-content .scrollView .goods-list .goods-item .goods-item-right .goodsPrice-1 .goodsOldPrice-1.data-v-60309fbf {
|
|
text-decoration: line-through;
|
|
}
|
|
.storeGoods-content .scrollView .goods-list .goods-item .goods-item-right .goodsPrice-1 .goods-1-buybtn.data-v-60309fbf {
|
|
width: 98rpx;
|
|
height: 50rpx;
|
|
line-height: 50rpx;
|
|
background: #ff4444;
|
|
border-radius: 10rpx;
|
|
}
|
|
.member-coupon-view.data-v-60309fbf {
|
|
position: relative;
|
|
margin-left: 12rpx;
|
|
}
|
|
.member-price-label.data-v-60309fbf {
|
|
color: #333333;
|
|
height: 0;
|
|
line-height: 30rpx;
|
|
border-width: 0rpx 10rpx 30rpx 0;
|
|
border-style: none solid solid;
|
|
border-color: transparent #000 #efd68f;
|
|
position: relative;
|
|
left: 10rpx;
|
|
padding-left: 6rpx;
|
|
border-radius: 4rpx 0 0 4rpx;
|
|
margin-left: -10rpx;
|
|
}
|
|
.coupon-price-2.data-v-60309fbf {
|
|
padding: 0 10rpx;
|
|
height: 30rpx;
|
|
line-height: 30rpx;
|
|
border-radius: 0 4rpx 4rpx 0;
|
|
}
|
|
|
|
|