@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 */
|
/*圆角*/
|
/*阴影*/
|
/*文字阴影*/
|
/*线性渐变*/
|
/*垂直居中*/
|
/*去除padding 宽度*/
|
/*css3盒子
|
* flex-direction: row row-reverse column column-reverse
|
* flex-wrap: nowrap wrap wrap-reverse
|
* justify-content: flex-start flex-end center space-between space-around
|
* align-items: stretch flex-start flex-end center beseline
|
* align-content: stretch flex-start flex-end center space-between space-around
|
* */
|
/*设置flex*/
|
/*一行截取*/
|
/*多行截取*/
|
/*旋转角度,x,y位移*/
|
/*旋转*/
|
/*过度*/
|
/*模糊*/
|
.foot_ {
|
height: 98rpx;
|
width: 100%;
|
}
|
.cotegory-type {
|
line-height: 40rpx;
|
background: #ffffff;
|
}
|
.cotegory-type image {
|
width: 100%;
|
}
|
.cotegory-type-1 .list {
|
padding: 20rpx;
|
}
|
.cotegory-type-1 .list .item {
|
margin-top: 30rpx;
|
}
|
.cotegory-type-1 .list .item .pic {
|
border: 1px solid #e3e3e3;
|
width: 710rpx;
|
height: auto;
|
overflow: hidden;
|
border-radius: 8px;
|
}
|
.cotegory-type-1 .list .item image {
|
width: 100%;
|
height: 100%;
|
}
|
.cotegory-type-2 .list,
|
.cotegory-type-3 .list {
|
padding: 0 20rpx;
|
display: flex;
|
flex-wrap: wrap;
|
justify-content: flex-start;
|
}
|
.cotegory-type-2 .list .item,
|
.cotegory-type-3 .list .item {
|
display: flex;
|
flex-direction: column;
|
justify-content: center;
|
align-items: center;
|
}
|
.cotegory-type-2 .list .item {
|
padding: 0 16rpx;
|
width: 200rpx;
|
height: 300rpx;
|
font-size: 28rpx;
|
}
|
.cotegory-type-2 .list .item image {
|
width: 180rpx;
|
height: 180rpx;
|
margin-bottom: 20rpx;
|
}
|
.cotegory-type-3 {
|
display: flex;
|
}
|
.cotegory-type-3 .category-tab {
|
width: 200rpx;
|
background: #FFFFFF;
|
}
|
.cotegory-type-3 .category-tab .item {
|
padding: 40rpx 0;
|
font-size: 26rpx;
|
text-align: center;
|
color: #666666;
|
font-weight: bold;
|
}
|
.cotegory-type-3 .category-tab .item.active {
|
position: relative;
|
background: #ffffff;
|
color: #333333;
|
}
|
.cotegory-type-3 .category-tab .item.active::after {
|
position: absolute;
|
content: '';
|
top: 40rpx;
|
bottom: 40rpx;
|
left: 0;
|
width: 6rpx;
|
height: 22rpx;
|
margin: auto;
|
}
|
[data-theme='theme0'] .cotegory-type-3 .category-tab .item.active::after {
|
background: linear-gradient(180deg, #f11e0b 0%, #f77636 100%) !important;
|
}
|
[data-theme='theme1'] .cotegory-type-3 .category-tab .item.active::after {
|
background: linear-gradient(180deg, #19ad57 0%, #148d47 100%) !important;
|
}
|
[data-theme='theme2'] .cotegory-type-3 .category-tab .item.active::after {
|
background: linear-gradient(180deg, #f11e0b 0%, #f77636 100%) !important;
|
}
|
[data-theme='theme3'] .cotegory-type-3 .category-tab .item.active::after {
|
background: linear-gradient(180deg, #1774ff 0%, #0e6bf5 100%) !important;
|
}
|
[data-theme='theme4'] .cotegory-type-3 .category-tab .item.active::after {
|
background: linear-gradient(180deg, #2e2e2e 0%, #424242 100%) !important;
|
}
|
[data-theme='theme5'] .cotegory-type-3 .category-tab .item.active::after {
|
background: linear-gradient(180deg, #bfb18f 0%, #c8ba97 100%) !important;
|
}
|
[data-theme='theme6'] .cotegory-type-3 .category-tab .item.active::after {
|
background: linear-gradient(180deg, #592ef7 0%, #623ceb 100%) !important;
|
}
|
.cotegory-type-3 .category-content {
|
flex: 1;
|
margin: 0 20rpx;
|
}
|
.cotegory-type-3 .list .item {
|
width: 140rpx;
|
height: 200rpx;
|
margin-top: 40rpx;
|
margin-right: 20rpx;
|
font-size: 24rpx;
|
}
|
.cotegory-type-3 .list .item:nth-child(3n) {
|
margin-right: 0;
|
}
|
.cotegory-type-3 .list .item image {
|
width: 140rpx;
|
height: 140rpx;
|
}
|
.cotegory-type-3 .list .item .type-name {
|
display: block;
|
margin-top: 20rpx;
|
height: 80rpx;
|
line-height: 60rpx;
|
text-overflow: ellipsis;
|
width: 100%;
|
color: #818181;
|
font-size: 26rpx;
|
white-space: nowrap;
|
overflow: hidden;
|
text-align: center;
|
}
|
.scroll-3 {
|
position: absolute;
|
background: #ffffff;
|
border-radius: 12px;
|
}
|
.shop_body {
|
width: 100%;
|
background-color: #ffffff;
|
padding: 0rpx 20rpx;
|
box-sizing: border-box;
|
}
|
.shop_body_l_item {
|
margin: 0 auto;
|
background-color: white;
|
display: flex;
|
padding: 40rpx 0;
|
box-sizing: border-box;
|
border-bottom: 1rpx solid #D9D9D9;
|
}
|
.shop_body_l_item image {
|
width: 150rpx;
|
height: 150rpx;
|
border-radius: 12rpx;
|
background-color: rgba(0, 0, 0, 0.1);
|
}
|
.shop_body_l_item_info {
|
flex: 1;
|
display: flex;
|
justify-content: space-between;
|
flex-direction: column;
|
padding-left: 20rpx;
|
box-sizing: border-box;
|
}
|
.shop_body_l_item_info_title {
|
display: -webkit-box;
|
-webkit-box-orient: vertical;
|
-webkit-line-clamp: 2;
|
text-overflow: ellipsis;
|
-webkit-box-orient: vertical;
|
word-wrap: break-word;
|
word-break: break-all;
|
overflow: hidden;
|
}
|
.shop_body_l_item_info_price {
|
display: flex;
|
align-items: flex-end;
|
}
|
.shop_body_l_item_info_price view {
|
margin-right: 15rpx;
|
}
|
.shop_body_l_item_info_others {
|
height: 30rpx;
|
display: flex;
|
justify-content: space-between;
|
}
|
.shop_body_l_item_info_others_activity {
|
width: 150rpx;
|
height: 30rpx;
|
line-height: 30rpx;
|
border: 1rpx #E22319 solid;
|
border-radius: 30rpx;
|
/* font-size: 16rpx; */
|
color: #E22319;
|
text-align: center;
|
box-sizing: border-box;
|
}
|
.shop_body_l_item_info_others_sales {
|
color: #333333;
|
}
|
.shop_body2 {
|
width: 100%;
|
display: flex;
|
justify-content: flex-start;
|
flex-wrap: wrap;
|
background-color: #f2f2f2;
|
}
|
.shop_body_t_item {
|
width: 345rpx;
|
margin-bottom: 20rpx;
|
height: 520rpx;
|
overflow: hidden;
|
background-color: white;
|
border-radius: 12rpx;
|
}
|
.collect text {
|
color: #FFFFFF;
|
}
|
.shop_body_t_item image {
|
width: 100%;
|
height: 337.5rpx;
|
background-color: rgba(0, 0, 0, 0.1);
|
}
|
.shop_body_t_item_info {
|
display: flex;
|
flex-direction: column;
|
justify-content: flex-start;
|
padding: 20rpx;
|
box-sizing: border-box;
|
}
|
.shop_body_t_item_info_title {
|
display: -webkit-box;
|
-webkit-box-orient: vertical;
|
-webkit-line-clamp: 1;
|
text-overflow: ellipsis;
|
-webkit-box-orient: vertical;
|
word-wrap: break-word;
|
word-break: break-all;
|
overflow: hidden;
|
margin-bottom: 30rpx;
|
}
|
.shop_body_t_item_info_price {
|
display: flex;
|
align-items: flex-end;
|
}
|
.shop_body_t_item_info_others {
|
display: flex;
|
justify-content: space-between;
|
margin-bottom: 8rpx;
|
}
|
.shop_body_t_item_info_others_sales {
|
color: #999999;
|
}
|
.huaxianjia {
|
text-decoration: line-through;
|
color: #999;
|
margin-left: 5rpx;
|
}
|
.shop_red {
|
color: #808080;
|
}
|
.inner-tab .item .icon-sanjiao2 {
|
font-size: 13rpx;
|
}
|
.inner-tab .item .icon-sanjiao1 {
|
font-size: 13rpx;
|
}
|
.noborder {
|
border: none;
|
}
|