@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 */
|
page {
|
background: #f2f2f2;
|
}
|
.bg-f2 {
|
background-color: #F2F2F2;
|
}
|
.h1 {
|
font-size: 32rpx;
|
}
|
.h2 {
|
font-size: 28rpx;
|
}
|
.h3 {
|
font-size: 24rpx;
|
}
|
.h4 {
|
font-size: 20rpx;
|
}
|
.h5 {
|
font-size: 16rpx;
|
}
|
.h6 {
|
font-size: 12rpx;
|
}
|
.red {
|
color: #E2231A;
|
}
|
.huaxianjia {
|
text-decoration: line-through;
|
color: #999;
|
margin-left: 5rpx;
|
}
|
.prodcut-list-wrap {
|
padding-bottom: 100rpx;
|
}
|
.shop_head_info {
|
width: 100%;
|
position: relative;
|
box-sizing: border-box;
|
border-radius: 30rpx 30rpx 0 0;
|
padding: 30rpx 30rpx 20rpx;
|
}
|
.shop_list_body_item_shop {
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
}
|
.shop_list_body_item_shop_logo {
|
width: 90rpx;
|
height: 90rpx;
|
}
|
.shop_list_body_item_shop_logo image {
|
width: 100%;
|
height: 100%;
|
background-color: rgba(0, 0, 0, 0.1);
|
border-radius: 15rpx;
|
}
|
.shop_list_body_item_shop_info {
|
flex: 1;
|
padding-left: 16rpx;
|
box-sizing: border-box;
|
padding-top: 0;
|
display: flex;
|
justify-content: space-between;
|
flex-direction: column;
|
height: 90rpx;
|
}
|
.shop_list_body_item_shop_others {
|
box-sizing: border-box;
|
display: flex;
|
justify-content: flex-start;
|
flex-direction: column;
|
text-align: right;
|
padding-top: 0;
|
}
|
.brand {
|
position: relative;
|
color: #FFFFFF;
|
}
|
.sales {
|
color: #FFFFFF;
|
}
|
.collect {
|
color: #FFFFFF;
|
}
|
.shop_list_body_item_shop_others button {
|
height: 50rpx;
|
line-height: 50rpx;
|
font-size: 30rpx;
|
color: #FFFFFF;
|
border-radius: 30rpx;
|
padding: 0 40rpx;
|
background-color: #F6220C;
|
color: white;
|
}
|
.shop_head_banner {
|
width: 100%;
|
padding: 20rpx 0;
|
}
|
.shop_head_banner swiper {
|
width: 710rpx;
|
height: 200rpx;
|
margin: 0 auto;
|
border-radius: 12rpx;
|
background: linear-gradient(-57deg, #C3C0FF 1%, #FEEBFF 100%);
|
overflow: hidden;
|
}
|
.swiper-item {
|
width: 100%;
|
height: 360rpx;
|
}
|
.swiper-item image {
|
width: 100%;
|
height: 100%;
|
}
|
.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-top: 1rpx solid #eeeeee;
|
}
|
.shop_body .shop_body_l_item:first-child {
|
border-top: 0;
|
}
|
.shop_body_l_item image {
|
width: 150rpx;
|
height: 150rpx;
|
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;
|
background: red;
|
color: #ffffff;
|
border-radius: 40%;
|
padding: 10rpx 30rpx;
|
}
|
.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: 45%;
|
margin: 0 2.5%;
|
margin-top: 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 {
|
height: 182.5rpx;
|
display: flex;
|
flex-direction: column;
|
justify-content: space-between;
|
padding: 10rpx;
|
box-sizing: border-box;
|
}
|
.shop_body_t_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_t_item_info_price {
|
display: flex;
|
align-items: flex-end;
|
}
|
.shop_body_t_item_info_others {
|
display: flex;
|
justify-content: space-between;
|
}
|
.shop_body_t_item_info_others_sales {
|
color: #585858;
|
}
|
/* ***************************************** */
|
/* ***************************************** */
|
/* ***************************************** */
|
.diy-coupon {
|
margin: 20rpx;
|
}
|
.diy-coupon .swiper {
|
width: 750rpx;
|
height: 168rpx;
|
}
|
.diy-coupon .coupon-item {
|
width: 710rpx;
|
height: 200rpx;
|
align-items: stretch;
|
align-content: stretch;
|
color: #ffffff;
|
}
|
.diy-coupon .coupon-item.bg-red {
|
background: #e62423;
|
}
|
.diy-coupon .coupon-item.bg-blue {
|
background: #178ed9;
|
}
|
.diy-coupon .coupon-item.bg-yellow {
|
background: #f4a50b;
|
}
|
.diy-coupon .coupon-item.bg-violet {
|
background: #ab0bf6;
|
}
|
.diy-coupon .coupon-item .left-type {
|
padding: 0 30rpx 0 40rpx;
|
width: 40rpx;
|
font-size: 40rpx;
|
line-height: 40rpx;
|
text-align: center;
|
font-weight: bold;
|
border-right: 4rpx dashed rgba(255, 255, 255, 0.4);
|
}
|
.diy-coupon .left-side-line {
|
position: absolute;
|
width: 20rpx;
|
top: 0;
|
left: -15rpx;
|
overflow: hidden;
|
}
|
.diy-coupon .right-side-line {
|
position: absolute;
|
width: 20rpx;
|
top: 0;
|
right: -15rpx;
|
overflow: hidden;
|
}
|
.diy-coupon .side-line .round {
|
display: block;
|
width: 20rpx;
|
height: 20rpx;
|
border-radius: 50%;
|
margin: 4rpx 0;
|
background: #ffffff;
|
}
|
.diy-coupon .center-content::before,
|
.diy-coupon .center-content::after {
|
position: absolute;
|
display: block;
|
content: '';
|
width: 30rpx;
|
height: 15rpx;
|
background: #FFFFFF;
|
}
|
.diy-coupon .center-content::before {
|
top: 0;
|
right: -16rpx;
|
border-radius: 0 0 15rpx 15rpx;
|
}
|
.diy-coupon .center-content::after {
|
bottom: 0;
|
right: -16rpx;
|
border-radius: 15rpx 15rpx 0 0;
|
}
|
.diy-coupon .coupon-item .center-content {
|
padding: 20rpx 40rpx;
|
display: flex;
|
justify-content: space-between;
|
flex-direction: column;
|
align-items: flex-start;
|
flex: 1;
|
}
|
.diy-coupon .coupon-item .center-content .content-top {
|
height: 50rpx;
|
line-height: 50rpx;
|
}
|
.diy-coupon .coupon-item .center-content .content-datatime {
|
padding: 4rpx 10rpx;
|
border-radius: 30rpx;
|
font-size: 20rpx;
|
background: rgba(0, 0, 0, 0.2);
|
}
|
.diy-coupon .coupon-item .right-receive {
|
padding: 0 40rpx 0 30rpx;
|
width: 30rpx;
|
text-align: center;
|
font-size: 30rpx;
|
line-height: 30rpx;
|
text-align: center;
|
border-left: 4rpx dashed rgba(255, 255, 255, 0.4);
|
background: rgba(0, 0, 0, 0.6);
|
}
|
.diy-coupon .coupon-item .no-receive {
|
background: #acacac;
|
color: #787878;
|
}
|
/* ***************************** */
|
.inner-tab {
|
position: relative;
|
height: 80rpx;
|
justify-content: space-around;
|
align-items: center;
|
z-index: 9;
|
}
|
.inner-tab .item {
|
flex: 1;
|
font-size: 30rpx;
|
color: #666666;
|
font-size: 32rpx;
|
font-family: PingFang SC;
|
display: inline-block;
|
line-height: 80rpx;
|
padding: 0 36rpx;
|
}
|
.inner-tab .item.active,
|
.inner-tab .item .arrow.active .iconfont {
|
color: #e2231a;
|
}
|
.inner-tab .item.active {
|
color: #333333;
|
font-weight: bold;
|
position: relative;
|
}
|
.inner-tab .item.active::after {
|
content: '';
|
position: absolute;
|
bottom: 0;
|
width: 52rpx;
|
height: 4rpx;
|
background: #EE1414;
|
border-radius: 2rpx;
|
left: 0;
|
right: 0;
|
margin: 0 auto;
|
}
|
.inner-tab .item .box {
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
flex-direction: row;
|
}
|
.inner-tab .item .arrows {
|
margin-left: 10rpx;
|
line-height: 0;
|
}
|
.inner-tab .item .iconfont {
|
line-height: 24rpx;
|
font-size: 24rpx;
|
}
|
.inner-tab .item .arrow,
|
.inner-tab .item .svg-icon {
|
width: 20rpx;
|
height: 20rpx;
|
}
|
.box image {
|
width: 36rpx;
|
height: 36rpx;
|
}
|
.nav_bottom {
|
height: 100rpx;
|
position: fixed;
|
bottom: 0;
|
left: 0;
|
width: 100%;
|
text-align: center;
|
background-color: #FFFFFF;
|
}
|
.nav_bottom .icon {
|
font-size: 50rpx;
|
}
|
.nav_bottom .active {
|
color: #E2231A;
|
}
|
.nav_bottom .active .icon {
|
color: #E2231A;
|
}
|
.live_list {
|
background-color: #FFFFFF;
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
flex-wrap: wrap;
|
padding: 0 30rpx;
|
}
|
.live_item {
|
position: relative;
|
margin: 10rpx 0;
|
}
|
.live_img {
|
width: 100%;
|
}
|
.live_img image {
|
width: 335rpx;
|
height: 375rpx;
|
border-radius: 15rpx;
|
}
|
.live_name {
|
font-size: 34rpx;
|
margin: 15rpx 0;
|
}
|
.record {
|
position: absolute;
|
top: 0;
|
width: 150rpx;
|
font-size: 22rpx;
|
height: 33rpx;
|
line-height: 32rpx;
|
text-align: center;
|
background: #fdd933;
|
color: #ffffff;
|
}
|
.record_off {
|
position: absolute;
|
top: 0;
|
width: 150rpx;
|
font-size: 22rpx;
|
height: 33rpx;
|
line-height: 32rpx;
|
text-align: center;
|
background: #fdd933;
|
color: #ffffff;
|
}
|
.mpservice-wrap {
|
width: 100%;
|
box-sizing: border-box;
|
background-color: #FFFFFF;
|
}
|
.mpservice-wrap .mp-image {
|
width: 560rpx;
|
margin-top: 40rpx;
|
}
|
.mpservice-wrap .mp-image image {
|
width: 100%;
|
}
|
.icon-qq {
|
color: #1296db;
|
font-size: 64rpx;
|
}
|
.icon-weixin {
|
color: #1afa29;
|
font-size: 64rpx;
|
}
|
.icon-guanbi {
|
font-size: 26rpx;
|
}
|
.icon-002dianhua {
|
color: #1296db;
|
font-size: 52rpx;
|
}
|
.kf-close {
|
justify-content: flex-end;
|
}
|
.noDatamodel {
|
font-size: 30rpx;
|
width: 100%;
|
text-align: center;
|
height: 200rpx;
|
line-height: 128rpx;
|
color: #929292;
|
}
|
.reg180 {
|
padding-right: 20rpx;
|
text-align: right;
|
-webkit-transform: rotateY(180deg);
|
transform: rotateY(180deg);
|
}
|
.icon-jiantou {
|
color: #FFFFFF;
|
font-size: 30rpx;
|
}
|
.head_top {
|
position: relative;
|
height: 30px;
|
line-height: 30px;
|
color: #FFFFFF;
|
font-size: 32rpx;
|
z-index: 9;
|
}
|
.bg_topimg {
|
position: absolute;
|
top: 0;
|
width: 100%;
|
height: 190rpx;
|
z-index: 0;
|
}
|
.shop {
|
background: #f2f2f2;
|
margin-top: 16rpx;
|
position: relative;
|
}
|
.shop_red {
|
color: #F6220C;
|
}
|
.coupon {
|
position: relative;
|
background-color: #FFFFFF;
|
overflow: hidden;
|
}
|
.shop_list_body_item_shop_others .collect_btn {
|
height: 50rpx;
|
line-height: 50rpx;
|
text-align: center;
|
/* border: 1rpx solid #F6220C;
|
background: #F6220C; */
|
color: #FFFFFF;
|
border-radius: 30rpx;
|
font-size: 26rpx;
|
padding: 0 24rpx;
|
}
|
.shop_list_body_item_shop_others .collected {
|
border: 1rpx solid #FFFFFF;
|
color: #FFFFFF;
|
background: none;
|
}
|
.noborder {
|
border: none;
|
}
|
.range_item {
|
border: 1rpx solid #D9D9D9;
|
border-top: none;
|
padding: 8rpx;
|
border-bottom-left-radius: 10rpx;
|
border-bottom-right-radius: 10rpx;
|
color: #666666;
|
box-shadow: 0 0 8rpx rgba(0, 0, 0, 0.1);
|
}
|
.top_search_right {
|
font-size: 20rpx;
|
line-height: normal;
|
}
|
.top_search_right .icon-31guanzhu1xuanzhong {
|
color: #F6220C;
|
}
|
.shop_top {
|
position: fixed;
|
width: 100%;
|
z-index: 99;
|
padding-bottom: 16rpx;
|
transition: 500ms;
|
}
|
.head_top_box {
|
color: #FFFFFF;
|
}
|
.shop_list_body_item_shop_info .icon-htmal5icon24 {
|
color: #F6220C;
|
}
|
/* ***************************************** */
|
/* ***************************************** */
|
/* ***************************************** */
|
.swiper-list {
|
display: flex;
|
}
|
.shop-coupon {
|
padding: 30rpx 20rpx;
|
position: relative;
|
}
|
.shop-coupon scroll-view {
|
height: 94rpx;
|
}
|
.shop-coupon .swiper {
|
width: 750rpx;
|
}
|
.shop-coupon .coupon-item {
|
width: 300rpx;
|
height: 94rpx;
|
align-items: stretch;
|
align-content: stretch;
|
color: #ffffff;
|
margin-right: 20rpx;
|
}
|
.shop-coupon .coupon-item.bg-red {
|
background: #e62423;
|
}
|
.shop-coupon .coupon-item.bg-blue {
|
background: #178ed9;
|
}
|
.shop-coupon .coupon-item.bg-yellow {
|
background: #f4a50b;
|
}
|
.shop-coupon .coupon-item.bg-violet {
|
background: #ab0bf6;
|
}
|
.shop-coupon .coupon-item .left-type {
|
padding: 0 10rpx 0 10rpx;
|
font-size: 40rpx;
|
line-height: 40rpx;
|
text-align: center;
|
border-right: 2rpx dotted rgba(255, 255, 255, 0.4);
|
}
|
.shop-coupon .left-side-line {
|
position: absolute;
|
width: 10rpx;
|
top: 0;
|
left: -6rpx;
|
overflow: hidden;
|
}
|
.shop-coupon .right-side-line {
|
position: absolute;
|
width: 10rpx;
|
top: 0;
|
right: -6rpx;
|
overflow: hidden;
|
}
|
.shop-coupon .side-line .round {
|
display: block;
|
width: 10rpx;
|
height: 10rpx;
|
border-radius: 50%;
|
margin: 4rpx 0;
|
background: #ffffff;
|
}
|
.shop-coupon .center-content::before,
|
.shop-coupon .center-content::after {
|
position: absolute;
|
display: block;
|
content: '';
|
width: 13rpx;
|
height: 6rpx;
|
background: #FFFFFF;
|
}
|
.shop-coupon .center-content::before {
|
top: 0;
|
right: -8rpx;
|
border-radius: 0 0 10rpx 10rpx;
|
}
|
.shop-coupon .center-content::after {
|
bottom: 0;
|
right: -8rpx;
|
border-radius: 10rpx 10rpx 0 0;
|
}
|
.shop-coupon .coupon-item .center-content {
|
padding: 14rpx 10rpx;
|
display: flex;
|
justify-content: space-between;
|
flex-direction: column;
|
align-items: flex-start;
|
flex: 1;
|
}
|
.shop-coupon .coupon-item .center-content .content-datatime {
|
padding: 4rpx 10rpx;
|
border-radius: 30rpx;
|
font-size: 20rpx;
|
background: rgba(0, 0, 0, 0.2);
|
}
|
.shop-coupon .coupon-item .right-receive {
|
padding: 0 10rpx 0 10rpx;
|
width: 40rpx;
|
text-align: center;
|
font-size: 22rpx;
|
line-height: 30rpx;
|
text-align: center;
|
border-left: 2rpx dotted rgba(255, 255, 255, 0.4);
|
background: rgba(0, 0, 0, 0.2);
|
}
|
.shop-coupon .coupon-item .no-receive {
|
background: #acacac;
|
color: #787878;
|
}
|
/* ***************************** */
|
.topbg {
|
background-color: #333648;
|
transition: 500ms;
|
}
|
.topbg-white .icon-jiantou {
|
color: #333333;
|
}
|
.topbg-white .top_search_right {
|
color: #555555;
|
}
|
.topbg-white .index-search-cate {
|
background: #E5E5E5;
|
}
|
.tab-product {
|
display: flex;
|
margin-top: 16rpx;
|
border-bottom: 1rpx solid #eeeeee;
|
background-color: #FFFFFF;
|
}
|
.tab-product .item {
|
color: #999999;
|
font-size: 28rpx;
|
}
|
.shop-product {
|
margin-top: 0;
|
}
|
.tab-product .item.active {
|
font-weight: normal;
|
}
|
.tab-product .item.active::after {
|
width: 30rpx;
|
}
|
.tab-fixed {
|
position: fixed;
|
top: 0;
|
width: 100%;
|
background-color: #333648;
|
z-index: 99;
|
}
|
.tab-top .item, .tab-top .item.active {
|
/* color: #FFFFFF; */
|
}
|
.tab-top .item.active:after {
|
background: #000000;
|
height: 6rpx;
|
}
|
.head_top_box .index-search-cate {
|
background: rgba(255, 255, 255, 0.4);
|
border: 0;
|
color: #eeeeee;
|
}
|
.head_top_box .index-search-cate text {
|
color: #eeeeee;
|
}
|
/* 会员卡 */
|
.card-box {
|
pposition: relative;
|
margin: 0 20rpx;
|
padding: 24rpx;
|
color: #ffe49b;
|
line-height: 52rpx;
|
font-size: 26rpx;
|
box-sizing: border-box;
|
background: linear-gradient(to right, #2F2F2F, #776047);
|
border-radius: 16rpx;
|
}
|
.btn-card-box {
|
width: 164rpx;
|
height: 52rpx;
|
line-height: 52rpx;
|
border-radius: 26rpx;
|
background-color: #ffe49b;
|
font-size: 22rpx;
|
color: #54412c;
|
text-align: center;
|
font-weight: 600;
|
}
|
.btn-card-box .icon.iconfont.icon-jiantou {
|
font-size: 22rpx;
|
color: #54412c;
|
}
|
.v-log {
|
width: 31rpx;
|
height: 28rpx;
|
margin-right: 8rpx;
|
}
|
.guanzhu .collect_btn {
|
height: 50rpx;
|
line-height: 50rpx;
|
text-align: center;
|
color: #FFFFFF;
|
border-radius: 30rpx;
|
font-size: 26rpx;
|
padding: 0 24rpx;
|
}
|
[data-theme='theme0'] .guanzhu .collect_btn {
|
background: linear-gradient(-45deg, #fe632a 0%, #ff7a04 100%) !important;
|
}
|
[data-theme='theme1'] .guanzhu .collect_btn {
|
background: linear-gradient(0deg, #19ad57 0%, #148d47 100%) !important;
|
}
|
[data-theme='theme2'] .guanzhu .collect_btn {
|
background: linear-gradient(0deg, #fc4528 0%, #fc7639 100%) !important;
|
}
|
[data-theme='theme3'] .guanzhu .collect_btn {
|
background: linear-gradient(0deg, #1774ff 0%, #0e6bf5 100%) !important;
|
}
|
[data-theme='theme4'] .guanzhu .collect_btn {
|
background: linear-gradient(-45deg, #2e2e2e 0%, #424242 100%) !important;
|
}
|
[data-theme='theme5'] .guanzhu .collect_btn {
|
background: linear-gradient(0deg, #bfb18f 0%, #c8ba97 100%) !important;
|
}
|
[data-theme='theme6'] .guanzhu .collect_btn {
|
background: linear-gradient(-45deg, #592ef7 0%, #623ceb 100%) !important;
|
}
|
.guanzhu .collected {
|
border: 1rpx solid #FFFFFF;
|
color: #FFFFFF;
|
}
|