@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;
|
}
|
.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;
|
}
|
.shop_head_info {
|
width: 100%;
|
margin: 0 auto;
|
padding: 5%;
|
box-sizing: border-box;
|
background-color: white;
|
}
|
.shop_list_body_item_shop {
|
width: 100%;
|
height: 150rpx;
|
display: flex;
|
justify-content: space-between;
|
}
|
.shop_list_body_item_shop_logo {
|
width: 150rpx;
|
height: 150rpx;
|
}
|
.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 {
|
padding: 10rpx;
|
box-sizing: border-box;
|
margin-left: -10%;
|
padding-top: 0;
|
display: flex;
|
justify-content: space-between;
|
flex-direction: column;
|
}
|
.shop_list_body_item_shop_others {
|
padding: 10rpx;
|
box-sizing: border-box;
|
display: flex;
|
justify-content: space-between;
|
flex-direction: column;
|
text-align: right;
|
padding-top: 0;
|
}
|
.brand {
|
position: relative;
|
top: -20rpx;
|
color: #585858;
|
}
|
.sales {
|
color: #585858;
|
}
|
.collect {
|
color: #585858;
|
}
|
.shop_list_body_item_shop_others button {
|
width: 140rpx;
|
height: 60rpx;
|
line-height: 60rpx;
|
padding: 0;
|
background-image: linear-gradient(90deg, #F11E0B, #F77737);
|
color: white;
|
}
|
.shop_head_banner {
|
width: 100%;
|
height: 360rpx;
|
}
|
.shop_head_banner swiper {
|
width: 100%;
|
height: 100%;
|
}
|
.swiper-item {
|
width: 100%;
|
height: 360rpx;
|
}
|
.swiper-item image {
|
width: 100%;
|
height: 100%;
|
}
|
.shop_body {
|
width: 100%;
|
background-color: #f2f2f2;
|
}
|
.shop_body_l_item {
|
width: 90%;
|
margin: 0 auto;
|
background-color: white;
|
border-radius: 15rpx;
|
margin-top: 20rpx;
|
padding: 20rpx;
|
box-sizing: border-box;
|
}
|
.shop_body_l_item_img image {
|
width: 235rpx;
|
height: 235rpx;
|
background-color: rgba(0, 0, 0, 0.1);
|
margin-right: 15rpx;
|
}
|
.shop_body_l_item_info {
|
width: 70%;
|
height: 100%;
|
display: flex;
|
justify-content: space-between;
|
flex-direction: column;
|
padding-left: 20rpx;
|
box-sizing: border-box;
|
}
|
.shop_body_l_item_info_title {
|
font-size: 28rpx;
|
height: 100rpx;
|
line-height: 50rpx;
|
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 {
|
width: 100%;
|
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: #585858;
|
}
|
.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;
|
}
|
.collect text {
|
color: #E2231A;
|
}
|
.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: 168rpx;
|
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;
|
display: flex;
|
justify-content: space-around;
|
align-items: center;
|
border-bottom: 1px solid #dddddd;
|
background: #ffffff;
|
box-shadow: 0 8rpx 12rpx 0 rgba(0, 0, 0, 0.1);
|
z-index: 9;
|
}
|
.inner-tab .item {
|
flex: 1;
|
font-size: 30rpx;
|
}
|
.inner-tab .item.active,
|
.inner-tab .item .arrow.active .iconfont {
|
color: #e2231a;
|
}
|
.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;
|
}
|
.shop_body_l_item_info_price {
|
line-height: 100rpx;
|
height: 100rpx;
|
}
|
.shop_body_b_btn {
|
width: 140rpx;
|
height: 56rpx;
|
border-radius: 10rpx;
|
font-size: 23rpx;
|
text-align: center;
|
line-height: 56rpx;
|
margin-right: 26rpx;
|
}
|
.audit_txt {
|
color: #FF6633;
|
font-size: 23rpx;
|
margin-right: 26rpx;
|
}
|