|
|
@charset "UTF-8";
|
|
|
/**
|
|
|
* 这里是uni-app内置的常用样式变量
|
|
|
*
|
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
|
*
|
|
|
*/
|
|
|
/**
|
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
|
*
|
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
|
*/
|
|
|
/* 颜色变量 */
|
|
|
/* 行为相关颜色 */
|
|
|
/* 文字基本颜色 */
|
|
|
/* 背景颜色 */
|
|
|
/* 边框颜色 */
|
|
|
/* 尺寸变量 */
|
|
|
/* 文字尺寸 */
|
|
|
/* 图片尺寸 */
|
|
|
/* Border Radius */
|
|
|
/* 水平间距 */
|
|
|
/* 垂直间距 */
|
|
|
/* 透明度 */
|
|
|
/* 文章场景相关 */
|
|
|
.content.data-v-7d9098e6 {
|
|
|
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;
|
|
|
}
|
|
|
.shopInfo.data-v-7d9098e6 {
|
|
|
padding: 25rpx 0;
|
|
|
border-top: 1rpx solid #EAEAEA;
|
|
|
}
|
|
|
.shopInfo .tit.data-v-7d9098e6 {
|
|
|
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;
|
|
|
-webkit-align-content: center;
|
|
|
align-content: center;
|
|
|
font-size: 28rpx;
|
|
|
font-weight: 400;
|
|
|
color: #333333;
|
|
|
}
|
|
|
.shopInfo .tit image.data-v-7d9098e6 {
|
|
|
display: block;
|
|
|
width: 24rpx;
|
|
|
height: 24rpx;
|
|
|
margin-right: 13rpx;
|
|
|
}
|
|
|
.shopInfo .add_detail.data-v-7d9098e6 {
|
|
|
color: #999;
|
|
|
font-size: 28rpx;
|
|
|
padding: 10rpx 0 0 36rpx;
|
|
|
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;
|
|
|
-webkit-align-content: center;
|
|
|
align-content: center;
|
|
|
}
|
|
|
.shopInfo .add_detail .iconfont.data-v-7d9098e6 {
|
|
|
color: #FF578A;
|
|
|
}
|
|
|
.shopInfo .add_detail .add_l.data-v-7d9098e6 {
|
|
|
width: 65%;
|
|
|
}
|
|
|
.shopInfo .add_detail .add_r.data-v-7d9098e6 {
|
|
|
padding: 0 34rpx;
|
|
|
border-left: 1rpx solid #EAEAEA;
|
|
|
}
|
|
|
.shopInfo .add_detail .add_r text.data-v-7d9098e6 {
|
|
|
display: block;
|
|
|
text-align: center;
|
|
|
}
|
|
|
.detailTop.data-v-7d9098e6 {
|
|
|
width: 750rpx;
|
|
|
}
|
|
|
.detailTop .banner.data-v-7d9098e6 {
|
|
|
display: block;
|
|
|
width: 100%;
|
|
|
height: 500rpx;
|
|
|
}
|
|
|
.infoTop.data-v-7d9098e6 {
|
|
|
position: relative;
|
|
|
width: 100%;
|
|
|
height: 88rpx;
|
|
|
background: #FF97AA;
|
|
|
}
|
|
|
.infoTop .price.data-v-7d9098e6 {
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
bottom: 0;
|
|
|
width: 400rpx;
|
|
|
height: 124rpx;
|
|
|
border-radius: 0 40rpx 0 0;
|
|
|
color: #fff;
|
|
|
}
|
|
|
.infoTop .price .priceBg.data-v-7d9098e6 {
|
|
|
display: block;
|
|
|
width: 100%;
|
|
|
height: 124rpx;
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
z-index: 9;
|
|
|
}
|
|
|
.infoTop .price .two-price.data-v-7d9098e6 {
|
|
|
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-7d9098e6 {
|
|
|
font-size: 56rpx;
|
|
|
}
|
|
|
.infoTop .price .two-price .del.data-v-7d9098e6 {
|
|
|
display: inline-block;
|
|
|
margin-left: 10rpx;
|
|
|
text-decoration: line-through;
|
|
|
}
|
|
|
.infoTop .price .surplus.data-v-7d9098e6 {
|
|
|
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-7d9098e6 {
|
|
|
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-7d9098e6 {
|
|
|
padding-right: 10rpx;
|
|
|
}
|
|
|
.infoTop .times .num.data-v-7d9098e6 {
|
|
|
display: inline-block;
|
|
|
margin-left: 8rpx;
|
|
|
margin-right: 8rpx;
|
|
|
padding: 5rpx;
|
|
|
background: #333333;
|
|
|
border-radius: 4rpx;
|
|
|
}
|
|
|
.discuss.data-v-7d9098e6 {
|
|
|
display: -webkit-box;
|
|
|
display: -webkit-flex;
|
|
|
display: flex;
|
|
|
-webkit-box-pack: start;
|
|
|
-webkit-justify-content: flex-start;
|
|
|
justify-content: flex-start;
|
|
|
margin: 25rpx 0;
|
|
|
position: relative;
|
|
|
-webkit-box-align: center;
|
|
|
-webkit-align-items: center;
|
|
|
align-items: center;
|
|
|
-webkit-align-content: center;
|
|
|
align-content: center;
|
|
|
}
|
|
|
.discuss .dis_l.data-v-7d9098e6 {
|
|
|
font-size: 28rpx;
|
|
|
color: #333;
|
|
|
font-weight: 500;
|
|
|
padding-top: 5rpx;
|
|
|
margin-right: 32rpx;
|
|
|
}
|
|
|
.discuss .starBox.data-v-7d9098e6 {
|
|
|
display: -webkit-box;
|
|
|
display: -webkit-flex;
|
|
|
display: flex;
|
|
|
-webkit-box-pack: start;
|
|
|
-webkit-justify-content: flex-start;
|
|
|
justify-content: flex-start;
|
|
|
}
|
|
|
.discuss .starBox image.data-v-7d9098e6 {
|
|
|
display: block;
|
|
|
width: 26rpx;
|
|
|
height: 26rpx;
|
|
|
margin-right: 8rpx;
|
|
|
}
|
|
|
.toptitle.data-v-7d9098e6 {
|
|
|
width: 100%;
|
|
|
background: #fff;
|
|
|
border-radius: 24rpx 24rpx 0;
|
|
|
margin-top: -20rpx;
|
|
|
padding: 30rpx 30rpx 0 30rpx;
|
|
|
-webkit-box-sizing: border-box;
|
|
|
box-sizing: border-box;
|
|
|
position: relative;
|
|
|
z-index: 20;
|
|
|
}
|
|
|
.toptitle .h3.data-v-7d9098e6 {
|
|
|
display: inline-block;
|
|
|
font-size: 36rpx;
|
|
|
font-weight: 500;
|
|
|
color: #333333;
|
|
|
}
|
|
|
.toptitle .dataGroup.data-v-7d9098e6 {
|
|
|
position: absolute;
|
|
|
top: 30rpx;
|
|
|
right: 30rpx;
|
|
|
}
|
|
|
.toptitle .dataGroup .dataCol.data-v-7d9098e6 {
|
|
|
display: inline-block;
|
|
|
margin-left: 20rpx;
|
|
|
}
|
|
|
.toptitle .dataGroup .dataCol image.data-v-7d9098e6 {
|
|
|
display: block;
|
|
|
width: 34rpx;
|
|
|
height: 34rpx;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
.toptitle .dataGroup .dataCol .bot.data-v-7d9098e6 {
|
|
|
display: block;
|
|
|
font-size: 20rpx;
|
|
|
width: 60rpx;
|
|
|
text-align: center;
|
|
|
}
|
|
|
.toptitle .tags .txt.data-v-7d9098e6 {
|
|
|
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-7d9098e6 {
|
|
|
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-7d9098e6 {
|
|
|
-webkit-box-flex: 1;
|
|
|
-webkit-flex: 1;
|
|
|
flex: 1;
|
|
|
color: #FF578A;
|
|
|
}
|
|
|
.toptitle .normalPrice .price .big.data-v-7d9098e6 {
|
|
|
font-size: 56rpx;
|
|
|
font-weight: 500;
|
|
|
margin-right: 10rpx;
|
|
|
}
|
|
|
.toptitle .normalPrice .price .small.data-v-7d9098e6 {
|
|
|
color: #999;
|
|
|
}
|
|
|
.toptitle .normalPrice .r_info.data-v-7d9098e6 {
|
|
|
-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-7d9098e6 {
|
|
|
margin-left: 24rpx;
|
|
|
}
|
|
|
.toptitle .normalPrice .r_info .shareMoney.data-v-7d9098e6 {
|
|
|
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-7d9098e6 {
|
|
|
background: #FF578A;
|
|
|
color: #fff;
|
|
|
padding: 0 10rpx;
|
|
|
}
|
|
|
.toptitle .shareIntro.data-v-7d9098e6 {
|
|
|
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-7d9098e6 {
|
|
|
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-7d9098e6 {
|
|
|
width: 100%;
|
|
|
margin-top: 15rpx;
|
|
|
background: #fff;
|
|
|
padding-bottom: 40rpx;
|
|
|
}
|
|
|
.summary .tit.data-v-7d9098e6 {
|
|
|
line-height: 32rpx;
|
|
|
font-size: 32rpx;
|
|
|
font-weight: 500;
|
|
|
color: #333333;
|
|
|
margin-top: 35rpx;
|
|
|
margin-left: 30rpx;
|
|
|
}
|
|
|
.summary .wrap.data-v-7d9098e6 {
|
|
|
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-7d9098e6 {
|
|
|
width: 170rpx;
|
|
|
}
|
|
|
.summary .wrap .item .iconfont.data-v-7d9098e6 {
|
|
|
text-align: center;
|
|
|
font-size: 34rpx;
|
|
|
color: #FF578A;
|
|
|
}
|
|
|
.summary .wrap .item .grey-txt.data-v-7d9098e6 {
|
|
|
text-align: center;
|
|
|
font-size: 24rpx;
|
|
|
color: #999999;
|
|
|
margin: 10rpx auto;
|
|
|
}
|
|
|
.summary .wrap .item .black-txt.data-v-7d9098e6 {
|
|
|
text-align: center;
|
|
|
font-size: 24rpx;
|
|
|
color: #333333;
|
|
|
}
|
|
|
.shops.data-v-7d9098e6 {
|
|
|
background: #fff;
|
|
|
margin-top: 10rpx;
|
|
|
padding: 15rpx 30rpx;
|
|
|
-webkit-box-sizing: border-box;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
.shops .shop.data-v-7d9098e6 {
|
|
|
-webkit-box-sizing: border-box;
|
|
|
box-sizing: border-box;
|
|
|
padding: 25rpx 0;
|
|
|
border-bottom: 1rpx solid #EAEAEA;
|
|
|
}
|
|
|
.shops .shop .pic.data-v-7d9098e6 {
|
|
|
width: 120rpx;
|
|
|
height: 120rpx;
|
|
|
display: inline-block;
|
|
|
}
|
|
|
.shops .shop .infos.data-v-7d9098e6 {
|
|
|
position: relative;
|
|
|
width: 540rpx;
|
|
|
margin-left: 24rpx;
|
|
|
display: inline-block;
|
|
|
vertical-align: top;
|
|
|
}
|
|
|
.shops .shop .infos .name.data-v-7d9098e6 {
|
|
|
font-size: 32rpx;
|
|
|
font-weight: 500;
|
|
|
color: #333333;
|
|
|
line-height: 32rpx;
|
|
|
}
|
|
|
.shops .shop .infos .starts.data-v-7d9098e6 {
|
|
|
margin: 20rpx 0;
|
|
|
height: 20rpx;
|
|
|
line-height: 20rpx;
|
|
|
}
|
|
|
.shops .shop .infos .starts .iconfont.data-v-7d9098e6 {
|
|
|
color: #FF578A;
|
|
|
font-size: 20rpx;
|
|
|
display: inline-block;
|
|
|
margin-right: 7rpx;
|
|
|
height: 100%;
|
|
|
line-height: 20rpx;
|
|
|
}
|
|
|
.shops .shop .infos .txt.data-v-7d9098e6 {
|
|
|
font-size: 24rpx;
|
|
|
color: #666666;
|
|
|
line-height: 24rpx;
|
|
|
}
|
|
|
.shops .shop .infos .reply.data-v-7d9098e6 {
|
|
|
position: absolute;
|
|
|
top: 45rpx;
|
|
|
right: 0;
|
|
|
font-size: 24rpx;
|
|
|
color: #666666;
|
|
|
line-height: 24rpx;
|
|
|
}
|
|
|
.shops .shop .infos .reply .iconfont.data-v-7d9098e6 {
|
|
|
padding-left: 7rpx;
|
|
|
font-size: 24rpx;
|
|
|
color: #999;
|
|
|
}
|
|
|
.shops .shop .infos .date-txt.data-v-7d9098e6 {
|
|
|
font-size: 24rpx;
|
|
|
color: #666666;
|
|
|
line-height: 24rpx;
|
|
|
margin: 20rpx 0;
|
|
|
}
|
|
|
.shops .shop.data-v-7d9098e6:last-child {
|
|
|
border-bottom: 0;
|
|
|
}
|
|
|
.details.data-v-7d9098e6 {
|
|
|
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-7d9098e6 {
|
|
|
font-size: 32rpx;
|
|
|
font-weight: 500;
|
|
|
color: #333333;
|
|
|
line-height: 32rpx;
|
|
|
margin-top: 30rpx;
|
|
|
}
|
|
|
.details .txts.data-v-7d9098e6 {
|
|
|
margin-top: 33rpx;
|
|
|
}
|
|
|
.details .txts .txt.data-v-7d9098e6 {
|
|
|
display: block;
|
|
|
font-size: 28rpx;
|
|
|
color: #333333;
|
|
|
line-height: 45rpx;
|
|
|
}
|
|
|
.details image.data-v-7d9098e6 {
|
|
|
width: 100%;
|
|
|
margin-top: 30rpx;
|
|
|
}
|
|
|
.introBox.data-v-7d9098e6 {
|
|
|
width: 710rpx;
|
|
|
margin: 20rpx auto 0 auto;
|
|
|
border-radius: 16rpx;
|
|
|
background: #fff;
|
|
|
padding: 0 35rpx;
|
|
|
-webkit-box-sizing: border-box;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
.introBox .intro_column.data-v-7d9098e6:last-child {
|
|
|
border-bottom: none;
|
|
|
}
|
|
|
.intro_column.data-v-7d9098e6 {
|
|
|
display: -webkit-box;
|
|
|
display: -webkit-flex;
|
|
|
display: flex;
|
|
|
-webkit-box-pack: start;
|
|
|
-webkit-justify-content: flex-start;
|
|
|
justify-content: flex-start;
|
|
|
padding: 20rpx 0;
|
|
|
border-bottom: 2rpx solid #EAEAEA;
|
|
|
}
|
|
|
.intro_column .imgOuter.data-v-7d9098e6 {
|
|
|
width: 260rpx;
|
|
|
height: 210rpx;
|
|
|
position: relative;
|
|
|
}
|
|
|
.intro_column .imgOuter image.data-v-7d9098e6 {
|
|
|
width: 260rpx;
|
|
|
height: 210rpx;
|
|
|
border-radius: 5rpx;
|
|
|
}
|
|
|
.intro_column .imgOuter .i_intro.data-v-7d9098e6 {
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
width: 68rpx;
|
|
|
height: 32rpx;
|
|
|
background: #FF578A;
|
|
|
border-radius: 5rpx 0px 18rpx 5rpx;
|
|
|
font-size: 22rpx;
|
|
|
font-weight: 400;
|
|
|
color: #FFFFFF;
|
|
|
line-height: 32rpx;
|
|
|
text-align: center;
|
|
|
}
|
|
|
.intro_column .columnInfo.data-v-7d9098e6 {
|
|
|
width: 360rpx;
|
|
|
margin-left: 22rpx;
|
|
|
}
|
|
|
.intro_column .columnInfo .discuss.data-v-7d9098e6 {
|
|
|
margin: 13rpx 0 !important;
|
|
|
}
|
|
|
.intro_column .columnInfo .menu.data-v-7d9098e6 {
|
|
|
font-size: 24rpx;
|
|
|
color: #333;
|
|
|
margin-top: 20rpx;
|
|
|
}
|
|
|
.intro_column .columnInfo .menu .hui.data-v-7d9098e6 {
|
|
|
margin-right: 8rpx;
|
|
|
display: inline-block;
|
|
|
width: 30rpx;
|
|
|
height: 30rpx;
|
|
|
background: #FF753E;
|
|
|
border-radius: 2rpx;
|
|
|
font-size: 22rpx;
|
|
|
color: #FFFFFF;
|
|
|
text-align: center;
|
|
|
line-height: 30rpx;
|
|
|
}
|
|
|
.intro_column .columnInfo .title.data-v-7d9098e6 {
|
|
|
width: 100%;
|
|
|
font-size: 30rpx;
|
|
|
font-weight: bold;
|
|
|
color: #333;
|
|
|
overflow: hidden;
|
|
|
white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|
|
|
}
|
|
|
.intro_column .columnInfo .tags text.data-v-7d9098e6 {
|
|
|
height: 28rpx;
|
|
|
background: rgba(255, 177, 62, 0.1);
|
|
|
border-radius: 4rpx;
|
|
|
line-height: 28rpx;
|
|
|
font-size: 20rpx;
|
|
|
padding: 0 10rpx;
|
|
|
margin-right: 10rpx;
|
|
|
color: #FF753E;
|
|
|
}
|
|
|
.intro_column .columnInfo .subInfo.data-v-7d9098e6 {
|
|
|
width: 100%;
|
|
|
font-size: 24rpx;
|
|
|
color: #999;
|
|
|
font-weight: 400;
|
|
|
overflow: hidden;
|
|
|
white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|
|
|
padding-top: 5rpx;
|
|
|
}
|
|
|
.intro_column .columnInfo .subInfo .font_red.data-v-7d9098e6 {
|
|
|
margin-left: 10rpx;
|
|
|
}
|
|
|
.intro_column .columnInfo .price.data-v-7d9098e6 {
|
|
|
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;
|
|
|
-webkit-align-content: center;
|
|
|
align-content: center;
|
|
|
margin-top: 8rpx;
|
|
|
}
|
|
|
.intro_column .columnInfo .price text.data-v-7d9098e6 {
|
|
|
margin-right: 10rpx;
|
|
|
}
|
|
|
.intro_column .columnInfo .price .shareMoney.data-v-7d9098e6 {
|
|
|
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;
|
|
|
}
|
|
|
.intro_column .columnInfo .price .shareMoney text.data-v-7d9098e6 {
|
|
|
background: #FF578A;
|
|
|
color: #fff;
|
|
|
padding: 0 10rpx;
|
|
|
}
|
|
|
.intro_column .columnInfo .price .free.data-v-7d9098e6 {
|
|
|
height: 28rpx;
|
|
|
background: #FF753E;
|
|
|
border-radius: 4rpx;
|
|
|
line-height: 28rpx;
|
|
|
font-size: 20rpx;
|
|
|
padding: 0 10rpx;
|
|
|
margin-right: 10rpx;
|
|
|
color: #fff;
|
|
|
}
|
|
|
.termBox.data-v-7d9098e6 {
|
|
|
width: 750rpx;
|
|
|
height: 200rpx;
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(70%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
|
|
|
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%);
|
|
|
background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%);
|
|
|
border-radius: 40rpx 40rpx 0px 0px;
|
|
|
margin-top: 20rpx;
|
|
|
}
|
|
|
.termBox .termOuter.data-v-7d9098e6 {
|
|
|
display: -webkit-box;
|
|
|
display: -webkit-flex;
|
|
|
display: flex;
|
|
|
-webkit-box-align: center;
|
|
|
-webkit-align-items: center;
|
|
|
align-items: center;
|
|
|
-webkit-align-content: center;
|
|
|
align-content: center;
|
|
|
-webkit-box-pack: start;
|
|
|
-webkit-justify-content: flex-start;
|
|
|
justify-content: flex-start;
|
|
|
}
|
|
|
.termBox .termOuter .termCol.data-v-7d9098e6 {
|
|
|
width: 27%;
|
|
|
text-align: center;
|
|
|
font-size: 28rpx;
|
|
|
font-weight: 400;
|
|
|
color: #333333;
|
|
|
padding-top: 36rpx;
|
|
|
}
|
|
|
.termBox .termOuter .termCol .iconfont.data-v-7d9098e6 {
|
|
|
font-size: 24rpx;
|
|
|
color: #666666;
|
|
|
line-height: 28rpx;
|
|
|
margin-left: 8rpx;
|
|
|
}
|
|
|
.termBox .termOuter .termCol.cur.data-v-7d9098e6 {
|
|
|
color: #FF578A;
|
|
|
}
|
|
|
.termBox .termOuter .termCol.cur .iconfont.data-v-7d9098e6 {
|
|
|
color: #FF578A;
|
|
|
}
|
|
|
.termBox .termOuter .termCol.data-v-7d9098e6:last-child {
|
|
|
width: 19%;
|
|
|
}
|
|
|
|