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.

555 lines
13 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.footer.data-v-3e159eb4 {
width: 100%;
height: 112rpx;
background: #FFFFFF;
-webkit-box-shadow: 0px -1rpx 0px 0px #DEDEDE;
box-shadow: 0px -1rpx 0px 0px #DEDEDE;
padding: 0 30rpx;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
position: fixed;
bottom: 0;
left: 0;
}
.footer .menuLink.data-v-3e159eb4 {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
color: #333;
}
.footer .menuLink .menuCol.data-v-3e159eb4 {
margin: 0 30rpx;
font-size: 20rpx;
}
.footer .menuLink .menuCol text.data-v-3e159eb4 {
display: block;
}
.footer .menuLink .menuCol .iconfont.data-v-3e159eb4 {
font-size: 36rpx;
margin-bottom: 6rpx;
}
.footer .buyBtn.data-v-3e159eb4 {
width: 220rpx;
height: 72rpx;
background: -webkit-gradient(linear, left top, right top, from(#FF7E95), to(#FF447B));
background: -webkit-linear-gradient(left, #FF7E95 0%, #FF447B 100%);
background: linear-gradient(90deg, #FF7E95 0%, #FF447B 100%);
border-radius: 36rpx;
font-size: 28rpx;
font-weight: 500;
text-align: center;
line-height: 72rpx;
color: #fff;
}
.content.data-v-3e159eb4 {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
background: #F6F6F6;
padding-bottom: 132rpx;
}
.detailTop.data-v-3e159eb4 {
width: 750rpx;
}
.detailTop .banner.data-v-3e159eb4 {
display: block;
width: 100%;
height: 500rpx;
}
.infoTop.data-v-3e159eb4 {
position: relative;
width: 100%;
height: 88rpx;
background: #FF97AA;
}
.infoTop .price.data-v-3e159eb4 {
position: absolute;
left: 0;
bottom: 0;
width: 400rpx;
height: 124rpx;
border-radius: 0 40rpx 0 0;
color: #fff;
}
.infoTop .price .priceBg.data-v-3e159eb4 {
display: block;
width: 100%;
height: 124rpx;
position: absolute;
top: 0;
left: 0;
z-index: 9;
}
.infoTop .price .two-price.data-v-3e159eb4 {
display: inline-block;
margin-top: 22rpx;
margin-left: 20rpx;
font-size: 24rpx;
line-height: 56rpx;
position: relative;
z-index: 10;
}
.infoTop .price .two-price .large.data-v-3e159eb4 {
font-size: 56rpx;
}
.infoTop .price .two-price .del.data-v-3e159eb4 {
display: inline-block;
margin-left: 10rpx;
text-decoration: line-through;
}
.infoTop .price .surplus.data-v-3e159eb4 {
display: inline-block;
width: 102rpx;
height: 32rpx;
line-height: 32rpx;
background: rgba(51, 51, 51, 0.2);
border-radius: 16rpx;
font-size: 24rpx;
text-align: center;
margin-left: 20rpx;
position: relative;
z-index: 10;
}
.infoTop .times.data-v-3e159eb4 {
position: absolute;
top: 13rpx;
right: 30rpx;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
color: #fff;
font-size: 24rpx;
}
.infoTop .times .djs.data-v-3e159eb4 {
padding-right: 10rpx;
}
.infoTop .times .num.data-v-3e159eb4 {
display: inline-block;
margin-left: 8rpx;
margin-right: 8rpx;
padding: 5rpx;
background: #333333;
border-radius: 4rpx;
}
.toptitle.data-v-3e159eb4 {
width: 100%;
background: #fff;
border-radius: 24rpx 24rpx 0;
margin-top: -20rpx;
padding: 30rpx;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
z-index: 20;
}
.toptitle .h3.data-v-3e159eb4 {
display: inline-block;
font-size: 36rpx;
font-weight: 500;
color: #333333;
}
.toptitle .dataGroup.data-v-3e159eb4 {
position: absolute;
top: 30rpx;
right: 30rpx;
}
.toptitle .dataGroup .dataCol.data-v-3e159eb4 {
display: inline-block;
margin-left: 20rpx;
}
.toptitle .dataGroup .dataCol image.data-v-3e159eb4 {
display: block;
width: 34rpx;
height: 34rpx;
margin: 0 auto;
}
.toptitle .dataGroup .dataCol .bot.data-v-3e159eb4 {
display: block;
font-size: 20rpx;
width: 60rpx;
text-align: center;
}
.toptitle .tags .txt.data-v-3e159eb4 {
padding: 8rpx;
background: rgba(255, 177, 62, 0.1);
border-radius: 4rpx;
font-size: 20rpx;
color: #FF7E4C;
display: inline-block;
margin-right: 10rpx;
}
.toptitle .normalPrice.data-v-3e159eb4 {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: end;
-webkit-align-items: flex-end;
align-items: flex-end;
-webkit-align-content: flex-end;
align-content: flex-end;
font-size: 24rpx;
color: #999;
}
.toptitle .normalPrice .price.data-v-3e159eb4 {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
color: #FF578A;
}
.toptitle .normalPrice .price .big.data-v-3e159eb4 {
font-size: 56rpx;
font-weight: 500;
margin-right: 10rpx;
}
.toptitle .normalPrice .price .small.data-v-3e159eb4 {
color: #999;
text-decoration: line-through;
}
.toptitle .normalPrice .r_info.data-v-3e159eb4 {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
}
.toptitle .normalPrice .r_info .leaveNum.data-v-3e159eb4 {
margin-left: 24rpx;
}
.toptitle .normalPrice .r_info .shareMoney.data-v-3e159eb4 {
max-width: 136rpx;
height: 28rpx;
border: 2rpx solid #FF578A;
border-radius: 4rpx;
line-height: 28rpx;
font-size: 20rpx;
margin-right: 10rpx;
padding-right: 10rpx;
color: #FF578A;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: flex-start;
flex-direction: flex-start;
}
.toptitle .normalPrice .r_info .shareMoney text.data-v-3e159eb4 {
background: #FF578A;
color: #fff;
padding: 0 10rpx;
}
.toptitle .shareIntro.data-v-3e159eb4 {
display: -webkit-box;
display: -webkit-flex;
display: flex;
border-top: 1rpx solid #DEE4E7;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-align-content: center;
align-content: center;
font-size: 28rpx;
color: #666;
padding: 25rpx 0;
margin-top: 25rpx;
}
.toptitle .shareIntro .title.data-v-3e159eb4 {
width: 90rpx;
padding: 0 8rpx;
height: 32rpx;
line-height: 32rpx;
background: #FF578A;
border-radius: 6rpx;
font-size: 20rpx;
color: #fff;
margin-right: 32rpx;
}
.summary.data-v-3e159eb4 {
width: 100%;
margin-top: 15rpx;
background: #fff;
padding-bottom: 40rpx;
}
.summary .tit.data-v-3e159eb4 {
line-height: 32rpx;
font-size: 32rpx;
font-weight: 500;
color: #333333;
margin-top: 35rpx;
margin-left: 30rpx;
}
.summary .wrap.data-v-3e159eb4 {
margin-top: 40rpx;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: space-around;
justify-content: space-around;
}
.summary .wrap .item.data-v-3e159eb4 {
width: 270rpx;
}
.summary .wrap .item .iconfont.data-v-3e159eb4 {
text-align: center;
font-size: 34rpx;
color: #FF578A;
}
.summary .wrap .item .grey-txt.data-v-3e159eb4 {
text-align: center;
font-size: 24rpx;
color: #999999;
margin: 10rpx auto;
}
.summary .wrap .item .black-txt.data-v-3e159eb4 {
text-align: center;
font-size: 24rpx;
color: #333333;
}
.shops.data-v-3e159eb4 {
background: #fff;
margin-top: 10rpx;
padding: 15rpx 30rpx;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.shops .shop.data-v-3e159eb4 {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 25rpx 0;
border-bottom: 1rpx solid #EAEAEA;
}
.shops .shop .pic.data-v-3e159eb4 {
width: 120rpx;
height: 120rpx;
display: inline-block;
}
.shops .shop .infos.data-v-3e159eb4 {
position: relative;
width: 540rpx;
margin-left: 24rpx;
display: inline-block;
vertical-align: top;
}
.shops .shop .infos .name.data-v-3e159eb4 {
font-size: 32rpx;
font-weight: 500;
color: #333333;
line-height: 32rpx;
}
.shops .shop .infos .starts.data-v-3e159eb4 {
margin: 20rpx 0;
height: 20rpx;
line-height: 20rpx;
}
.shops .shop .infos .starts .iconfont.data-v-3e159eb4 {
color: #FF578A;
font-size: 20rpx;
display: inline-block;
margin-right: 7rpx;
height: 100%;
line-height: 20rpx;
}
.shops .shop .infos .txt.data-v-3e159eb4 {
font-size: 24rpx;
color: #666666;
line-height: 24rpx;
}
.shops .shop .infos .reply.data-v-3e159eb4 {
position: absolute;
top: 45rpx;
right: 0;
font-size: 24rpx;
color: #666666;
line-height: 24rpx;
}
.shops .shop .infos .reply .iconfont.data-v-3e159eb4 {
padding-left: 7rpx;
font-size: 24rpx;
color: #999;
}
.shops .shop .infos .date-txt.data-v-3e159eb4 {
font-size: 24rpx;
color: #666666;
line-height: 24rpx;
margin: 20rpx 0;
}
.shops .shop.data-v-3e159eb4:last-child {
border-bottom: 0;
}
.details.data-v-3e159eb4 {
margin-top: 10rpx;
padding: 0 30rpx 30rpx 30rpx;
background: #fff;
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.details .tit.data-v-3e159eb4 {
font-size: 32rpx;
font-weight: 500;
color: #333333;
line-height: 32rpx;
margin-top: 30rpx;
}
.details .txts.data-v-3e159eb4 {
margin-top: 33rpx;
font-size: 28rpx;
}
.details .txts .txt.data-v-3e159eb4 {
display: block;
font-size: 28rpx;
color: #333333;
line-height: 45rpx;
}
.details image.data-v-3e159eb4 {
width: 100%;
margin-top: 30rpx;
}
.introBox.data-v-3e159eb4 {
width: 710rpx;
margin: 20rpx auto 0 auto;
border-radius: 16rpx;
background: #fff;
padding: 0 35rpx;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.intro_row.data-v-3e159eb4 {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
width: 100%;
}
.row_col.data-v-3e159eb4 {
width: 310rpx;
border-radius: 8rpx;
padding-bottom: 20rpx;
}
.row_col .imgOuter.data-v-3e159eb4 {
width: 310rpx;
height: 230rpx;
position: relative;
}
.row_col .imgOuter image.data-v-3e159eb4 {
width: 310rpx;
height: 230rpx;
border-radius: 8rpx 8rpx 0 0;
}
.row_col .imgOuter .date.data-v-3e159eb4 {
background-color: rgba(0, 0, 0, 0.3);
font-size: 20rpx;
color: #fff;
line-height: 32rrpx;
padding: 0 8rpx;
border-radius: 5rpx;
position: absolute;
left: 20rpx;
bottom: 20rpx;
font-weight: 500;
}
.row_col .title.data-v-3e159eb4 {
width: 100%;
font-size: 28rpx;
color: #333;
font-weight: 500;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding-top: 20rpx;
}
.row_col .subTit.data-v-3e159eb4 {
width: 100%;
font-size: 22rpx;
color: #333;
font-weight: 400;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding-top: 10rpx;
}
.row_col .price.data-v-3e159eb4 {
margin-top: 20rpx;
font-size: 22rpx;
color: #999;
}
.row_col .price text.data-v-3e159eb4 {
font-size: 32rpx;
font-weight: 400;
padding-right: 15rpx;
}