@charset "UTF-8";
|
/**
|
* 这里是uni-app内置的常用样式变量
|
*
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
*
|
*/
|
/**
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
*
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
*/
|
/* 颜色变量 */
|
/* 行为相关颜色 */
|
/* 文字基本颜色 */
|
/* 背景颜色 */
|
/* 边框颜色 */
|
/* 尺寸变量 */
|
/* 文字尺寸 */
|
/* 图片尺寸 */
|
/* Border Radius */
|
/* 水平间距 */
|
/* 垂直间距 */
|
/* 透明度 */
|
/* 文章场景相关 */
|
/* start--主题色--start */
|
/* end--主题色--end */
|
.diy-previewProduct {
|
margin: 20rpx 20rpx;
|
border-radius: 6rpx;
|
overflow: hidden;
|
box-shadow: 0px 8rpx 3rpx 0px rgba(6, 0, 1, 0.03);
|
}
|
[data-theme='theme0'] .diy-previewProduct {
|
background: linear-gradient(180deg, #f4dcd2 0%, #ffffff 100%) !important;
|
}
|
[data-theme='theme1'] .diy-previewProduct {
|
background: linear-gradient(180deg, rgba(255, 76, 1, 0.15) 0%, #ffffff 100%) !important;
|
}
|
[data-theme='theme2'] .diy-previewProduct {
|
background: linear-gradient(180deg, rgba(255, 204, 0, 0.15) 0%, #ffffff 100%) !important;
|
}
|
[data-theme='theme3'] .diy-previewProduct {
|
background: linear-gradient(180deg, rgba(23, 116, 255, 0.15) 0%, #ffffff 100%) !important;
|
}
|
[data-theme='theme4'] .diy-previewProduct {
|
background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%) !important;
|
}
|
[data-theme='theme5'] .diy-previewProduct {
|
background: linear-gradient(180deg, #ebe8de 0%, #ffffff 100%) !important;
|
}
|
[data-theme='theme6'] .diy-previewProduct {
|
background: linear-gradient(180deg, rgba(98, 60, 235, 0.15) 0%, #ffffff 100%) !important;
|
}
|
.diy-previewProduct .sharpproduct-head {
|
height: 90rpx;
|
color: #000000;
|
background-size: 100% 100%;
|
}
|
.diy-previewProduct .name {
|
width: 200rpx;
|
}
|
.diy-previewProduct .sharpproduct-head .name {
|
font-size: 32rpx;
|
font-weight: bold;
|
}
|
.diy-previewProduct .product-item .datetime text {
|
font-size: 18rpx;
|
}
|
.diy-previewProduct .product-item .datetime .box {
|
padding: 0;
|
font-size: 18rpx;
|
background: none;
|
}
|
.diy-previewProduct .product-item .datetime .daybox {
|
padding: 0;
|
font-size: 18rpx;
|
background: none;
|
}
|
.diy-previewProduct .product-item .datetime .countdown {
|
border: none;
|
padding: 0;
|
font-size: 18rpx;
|
white-space: nowrap;
|
}
|
.diy-previewProduct .sharpproduct-head .icon-jiantou {
|
margin-left: 8rpx;
|
color: #ffffff;
|
font-size: 22rpx;
|
}
|
.diy-previewProduct .product-list .product-item {
|
overflow: hidden;
|
flex-shrink: 0;
|
}
|
.diy-previewProduct .product-list .product-cover image {
|
width: 100%;
|
height: 100%;
|
background-color: #f4f4f4;
|
border-radius: 12rpx;
|
}
|
.diy-previewProduct .product-list .price {
|
font-size: 20rpx;
|
color: #ff4c01;
|
line-height: 26rpx;
|
padding-top: 16rpx;
|
padding-bottom: 8rpx;
|
}
|
.diy-previewProduct .product-list .product-title {
|
margin-top: 10rpx;
|
height: 24rpx;
|
line-height: 24rpx;
|
display: -webkit-box;
|
overflow: hidden;
|
-webkit-line-clamp: 1;
|
-webkit-box-orient: vertical;
|
font-size: 22rpx;
|
}
|
.diy-previewProduct .column__3 .product-list .product-title {
|
font-size: 22rpx;
|
}
|
.diy-previewProduct .column__3 .product-list {
|
display: flex;
|
justify-content: flex-start;
|
max-height: 370rpx;
|
flex-direction: column;
|
padding: 0 20rpx;
|
align-items: flex-start;
|
}
|
.diy-previewProduct .column__3 .product-item {
|
width: 300rpx;
|
margin-right: 20rpx;
|
border-radius: 15rpx;
|
overflow: hidden;
|
margin-bottom: 20rpx;
|
}
|
.diy-previewProduct .column__3 .product-cover {
|
width: 88rpx;
|
height: 88rpx;
|
margin: 0 auto;
|
margin-bottom: 16rpx;
|
border-radius: 12rpx;
|
overflow: hidden;
|
}
|
.diy-assembleproduct .product-list {
|
flex-wrap: nowrap;
|
}
|
.top_image {
|
width: 102rpx;
|
height: 38rpx;
|
margin-right: 5rpx;
|
}
|
.top_image image {
|
width: 102rpx;
|
height: 38rpx;
|
}
|