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.
6153 lines
122 KiB
6153 lines
122 KiB
view, |
|
scroll-view, |
|
swiper, |
|
button, |
|
input, |
|
textarea, |
|
label, |
|
navigator, |
|
image { |
|
box-sizing: border-box; |
|
} |
|
page { |
|
background: #F1F1F1; |
|
height: 100%; |
|
} |
|
.newsList .newsSwitch .van-hairline--top-bottom::after { |
|
border: 0; |
|
} |
|
.newsList .newsSwitch .van-tab { |
|
font-size: 32rpx; |
|
padding: 0; |
|
flex-basis: unset !important; |
|
margin-right: 46rpx; |
|
} |
|
.newsList .newsSwitch .van-tabs__wrap { |
|
padding: 0 30rpx; |
|
} |
|
.newsList .newsSwitch.van-tabs--line { |
|
padding-top: 90rpx; |
|
} |
|
#footer { |
|
position: fixed; |
|
width: 100%; |
|
height: 100rpx; |
|
bottom: 0; |
|
left: 0; |
|
background-color: #fff; |
|
border-top: 1px solid #eee; |
|
z-index: 9999; |
|
} |
|
#footer.iphonex-footer { |
|
height: 100rpx; |
|
padding-bottom: 68rpx; |
|
} |
|
.footer-bg { |
|
height: 100rpx; |
|
} |
|
.iphonex-footer-bg { |
|
height: 168rpx; |
|
} |
|
#footer .item { |
|
flex: 1; |
|
-o-flex: 1; |
|
-ms-flex: 1; |
|
text-align: center; |
|
font-size: 20rpx; |
|
color: #282828; |
|
} |
|
#footer .item.on { |
|
color: #eb3729; |
|
} |
|
#footer .item .iconfont { |
|
font-size: 45rpx; |
|
height: 55rpx; |
|
line-height: 55rpx; |
|
} |
|
.goodList .item { |
|
position: relative; |
|
padding-left: 30rpx; |
|
background-color: #fff; |
|
} |
|
.goodList .item .pictrue { |
|
width: 180rpx; |
|
height: 180rpx; |
|
position: relative; |
|
} |
|
.goodList .item .pictrue .image { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 6rpx; |
|
} |
|
.goodList .item .pictrue image { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 6rpx; |
|
} |
|
.goodList .item .pictrue .numPic { |
|
position: absolute; |
|
left: 7rpx; |
|
top: 7rpx; |
|
width: 50rpx; |
|
height: 50rpx; |
|
border-radius: 50%; |
|
} |
|
.goodList .item .underline { |
|
padding: 30rpx 30rpx 30rpx 0; |
|
border-bottom: 1px solid #f5f5f5; |
|
} |
|
.goodList .item:nth-last-child(1) .underline { |
|
border-bottom: 0; |
|
} |
|
.goodList .item .text { |
|
font-size: 30rpx; |
|
color: #222; |
|
width: 489rpx; |
|
text-align: left; |
|
} |
|
.goodList .item .text .money .num { |
|
font-size: 34rpx; |
|
} |
|
.goodList .item .text .vip-money { |
|
font-size: 24rpx; |
|
color: #282828; |
|
font-weight: bold; |
|
margin-top: 10rpx; |
|
} |
|
.goodList .item .text .vip-money .vip { |
|
margin-right: 22rpx; |
|
text-decoration: line-through; |
|
} |
|
.goodList .item .text .vip-money .image { |
|
width: 46rpx; |
|
height: 21rpx; |
|
margin-left: 5rpx; |
|
} |
|
.goodList .item .text .vip-money .num { |
|
font-size: 22rpx; |
|
color: #aaa; |
|
font-weight: normal; |
|
margin: -2rpx 0 0 0; |
|
} |
|
.goodList .item .iconfont { |
|
position: absolute; |
|
right: 30rpx; |
|
width: 50rpx; |
|
height: 50rpx; |
|
border-radius: 50%; |
|
font-size: 30rpx; |
|
bottom: 38rpx; |
|
} |
|
.promotionGood { |
|
padding: 0 30rpx; |
|
background-color: #fff; |
|
} |
|
.promotionGood .item { |
|
border-bottom: 1px solid #eee; |
|
height: 250rpx; |
|
} |
|
.promotionGood .item .pictrue { |
|
width: 188rpx; |
|
height: 188rpx; |
|
} |
|
.promotionGood .item .pictrue .image { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 8rpx; |
|
} |
|
.promotionGood .item .text { |
|
font-size: 24rpx; |
|
color: #999; |
|
width: 472rpx; |
|
text-align: left; |
|
} |
|
.promotionGood .item .text .name { |
|
font-size: 30rpx; |
|
color: #333; |
|
} |
|
.promotionGood .item .text .sp-money { |
|
margin: 34rpx 0 20rpx 0; |
|
} |
|
.promotionGood .item .text .sp-money .moneyCon { |
|
height: 36rpx; |
|
line-height: 46rpx; |
|
font-size: 26rpx; |
|
color: #ea3526; |
|
border-radius: 24rpx 3rpx 24rpx 3rpx; |
|
} |
|
.promotionGood .item .text .sp-money .moneyCon .num { |
|
font-size: 24rpx; |
|
} |
|
.promotionGood .item .text .money { |
|
text-decoration: line-through; |
|
} |
|
.recommend .title { |
|
font-size: 30rpx; |
|
font-family: PingFang SC; |
|
font-weight: 600; |
|
color: #3A3A3C; |
|
line-height: 42rpx; |
|
padding: 18rpx 0rpx 20rpx; |
|
text-align: center; |
|
} |
|
.noCommodity { |
|
padding-top: 75rpx; |
|
} |
|
.noCommodity .noPictrue { |
|
width: 414rpx; |
|
height: 336rpx; |
|
margin: 0 auto 30rpx auto; |
|
} |
|
.noCommodity .noPictrue .image { |
|
width: 100%; |
|
height: 100%; |
|
} |
|
/*产品详情轮播*/ |
|
.product-bg { |
|
height: 502rpx; |
|
} |
|
.product-bg swiper { |
|
height: 470rpx; |
|
} |
|
.product-bg .slide-image { |
|
width: 100%; |
|
height: 100%; |
|
} |
|
/*评价列表公共*/ |
|
.evaluateWtapper .evaluateItem { |
|
padding: 8rpx 24rpx 12rpx; |
|
} |
|
.evaluateWtapper .evaluateItem .pic-text { |
|
font-size: 26rpx; |
|
font-family: PingFang SC; |
|
font-weight: 500; |
|
color: #3A3A3C; |
|
line-height: 34rpx; |
|
height: 66rpx; |
|
} |
|
.evaluateWtapper .evaluateItem .pic-text .pictrue { |
|
width: 66rpx; |
|
height: 66rpx; |
|
margin-right: 20rpx; |
|
} |
|
.evaluateWtapper .evaluateItem .pic-text .pictrue .noAvatar { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 50%; |
|
background-color: #FFFFFF; |
|
padding-left: 3rpx; |
|
padding-right: 2rpx; |
|
} |
|
.evaluateWtapper .evaluateItem .pic-text .pictrue .noAvatar image { |
|
width: 100%; |
|
} |
|
.evaluateWtapper .evaluateItem .pic-text .pictrue .image { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 50%; |
|
} |
|
.evaluateWtapper .evaluateItem .pic-text .name { |
|
width: 552rpx; |
|
} |
|
.evaluateWtapper .evaluateItem .evaluate-infor { |
|
font-size: 24rpx; |
|
font-family: PingFang SC; |
|
font-weight: 500; |
|
color: #3A3A3C; |
|
line-height: 32rpx; |
|
padding: 16rpx 0rpx; |
|
} |
|
.evaluateWtapper .evaluateItem .imgList .pictrue { |
|
width: 204rpx; |
|
height: 204rpx; |
|
padding-right: 13rpx; |
|
} |
|
.evaluateWtapper .evaluateItem .imgList .pictrue:last-child { |
|
padding-right: 0rpx; |
|
} |
|
.evaluateWtapper .evaluateItem .imgList .pictrue .image { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 8rpx; |
|
} |
|
/*优惠券列表公共*/ |
|
.coupon-list { |
|
padding: 0 18rpx; |
|
box-sizing: border-box; |
|
} |
|
.coupon-list .item { |
|
width: 100%; |
|
height: 242rpx; |
|
position: relative; |
|
} |
|
.coupon-list .item .coupon-bg { |
|
width: 100%; |
|
height: 242rpx; |
|
position: absolute; |
|
top: 0; |
|
left: 0; |
|
z-index: 0; |
|
} |
|
.coupon-list .item .coupon-left { |
|
width: 498rpx; |
|
position: relative; |
|
} |
|
.coupon-list .item .left-bg { |
|
width: 472rpx; |
|
height: 192rpx; |
|
position: absolute; |
|
top: 16rpx; |
|
left: 26rpx; |
|
z-index: 1; |
|
} |
|
.coupon-list .item .coupon-left .text-box { |
|
padding-top: 46rpx; |
|
padding-left: 46rpx; |
|
padding-right: 22rpx; |
|
position: relative; |
|
z-index: 2; |
|
} |
|
.coupon-list .item .coupon-left .text-box .money { |
|
font-size: 92rpx; |
|
font-family: Futura; |
|
font-weight: 600; |
|
color: #F5F6F8; |
|
line-height: 108rpx; |
|
} |
|
.coupon-list .item .coupon-left .text-box .money text { |
|
font-size: 30rpx; |
|
line-height: 120rpx; |
|
} |
|
.coupon-list .item .coupon-left .text-box .line { |
|
width: 432rpx; |
|
height: 4rpx; |
|
background: #F5F6F8; |
|
} |
|
.coupon-list .item .coupon-left .text-box .tip { |
|
padding-top: 6rpx; |
|
font-size: 20rpx; |
|
font-family: PingFang SC; |
|
font-weight: 500; |
|
color: #F5F6F8; |
|
line-height: 26rpx; |
|
} |
|
.coupon-list .item .coupon-right { |
|
width: 192rpx; |
|
height: 218rpx; |
|
padding-top: 6rpx; |
|
margin-right: 16rpx; |
|
text-align: center; |
|
position: relative; |
|
font-family: PingFang SC; |
|
font-weight: 600; |
|
} |
|
.coupon-list .item .coupon-right .tag { |
|
width: 128rpx; |
|
height: 102rpx; |
|
position: absolute; |
|
top: 6rpx; |
|
right: 12rpx; |
|
} |
|
.coupon-list .item .coupon-right .type { |
|
font-size: 42rpx; |
|
color: #2DB5AE; |
|
line-height: 58rpx; |
|
} |
|
.coupon-list .item .coupon-right .tip { |
|
font-size: 26rpx; |
|
color: #3A3A3C; |
|
line-height: 34rpx; |
|
padding-bottom: 12rpx; |
|
} |
|
.coupon-list .item .coupon-right .btn { |
|
width: 124rpx; |
|
height: 42rpx; |
|
background: #2DB5AE; |
|
border-radius: 16rpx; |
|
font-size: 20rpx; |
|
font-weight: 500; |
|
color: #FFFFFF; |
|
line-height: 34rpx; |
|
text-align: center; |
|
border: 4rpx solid #2DB5AE; |
|
} |
|
.coupon-list .item .coupon-right .btn-white { |
|
background: #F5F6F8; |
|
color: #2DB5AE; |
|
} |
|
.coupon-list .item .coupon-right .btn-fail { |
|
background: #F5F6F8; |
|
color: #999999; |
|
border: 4rpx solid #999999; |
|
} |
|
.coupon-list .item .coupon-right .col-fail { |
|
color: #3A3A3C; |
|
opacity: 0.5; |
|
} |
|
.condition .line-title { |
|
width: 90rpx; |
|
height: 30rpx; |
|
line-height: 30rpx; |
|
padding: 0 10rpx; |
|
box-sizing: border-box; |
|
background: #fff7f7; |
|
border: 1rpx solid #e83323; |
|
opacity: 1; |
|
border-radius: 22rpx; |
|
font-size: 20rpx !important; |
|
color: #e83323; |
|
margin-right: 12rpx; |
|
} |
|
.coupon-list .pic-num { |
|
color: #ffffff !important; |
|
font-size: 24rpx !important; |
|
} |
|
/*优惠券列表弹窗*/ |
|
.coupon-list-window { |
|
position: fixed; |
|
bottom: 0; |
|
left: 0; |
|
width: 100%; |
|
background-color: #FFFFFF; |
|
border-radius: 28rpx 28rpx 0 0; |
|
z-index: 111; |
|
transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); |
|
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); |
|
-moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); |
|
-o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); |
|
transform: translate3d(0, 100%, 0); |
|
-webkit-transform: translate3d(0, 100%, 0); |
|
-ms-transform: translate3d(0, 100%, 0); |
|
-moz-transform: translate3d(0, 100%, 0); |
|
-o-transform: translate3d(0, 100%, 0); |
|
} |
|
.coupon-list-window.on { |
|
transform: translate3d(0, 0, 0); |
|
-webkit-transform: translate3d(0, 0, 0); |
|
-ms-transform: translate3d(0, 0, 0); |
|
-moz-transform: translate3d(0, 0, 0); |
|
-o-transform: translate3d(0, 0, 0); |
|
} |
|
.coupon-list-window .title { |
|
height: 104rpx; |
|
width: 100%; |
|
text-align: center; |
|
line-height: 104rpx; |
|
font-size: 32rpx; |
|
font-weight: bold; |
|
position: relative; |
|
color: #3A3A3C; |
|
} |
|
.coupon-list-window .title .iconfont { |
|
position: absolute; |
|
right: 32rpx; |
|
top: 50%; |
|
transform: translateY(-50%); |
|
font-size: 35rpx; |
|
color: #999999; |
|
font-weight: normal; |
|
} |
|
.coupon-list-window .coupon-list { |
|
height: 550rpx; |
|
overflow: auto; |
|
} |
|
.coupon-list-window .pictrue { |
|
width: 414rpx; |
|
height: 336rpx; |
|
margin: 0 auto 50rpx auto; |
|
} |
|
.coupon-list-window .pictrue .image { |
|
width: 100%; |
|
height: 100%; |
|
} |
|
/*详情首页弹窗*/ |
|
.product-window { |
|
position: fixed; |
|
bottom: 0; |
|
width: 100%; |
|
left: 0; |
|
background-color: #fff; |
|
z-index: 88; |
|
border-radius: 16rpx 16rpx 0 0; |
|
padding-bottom: 180rpx; |
|
transform: translate3d(0, 100%, 0); |
|
transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); |
|
} |
|
.product-window.on { |
|
transform: translate3d(0, 0, 0); |
|
} |
|
.product-window .textpic { |
|
padding: 32rpx; |
|
} |
|
.product-window .textpic .pictrue { |
|
width: 212rpx; |
|
height: 212rpx; |
|
border-radius: 8rpx; |
|
border: 2rpx solid #E3E3E3; |
|
} |
|
.product-window .textpic .pictrue .image { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 8rpx; |
|
} |
|
.product-window .textpic .text { |
|
width: 454rpx; |
|
height: 212rpx; |
|
font-size: 26rpx; |
|
font-family: PingFang SC; |
|
font-weight: 600; |
|
color: #3A3A3C; |
|
line-height: 38rpx; |
|
} |
|
.product-window .textpic .text .info { |
|
font-size: 20rpx; |
|
font-family: SourceHanSansSCVF; |
|
font-weight: 500; |
|
color: #999999; |
|
line-height: 28rpx; |
|
padding-top: 10rpx; |
|
} |
|
.product-window .textpic .text .money { |
|
font-size: 30rpx; |
|
font-family: Futura; |
|
font-weight: 600; |
|
color: #3A3A3C; |
|
line-height: 40rpx; |
|
} |
|
.product-window .textpic .text .money .num { |
|
padding-top: 14rpx; |
|
padding-left: 10rpx; |
|
font-size: 20rpx; |
|
color: #999999; |
|
line-height: 26rpx; |
|
text-decoration: line-through; |
|
} |
|
.product-window .productWinList { |
|
max-height: 395rpx; |
|
overflow: auto; |
|
} |
|
.product-window .productWinList .item .title { |
|
font-size: 26rpx; |
|
font-family: PingFang SC; |
|
font-weight: 600; |
|
color: #3A3A3C; |
|
line-height: 28rpx; |
|
padding: 0 32rpx; |
|
} |
|
.product-window .productWinList .item .listn { |
|
padding: 20rpx 32rpx 16rpx; |
|
} |
|
.product-window .productWinList .item .listn .itemn { |
|
height: 54rpx; |
|
background: #E3E3E3; |
|
border-radius: 8rpx; |
|
padding: 0 32rpx; |
|
font-size: 20rpx; |
|
font-family: PingFang SC; |
|
font-weight: 500; |
|
color: #3A3A3C; |
|
line-height: 54rpx; |
|
margin-right: 20rpx; |
|
margin-bottom: 16rpx; |
|
} |
|
.product-window .productWinList .item .listn .itemn.on { |
|
color: #fff; |
|
background: #2DB5AE; |
|
} |
|
.product-window .cart { |
|
border-top: 2rpx solid #979797; |
|
margin: 0 32rpx; |
|
padding: 30rpx 0rpx; |
|
font-size: 20rpx; |
|
font-family: PingFang SC; |
|
font-weight: 600; |
|
color: #3A3A3C; |
|
line-height: 26rpx; |
|
} |
|
.product-window .cart .title { |
|
font-size: 48rpx; |
|
font-family: Futura; |
|
font-weight: 600; |
|
color: #2DB5AE; |
|
line-height: 64rpx; |
|
padding-bottom: 2rpx; |
|
} |
|
.product-window .cart .carnum { |
|
height: 44rpx; |
|
} |
|
.product-window .cart .carnum .item { |
|
border: 2rpx solid #999999; |
|
text-align: center; |
|
height: 100%; |
|
line-height: 40rpx; |
|
font-size: 24rpx; |
|
font-family: PingFang SC; |
|
font-weight: 500; |
|
color: #3A3A3C; |
|
} |
|
.product-window .cart .carnum .reduce, |
|
.plus { |
|
width: 42rpx; |
|
line-height: 38rpx !important; |
|
font-size: 36rpx !important; |
|
} |
|
.product-window .cart .carnum .reduce { |
|
border-right: 0; |
|
border-radius: 16rpx 0 0 16rpx; |
|
} |
|
.product-window .cart .carnum .reduce.on { |
|
color: #D8D8D8; |
|
} |
|
.product-window .cart .carnum .plus { |
|
border-left: 0; |
|
border-radius: 0 16rpx 16rpx 0; |
|
} |
|
.product-window .cart .carnum .plus.on { |
|
color: #D8D8D8; |
|
} |
|
.product-window .cart .carnum .num { |
|
min-width: 54rpx; |
|
} |
|
/*产品详情的分享红包*/ |
|
.sharing-packets { |
|
position: fixed; |
|
left: 30rpx; |
|
bottom: 150rpx; |
|
z-index: 5; |
|
transition: all 0.3s ease-in-out 0s; |
|
opacity: 1; |
|
transform: scale(1); |
|
} |
|
.sharing-packets.on { |
|
transform: scale(0); |
|
opacity: 0; |
|
} |
|
.sharing-packets .iconfont { |
|
width: 44rpx; |
|
height: 44rpx; |
|
border-radius: 50%; |
|
background-color: #999; |
|
font-size: 20rpx; |
|
color: #fff; |
|
margin: 0 auto; |
|
padding-left: 1rpx; |
|
} |
|
.sharing-packets .line { |
|
width: 2rpx; |
|
height: 40rpx; |
|
background-color: #999; |
|
margin: 0 auto; |
|
} |
|
.sharing-packets .sharing-con { |
|
width: 187rpx; |
|
height: 210rpx; |
|
position: relative; |
|
} |
|
.sharing-packets .sharing-con .image { |
|
width: 100%; |
|
height: 100%; |
|
} |
|
.sharing-packets .sharing-con .text { |
|
position: absolute; |
|
top: 20rpx; |
|
font-size: 20rpx; |
|
width: 100%; |
|
text-align: center; |
|
} |
|
.sharing-packets .sharing-con .text .money { |
|
font-size: 32rpx; |
|
font-weight: bold; |
|
} |
|
.sharing-packets .sharing-con .text .money .label { |
|
font-size: 20rpx; |
|
} |
|
.sharing-packets .sharing-con .text .tip { |
|
font-size: 18rpx; |
|
color: #999; |
|
} |
|
.sharing-packets .sharing-con .text .shareBut { |
|
font-size: 22rpx; |
|
color: #fff; |
|
margin-top: 27rpx; |
|
height: 50rpx; |
|
line-height: 50rpx; |
|
} |
|
/*订单产品*/ |
|
.orderGoods { |
|
padding: 20rpx; |
|
margin: 0rpx 32rpx 20rpx; |
|
background: #F5F6F8; |
|
box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(0, 0, 0, 0.06); |
|
border-radius: 16rpx; |
|
} |
|
.orderGoods .total { |
|
font-size: 30rpx; |
|
font-family: PingFang SC; |
|
font-weight: 600; |
|
color: #3A3A3C; |
|
line-height: 42rpx; |
|
} |
|
.goodWrapper .item { |
|
padding-top: 20rpx; |
|
} |
|
.goodWrapper .item .pictrue { |
|
width: 164rpx; |
|
height: 164rpx; |
|
} |
|
.goodWrapper .item .pictrue .image { |
|
width: 100%; |
|
height: 100%; |
|
height: 164rpx; |
|
border-radius: 16rpx; |
|
} |
|
.goodWrapper .item .text { |
|
width: 460rpx; |
|
position: relative; |
|
font-family: PingFang SC; |
|
font-weight: 500; |
|
} |
|
.goodWrapper .item .text .name { |
|
font-size: 26rpx; |
|
color: #3A3A3C; |
|
line-height: 38rpx; |
|
} |
|
.goodWrapper .item .text .num { |
|
font-size: 24rpx; |
|
color: #999999; |
|
line-height: 32rpx; |
|
} |
|
.goodWrapper .item .text .attr { |
|
height: 46rpx; |
|
padding: 0rpx 16rpx; |
|
background: #E3E3E3; |
|
border-radius: 8rpx; |
|
font-size: 20rpx; |
|
font-weight: 600; |
|
color: #999999; |
|
line-height: 46rpx; |
|
margin: 18rpx 0rpx; |
|
} |
|
.goodWrapper .item .text .money { |
|
font-size: 30rpx; |
|
font-family: Futura; |
|
font-weight: 600; |
|
color: #3A3A3C; |
|
line-height: 40rpx; |
|
} |
|
.goodWrapper .item .text .evaluate { |
|
margin-top: 4rpx; |
|
width: 90rpx; |
|
height: 46rpx; |
|
border: 2rpx solid #2DB5AE; |
|
font-size: 24rpx; |
|
font-weight: 600; |
|
line-height: 32rpx; |
|
color: #2DB5AE; |
|
border-radius: 12rpx; |
|
text-align: center; |
|
line-height: 42rpx; |
|
} |
|
/*地址弹窗*/ |
|
.address-window { |
|
background-color: #fff; |
|
position: fixed; |
|
bottom: 0; |
|
left: 0; |
|
width: 100%; |
|
z-index: 99; |
|
transform: translate3d(0, 100%, 0); |
|
transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); |
|
border-radius: 28rpx 28rpx 0rpx 0rpx; |
|
} |
|
.address-window.on { |
|
transform: translate3d(0, 0, 0); |
|
} |
|
.address-window .title { |
|
font-size: 32rpx; |
|
font-weight: bold; |
|
text-align: center; |
|
height: 104rpx; |
|
line-height: 104rpx; |
|
position: relative; |
|
color: #3A3A3C; |
|
} |
|
.address-window .title .iconfont { |
|
position: absolute; |
|
right: 32rpx; |
|
color: #999999; |
|
font-weight: normal; |
|
font-size: 40rpx; |
|
} |
|
.address-window .list { |
|
max-height: 600rpx; |
|
overflow-y: auto; |
|
overflow-x: hidden; |
|
} |
|
.address-window .list .item { |
|
margin-left: 32rpx; |
|
padding-right: 32rpx; |
|
border-bottom: 1px solid #eee; |
|
height: 129rpx; |
|
font-size: 26rpx; |
|
color: #3A3A3C; |
|
} |
|
.address-window .list .item .iconfont { |
|
font-size: 37rpx; |
|
color: #3A3A3C; |
|
} |
|
.address-window .list .item .iconfont.icon-complete { |
|
font-size: 30rpx; |
|
color: #fff; |
|
} |
|
.address-window .list .item .addressTxt { |
|
width: 560rpx; |
|
} |
|
.address-window .list .item .addressTxt .name { |
|
font-size: 24rpx; |
|
font-weight: bold; |
|
color: #282828; |
|
margin-bottom: 4rpx; |
|
} |
|
.address-window .list .item .addressTxt .name .phone { |
|
margin-left: 18rpx; |
|
} |
|
.address-window .addressBnt { |
|
font-size: 26rpx; |
|
font-weight: bold; |
|
color: #fff; |
|
width: 686rpx; |
|
height: 70rpx; |
|
border-radius: 16rpx; |
|
text-align: center; |
|
line-height: 70rpx; |
|
margin: 60rpx auto 70rpx; |
|
} |
|
.address-window .pictrue { |
|
width: 414rpx; |
|
height: 336rpx; |
|
margin: 80rpx auto; |
|
} |
|
.address-window .pictrue .image { |
|
width: 100%; |
|
height: 100%; |
|
} |
|
/*轮播图*/ |
|
.swiper { |
|
height: 282rpx; |
|
} |
|
.swiper .slide-image { |
|
width: 100%; |
|
height: 100%; |
|
} |
|
.swiper .swiper-pagination { |
|
text-align: right; |
|
padding-right: 40rpx; |
|
bottom: 10rpx; |
|
width: 100%; |
|
} |
|
.swiper .swiper-pagination-bullet { |
|
width: 12rpx; |
|
height: 12rpx; |
|
border: 2rpx solid #fff; |
|
border-radius: 50%; |
|
background-color: rgba(0, 0, 0, 0); |
|
opacity: 1; |
|
} |
|
.swiper .swiper-pagination-bullet ~ .swiper-pagination-bullet { |
|
margin-left: 12rpx; |
|
} |
|
.swiper .swiper-pagination-bullet-active { |
|
border-color: #e93323; |
|
background-color: #e93323; |
|
} |
|
/**/ |
|
.goodsStyle { |
|
padding-bottom: 20rpx; |
|
} |
|
.goodsStyle .pictrue { |
|
width: 164rpx; |
|
height: 164rpx; |
|
} |
|
.goodsStyle .pictrue .image { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 16rpx; |
|
} |
|
.goodsStyle .text { |
|
width: 464rpx; |
|
font-family: PingFang SC; |
|
font-weight: 500; |
|
color: #999999; |
|
} |
|
.goodsStyle .text .name { |
|
font-size: 26rpx; |
|
color: #3A3A3C; |
|
line-height: 38rpx; |
|
} |
|
.goodsStyle .text .money { |
|
font-size: 30rpx; |
|
font-family: Futura; |
|
font-weight: 600; |
|
color: #3A3A3C; |
|
line-height: 40rpx; |
|
} |
|
.goodsStyle .text .money .num { |
|
font-size: 24rpx; |
|
line-height: 32rpx; |
|
} |
|
/*所有推广头部样式*/ |
|
.promoterHeader { |
|
width: 100%; |
|
height: 220rpx; |
|
} |
|
.promoterHeader .headerCon { |
|
width: 100%; |
|
height: 100%; |
|
padding: 0 88rpx 0 55rpx; |
|
font-size: 28rpx; |
|
color: #fff; |
|
background-image: url('https://wx.yixiang.co/static/images/transparent.png'); |
|
background-repeat: no-repeat; |
|
background-size: 100% 100%; |
|
} |
|
.promoterHeader .headerCon .name { |
|
margin-bottom: 2rpx; |
|
} |
|
.promoterHeader .headerCon .num { |
|
font-size: 50rpx; |
|
} |
|
.promoterHeader .headerCon .iconfont { |
|
font-size: 125rpx; |
|
} |
|
/*首页优惠券弹窗*/ |
|
.coupon-window { |
|
background-image: url('https://wx.yixiang.co/static/images/coupon-window.png'); |
|
background-repeat: no-repeat; |
|
background-size: 100% 100%; |
|
width: 630rpx; |
|
height: 649rpx; |
|
position: fixed; |
|
top: 20%; |
|
z-index: 99; |
|
left: 50%; |
|
margin-left: -305rpx; |
|
transform: translate3d(0, -200%, 0); |
|
transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); |
|
} |
|
.coupon-window.on { |
|
transform: translate3d(0, 0, 0); |
|
} |
|
.coupon-window .couponWinList { |
|
width: 480rpx; |
|
margin: 157rpx 0 0 60rpx; |
|
height: 415rpx; |
|
overflow: auto; |
|
} |
|
.coupon-window .couponWinList .item { |
|
width: 100%; |
|
height: 120rpx; |
|
background-color: #fff; |
|
position: relative; |
|
margin-bottom: 17rpx; |
|
} |
|
.coupon-window .couponWinList .item::after { |
|
content: ''; |
|
position: absolute; |
|
width: 18rpx; |
|
height: 18rpx; |
|
border-radius: 50%; |
|
background-color: #eb3729; |
|
left: 25.5%; |
|
bottom: 0; |
|
margin-bottom: -9rpx; |
|
} |
|
.coupon-window .couponWinList .item::before { |
|
content: ''; |
|
position: absolute; |
|
width: 18rpx; |
|
height: 18rpx; |
|
border-radius: 50%; |
|
background-color: #eb3729; |
|
left: 25.5%; |
|
top: 0; |
|
margin-top: -9rpx; |
|
} |
|
.coupon-window .couponWinList .item .money { |
|
width: 130rpx; |
|
border-right: 1px dashed #ddd; |
|
height: 100%; |
|
text-align: center; |
|
line-height: 120rpx; |
|
font-size: 26rpx; |
|
font-weight: bold; |
|
} |
|
.coupon-window .couponWinList .item .money .num { |
|
font-size: 40rpx; |
|
} |
|
.coupon-window .couponWinList .item .text { |
|
width: 349rpx; |
|
font-size: 22rpx; |
|
color: #999; |
|
padding: 0 29rpx; |
|
} |
|
.coupon-window .couponWinList .item .text .name { |
|
font-size: 26rpx; |
|
color: #282828; |
|
font-weight: bold; |
|
margin-bottom: 9rpx; |
|
} |
|
.coupon-window .lid { |
|
background-image: url('https://wx.yixiang.co/static/images/coupon-window2.png'); |
|
background-repeat: no-repeat; |
|
background-size: 100% 100%; |
|
width: 573rpx; |
|
height: 224rpx; |
|
position: fixed; |
|
left: 50%; |
|
top: 20%; |
|
margin: 424rpx 0 0 -296rpx; |
|
} |
|
.coupon-window .lid .bnt { |
|
font-size: 29rpx; |
|
width: 440rpx; |
|
height: 80rpx; |
|
border-radius: 40rpx; |
|
background-color: #f9f1d3; |
|
text-align: center; |
|
line-height: 80rpx; |
|
font-weight: bold; |
|
margin: 98rpx auto 0 auto; |
|
} |
|
.coupon-window .lid .iconfont { |
|
color: #fff; |
|
font-size: 60rpx; |
|
text-align: center; |
|
margin-top: 87rpx; |
|
} |
|
/*首页*/ |
|
/*商品列表*/ |
|
.productList .search { |
|
height: 62rpx; |
|
background: #E3E3E3; |
|
border-radius: 16rpx; |
|
padding: 0rpx 16rpx; |
|
margin-right: 8rpx; |
|
} |
|
.productList .list { |
|
padding: 0 20rpx; |
|
margin-top: 172rpx; |
|
} |
|
.productList .list.on { |
|
background-color: #fff; |
|
border-top: 1px solid #f6f6f6; |
|
} |
|
.productList .list .item { |
|
width: 345rpx; |
|
margin-top: 20rpx; |
|
background-color: #fff; |
|
border-radius: 10rpx; |
|
} |
|
.productList .list .item.on { |
|
width: 100%; |
|
display: flex; |
|
border-bottom: 1px solid #f6f6f6; |
|
padding: 30rpx 0; |
|
margin: 0; |
|
} |
|
.productList .list .item .pictrue { |
|
width: 100%; |
|
height: 345rpx; |
|
} |
|
.productList .list .item .pictrue.on { |
|
width: 180rpx; |
|
height: 180rpx; |
|
} |
|
.productList .list .item .pictrue image { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 10rpx 10rpx 0 0; |
|
} |
|
.productList .list .item .pictrue img.on { |
|
border-radius: 6rpx; |
|
} |
|
.productList .list .item .text { |
|
padding: 20rpx 17rpx 26rpx 17rpx; |
|
font-size: 30rpx; |
|
color: #222; |
|
text-align: left; |
|
} |
|
.productList .list .item .text.on { |
|
width: 508rpx; |
|
padding: 0 0 0 22rpx; |
|
} |
|
.productList .list .item .text .money { |
|
font-size: 26rpx; |
|
font-weight: bold; |
|
margin-top: 8rpx; |
|
} |
|
.productList .list .item .text .money.on { |
|
margin-top: 40rpx; |
|
} |
|
.productList .list .item .text .money .num { |
|
font-size: 34rpx; |
|
} |
|
.productList .list .item .text .vip { |
|
font-size: 22rpx; |
|
color: #aaa; |
|
margin-top: 7rpx; |
|
} |
|
.productList .list .item .text .vip.on { |
|
margin-top: 11rpx; |
|
} |
|
.productList .list .item .text .vip .vip-money { |
|
font-size: 24rpx; |
|
color: #282828; |
|
font-weight: bold; |
|
text-decoration: line-through; |
|
} |
|
.productList .list .item .text .vip .vip-money image { |
|
width: 46rpx; |
|
height: 21rpx; |
|
margin-left: 4rpx; |
|
} |
|
/*购物车*/ |
|
.shoppingCart .noCart { |
|
margin-top: 20rpx; |
|
font-size: 34rpx; |
|
font-family: PingFang SC; |
|
font-weight: 600; |
|
color: #3A3A3C; |
|
line-height: 48rpx; |
|
text-align: center; |
|
} |
|
.shoppingCart .list { |
|
padding: 32rpx 32rpx 0rpx; |
|
} |
|
.shoppingCart .list .item { |
|
padding: 16rpx 16rpx 20rpx 18rpx; |
|
background: #F5F6F8; |
|
box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(0, 0, 0, 0.06); |
|
border-radius: 16rpx; |
|
margin-bottom: 20rpx; |
|
} |
|
.shoppingCart .list .item .picTxt { |
|
width: 592rpx; |
|
position: relative; |
|
} |
|
.shoppingCart .list .item .picTxt .pictrue { |
|
width: 164rpx; |
|
height: 164rpx; |
|
background: #FFFFFF; |
|
border-radius: 12rpx; |
|
} |
|
.shoppingCart .list .item .picTxt .pictrue image { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 12rpx; |
|
} |
|
.shoppingCart .list .item .picTxt .text { |
|
width: 414rpx; |
|
font-size: 26rpx; |
|
font-family: PingFang SC; |
|
color: #3A3A3C; |
|
line-height: 38rpx; |
|
} |
|
.shoppingCart .list .item .picTxt .text .infor { |
|
margin: 18rpx 0rpx 14rpx; |
|
padding: 0rpx 16rpx; |
|
max-width: 100%; |
|
height: 46rpx; |
|
background: #E3E3E3; |
|
border-radius: 8rpx; |
|
font-size: 20rpx; |
|
font-family: PingFang SC; |
|
color: #999999; |
|
line-height: 46rpx; |
|
overflow: hidden; |
|
text-overflow: ellipsis; |
|
white-space: nowrap; |
|
} |
|
.shoppingCart .list .item .picTxt .text .money { |
|
font-size: 30rpx; |
|
font-family: Futura; |
|
font-weight: 600; |
|
color: #3A3A3C; |
|
line-height: 40rpx; |
|
} |
|
.shoppingCart .list .item .picTxt .carnum { |
|
height: 44rpx; |
|
position: absolute; |
|
bottom: 0rpx; |
|
right: 0; |
|
} |
|
.shoppingCart .list .item .picTxt .carnum view { |
|
border: 2rpx solid #999999; |
|
text-align: center; |
|
height: 100%; |
|
line-height: 40rpx; |
|
font-size: 38rpx; |
|
font-family: PingFangSC-Regular, PingFang SC; |
|
color: #3A3A3C; |
|
} |
|
.shoppingCart .list .item .picTxt .carnum .reduce { |
|
width: 42rpx; |
|
border-right: 0; |
|
border-radius: 16rpx 0 0 16rpx; |
|
} |
|
.shoppingCart .list .item .picTxt .carnum .reduce.on { |
|
color: #D8D8D8; |
|
} |
|
.shoppingCart .list .item .picTxt .carnum .plus { |
|
width: 42rpx; |
|
border-left: 0; |
|
border-radius: 0 16rpx 16rpx 0; |
|
} |
|
.shoppingCart .list .item .picTxt .carnum .num { |
|
font-size: 24rpx; |
|
padding: 0rpx 20rpx; |
|
} |
|
.shoppingCart .invalidGoods { |
|
padding: 16rpx 16rpx 20rpx 18rpx; |
|
background: #F5F6F8; |
|
box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(0, 0, 0, 0.06); |
|
border-radius: 16rpx; |
|
margin: 0rpx 32rpx; |
|
} |
|
.shoppingCart .invalidGoods .goodsNav { |
|
box-sizing: border-box; |
|
width: 100%; |
|
height: 66rpx; |
|
padding: 0 30rpx; |
|
font-size: 26rpx; |
|
color: #3A3A3C; |
|
line-height: 30rpx; |
|
} |
|
.shoppingCart .invalidGoods .goodsNav .iconfont { |
|
color: #3A3A3C; |
|
font-size: 30rpx; |
|
margin-right: 17rpx; |
|
} |
|
.shoppingCart .invalidGoods .goodsNav .del { |
|
font-size: 26rpx; |
|
color: #999; |
|
} |
|
.shoppingCart .invalidGoods .goodsNav .del .icon-shanchu1 { |
|
color: #999; |
|
font-size: 30rpx; |
|
vertical-align: -2rpx; |
|
margin-right: 8rpx; |
|
} |
|
.shoppingCart .invalidGoods .goodsList .item { |
|
padding-bottom: 20rpx; |
|
} |
|
.shoppingCart .invalidGoods .goodsList .item .invalid { |
|
font-size: 20rpx; |
|
color: #999999; |
|
width: 60rpx; |
|
height: 46rpx; |
|
background-color: #E3E3E3; |
|
border-radius: 8rpx; |
|
} |
|
.shoppingCart .invalidGoods .goodsList .item .pictrue { |
|
width: 164rpx; |
|
height: 164rpx; |
|
border-radius: 12rpx; |
|
} |
|
.shoppingCart .invalidGoods .goodsList .item .pictrue image { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 12rpx; |
|
} |
|
.shoppingCart .invalidGoods .goodsList .item .text { |
|
width: 390rpx; |
|
font-size: 26rpx; |
|
color: #3A3A3C; |
|
height: 140rpx; |
|
text-align: left; |
|
} |
|
.shoppingCart .invalidGoods .goodsList .item .text .infor { |
|
font-size: 20rpx; |
|
color: #999999; |
|
} |
|
.shoppingCart .invalidGoods .goodsList .item .text .end { |
|
font-size: 24rpx; |
|
color: #999999; |
|
} |
|
.shoppingCart .footer { |
|
box-sizing: border-box; |
|
width: 100%; |
|
height: 132rpx; |
|
background-color: #FFFFFF; |
|
position: fixed; |
|
bottom: 138rpx; |
|
padding: 24rpx 32rpx 44rpx; |
|
} |
|
.shoppingCart .footer .checkAll { |
|
font-size: 24rpx; |
|
font-family: PingFang SC; |
|
font-weight: 600; |
|
color: #3A3A3C; |
|
line-height: 32rpx; |
|
margin-left: 6rpx; |
|
} |
|
.shoppingCart .footer .money { |
|
width: 320rpx; |
|
font-size: 24rpx; |
|
font-family: PingFang SC; |
|
font-weight: 600; |
|
color: #3A3A3C; |
|
line-height: 32rpx; |
|
} |
|
.shoppingCart .footer .placeOrder { |
|
width: 212rpx; |
|
height: 66rpx; |
|
border-radius: 16rpx; |
|
font-size: 26rpx; |
|
font-family: PingFang SC; |
|
font-weight: 600; |
|
color: #FFFFFF; |
|
line-height: 66rpx; |
|
text-align: center; |
|
} |
|
.shoppingCart .footer .button .bnt { |
|
width: 212rpx; |
|
height: 66rpx; |
|
border-radius: 16rpx; |
|
font-size: 26rpx; |
|
font-family: PingFang SC; |
|
font-weight: 600; |
|
color: #FFFFFF; |
|
line-height: 62rpx; |
|
text-align: center; |
|
background: #EC3A5B; |
|
border: 2rpx solid #EC3A5B; |
|
} |
|
.shoppingCart .footer .button .bnt ~ .bnt { |
|
margin-left: 20rpx; |
|
} |
|
/*个人中心*/ |
|
.user .header { |
|
padding: 0 32rpx 20rpx; |
|
position: relative; |
|
} |
|
.user .header .picTxt .pictrue { |
|
width: 138rpx; |
|
height: 138rpx; |
|
box-shadow: 0rpx 0rpx 20rpx 10rpx rgba(0, 0, 0, 0.08); |
|
background: linear-gradient(135deg, #1b8dcc, #39d396); |
|
padding: 4rpx; |
|
border-radius: 50%; |
|
} |
|
.user .header .picTxt .pictrue .noAvatar { |
|
width: 100%; |
|
height: 100%; |
|
background: #F1F1F1; |
|
border-radius: 50%; |
|
} |
|
.user .header .picTxt .pictrue .noAvatar image { |
|
width: 95%; |
|
} |
|
.user .header .picTxt .pictrue .image { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 50%; |
|
background: #F1F1F1; |
|
} |
|
.user .header .picTxt .text { |
|
width: 338rpx; |
|
margin-left: 38rpx; |
|
font-size: 30rpx; |
|
font-family: PingFang SC; |
|
font-weight: 600; |
|
color: #FFFFFF; |
|
line-height: 42rpx; |
|
} |
|
.user .header .picTxt .text .name { |
|
max-width: 246rpx; |
|
width: unset; |
|
} |
|
.user .header .picTxt .text .member { |
|
margin-left: 12rpx; |
|
margin-top: 10rpx; |
|
width: 80rpx; |
|
height: 26rpx; |
|
} |
|
.user .header .picTxt .text .id { |
|
font-size: 24rpx; |
|
font-family: PingFang SC; |
|
font-weight: 500; |
|
color: #FFFFFF; |
|
line-height: 32rpx; |
|
padding-top: 10rpx; |
|
} |
|
.user .wrapper { |
|
background-color: #FFFFFF; |
|
border-radius: 28rpx 28rpx 0rpx 0rpx; |
|
padding: 0 32rpx; |
|
} |
|
.user .wrapper .myOrder .title { |
|
padding: 24rpx 0rpx 6rpx; |
|
font-size: 30rpx; |
|
font-family: SourceHanSansSCVF; |
|
font-weight: 600; |
|
color: #3A3A3C; |
|
line-height: 46rpx; |
|
} |
|
.user .wrapper .myService .title { |
|
padding: 6rpx 0rpx 20rpx; |
|
font-size: 30rpx; |
|
font-family: SourceHanSansSCVF; |
|
font-weight: 600; |
|
color: #3A3A3C; |
|
line-height: 46rpx; |
|
} |
|
.user .wrapper .myOrder .title .allOrder { |
|
font-size: 20rpx; |
|
font-family: PingFang SC; |
|
font-weight: 500; |
|
color: #2DB5AE; |
|
line-height: 26rpx; |
|
} |
|
.user .wrapper .myOrder .title .allOrder .jiantou-right { |
|
width: 0; |
|
height: 0; |
|
border-top: 6rpx solid transparent; |
|
border-left: 10rpx solid #2DB5AE; |
|
border-bottom: 6rpx solid transparent; |
|
border-right: 0rpx solid transparent; |
|
margin-left: 8rpx; |
|
} |
|
.user .wrapper .myOrder .orderState { |
|
width: 686rpx; |
|
height: 170rpx; |
|
background: #F5F6F8; |
|
box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(0, 0, 0, 0.06); |
|
border-radius: 16rpx; |
|
margin-bottom: 20rpx; |
|
} |
|
.user .wrapper .myOrder .orderState .item { |
|
font-size: 22rpx; |
|
font-family: PingFang SC; |
|
font-weight: 500; |
|
color: #3A3A3C; |
|
line-height: 30rpx; |
|
flex: 1; |
|
-o-flex: 1; |
|
-ms-flex: 1; |
|
text-align: center; |
|
} |
|
.user .wrapper .myOrder .orderState .item .pictrue { |
|
width: 62rpx; |
|
height: 62rpx; |
|
margin: 0 auto 16rpx; |
|
} |
|
.user .wrapper .myOrder .orderState .item .pictrue image { |
|
width: 100%; |
|
height: 100%; |
|
} |
|
.user .wrapper .myService .serviceList .item { |
|
width: 332rpx; |
|
height: 142rpx; |
|
background: #F5F6F8; |
|
box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(0, 0, 0, 0.06); |
|
border-radius: 28rpx; |
|
margin-bottom: 20rpx; |
|
padding: 0rpx 38rpx; |
|
font-size: 20rpx; |
|
font-family: Futura; |
|
font-weight: 600; |
|
color: #999999; |
|
line-height: 26rpx; |
|
} |
|
.user .wrapper .myService .serviceList .item .pictrue { |
|
width: 76rpx; |
|
height: 76rpx; |
|
} |
|
.user .wrapper .myService .serviceList .item .cell { |
|
width: 148rpx; |
|
font-size: 30rpx; |
|
font-family: PingFang SC; |
|
font-weight: 600; |
|
color: #3A3A3C; |
|
line-height: 42rpx; |
|
} |
|
.user .wrapper .myService .serviceList .item .pictrue image { |
|
width: 100%; |
|
height: 100%; |
|
} |
|
/*所有产品的详情公用部分*/ |
|
.product-con .wrapper { |
|
margin: 8rpx 32rpx 20rpx; |
|
} |
|
.product-con .wrapper .top { |
|
padding: 24rpx; |
|
background: #F5F6F8; |
|
box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(0, 0, 0, 0.06); |
|
border-radius: 16rpx; |
|
} |
|
.product-con .wrapper .share .money { |
|
font-size: 48rpx; |
|
font-family: Futura; |
|
font-weight: 600; |
|
color: #3A3A3C; |
|
line-height: 64rpx; |
|
} |
|
.product-con .wrapper .share .money .otPrice { |
|
padding-left: 16rpx; |
|
font-size: 30rpx; |
|
color: #999999; |
|
line-height: 40rpx; |
|
text-decoration: line-through; |
|
} |
|
.product-con .wrapper .introduce { |
|
font-size: 34rpx; |
|
font-family: SourceHanSansSCVF; |
|
font-weight: 600; |
|
color: #3A3A3C; |
|
line-height: 50rpx; |
|
} |
|
.product-con .wrapper .label { |
|
font-size: 20rpx; |
|
font-family: SourceHanSansSCVF; |
|
font-weight: 400; |
|
color: #999999; |
|
line-height: 28rpx; |
|
padding-top: 16rpx; |
|
} |
|
.product-con .attribute { |
|
margin: 0rpx 32rpx 20rpx; |
|
padding: 20rpx 24rpx; |
|
background: #F5F6F8; |
|
box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(0, 0, 0, 0.06); |
|
border-radius: 16rpx; |
|
font-size: 24rpx; |
|
font-family: PingFang SC; |
|
font-weight: 500; |
|
color: #999999; |
|
line-height: 32rpx; |
|
} |
|
.product-con .userEvaluation { |
|
margin: 0rpx 32rpx 20rpx; |
|
background: #F5F6F8; |
|
box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(0, 0, 0, 0.06); |
|
border-radius: 16rpx; |
|
padding-bottom: 4rpx; |
|
} |
|
.product-con .userEvaluation .title { |
|
padding: 16rpx 24rpx; |
|
font-size: 30rpx; |
|
font-family: SourceHanSansSCVF; |
|
font-weight: 600; |
|
color: #3A3A3C; |
|
line-height: 46rpx; |
|
} |
|
.product-con .userEvaluation .title .praise { |
|
font-size: 20rpx; |
|
font-family: PingFang SC; |
|
font-weight: 500; |
|
color: #2DB5AE; |
|
line-height: 26rpx; |
|
} |
|
.product-con .product-intro { |
|
margin-top: 20rpx; |
|
} |
|
.product-con .product-intro .title { |
|
width: 750rpx; |
|
height: 82rpx; |
|
background: #FFFFFF; |
|
font-size: 30rpx; |
|
font-family: SourceHanSansSCVF; |
|
font-weight: 600; |
|
color: #3A3A3C; |
|
line-height: 82rpx; |
|
padding-left: 56rpx; |
|
} |
|
.product-con .product-intro .conter { |
|
width: 100%; |
|
background-color: #FFFFFF; |
|
padding: 0rpx 30rpx; |
|
} |
|
.product-con .product-intro .conter * { |
|
width: 100% !important; |
|
display: block !important; |
|
} |
|
.product-con .entry-mask { |
|
position: fixed; |
|
top: 0; |
|
left: 0; |
|
right: 0; |
|
bottom: 0; |
|
z-index: 20; |
|
background: rgba(0, 0, 0, 0.6); |
|
backdrop-filter: blur(10rpx); |
|
} |
|
.product-con .entry-mask .entry-box { |
|
position: fixed; |
|
top: 50%; |
|
left: 50%; |
|
transform: translate(-50%, -50%); |
|
z-index: 30; |
|
width: 592rpx; |
|
height: 374rpx; |
|
background: #F1F1F1; |
|
box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(0, 0, 0, 0.06); |
|
border-radius: 28rpx; |
|
padding: 32rpx; |
|
} |
|
.product-con .entry-mask .entry-box .entry { |
|
height: 100%; |
|
overflow: scroll; |
|
font-size: 26rpx; |
|
font-family: SourceHanSansSCVF; |
|
font-weight: 500; |
|
color: #3A3A3C; |
|
line-height: 38rpx; |
|
} |
|
/*产品详情*/ |
|
.product-con .footer { |
|
width: 100%; |
|
background: #F1F1F1; |
|
box-shadow: 0rpx -4rpx 38rpx 0rpx rgba(0, 0, 0, 0.2); |
|
border-radius: 28rpx 28rpx 0rpx 0rpx; |
|
padding-left: 28rpx; |
|
padding-right: 32rpx; |
|
position: fixed; |
|
bottom: 0; |
|
z-index: 99; |
|
} |
|
.product-con .footer .item { |
|
height: 90rpx; |
|
font-size: 20rpx; |
|
font-family: PingFang SC; |
|
font-weight: 500; |
|
color: #3A3A3C; |
|
line-height: 26rpx; |
|
text-align: center; |
|
} |
|
.product-con .footer .bnt { |
|
width: 386rpx; |
|
padding-top: 18rpx; |
|
font-size: 26rpx; |
|
font-family: PingFang SC; |
|
font-weight: 600; |
|
color: #FFFFFF; |
|
line-height: 38rpx; |
|
} |
|
.product-con .footer .bnt > view { |
|
width: 186rpx; |
|
height: 66rpx; |
|
background: #2DB5AE; |
|
border-radius: 16rpx; |
|
text-align: center; |
|
line-height: 66rpx; |
|
} |
|
.product-con .footer .bnt.seckill-bnt { |
|
flex: 1; |
|
margin-left: 20rpx; |
|
} |
|
.product-con .footer .bnt.seckill-bnt .buy { |
|
width: 100%; |
|
border-radius: 50rpx; |
|
} |
|
/*订单提交*/ |
|
.order-submission .address { |
|
margin: 20rpx 32rpx; |
|
padding: 24rpx; |
|
background: #F5F6F8; |
|
box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(0, 0, 0, 0.06); |
|
border-radius: 16rpx; |
|
} |
|
.order-submission .address .addressCon { |
|
width: 100%; |
|
background: #F1F1F1; |
|
border-radius: 16rpx; |
|
padding: 12rpx 16rpx 12rpx 12rpx; |
|
} |
|
.order-submission .address .addressCon .name { |
|
font-size: 24rpx; |
|
color: #3A3A3C; |
|
line-height: 32rpx; |
|
} |
|
.order-submission .address .addressCon .name .phone { |
|
margin-left: 20rpx; |
|
} |
|
.order-submission .address .addressCon .default { |
|
margin-right: 12rpx; |
|
} |
|
.order-submission .address .addressCon .setaddress { |
|
font-size: 26rpx; |
|
font-family: PingFang SC; |
|
font-weight: 500; |
|
color: #2DB5AE; |
|
line-height: 38rpx; |
|
} |
|
.order-submission .address .iconfont { |
|
font-size: 35rpx; |
|
color: #707070; |
|
} |
|
.order-submission .wrapper { |
|
margin: 0rpx 32rpx 20rpx; |
|
padding: 20rpx; |
|
background: #F5F6F8; |
|
box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(0, 0, 0, 0.06); |
|
border-radius: 16rpx; |
|
} |
|
.order-submission .wrapper .item { |
|
font-size: 30rpx; |
|
font-family: PingFang SC; |
|
font-weight: 600; |
|
color: #3A3A3C; |
|
line-height: 42rpx; |
|
} |
|
.order-submission .wrapper .item .discount { |
|
font-size: 24rpx; |
|
font-weight: 500; |
|
color: #3A3A3C; |
|
line-height: 32rpx; |
|
} |
|
.order-submission .wrapper .item .discount .integral { |
|
margin-right: 40rpx; |
|
} |
|
.order-submission .wrapper .item .discount .checkbox-wrapper .icon { |
|
right: 0; |
|
left: unset; |
|
} |
|
.order-submission .wrapper .item .discount .iconfont { |
|
color: #515151; |
|
font-size: 30rpx; |
|
margin-left: 15rpx; |
|
} |
|
.order-submission .wrapper .item .discount .num { |
|
font-size: 32rpx; |
|
margin-right: 20rpx; |
|
} |
|
.order-submission .wrapper .item textarea { |
|
width: 580rpx; |
|
height: 84rpx; |
|
font-size: 24rpx; |
|
font-family: PingFang SC; |
|
font-weight: 500; |
|
color: #3A3A3C; |
|
line-height: 32rpx; |
|
} |
|
.order-submission .wrapper .item textarea::placeholder { |
|
font-size: 24rpx; |
|
font-family: PingFang SC; |
|
font-weight: 500; |
|
color: #999999; |
|
line-height: 32rpx; |
|
} |
|
.order-submission .wrapper .item .list { |
|
margin-top: 20rpx; |
|
} |
|
.order-submission .wrapper .item .list .payItem { |
|
border: 1px solid #eee; |
|
border-radius: 6rpx; |
|
height: 86rpx; |
|
width: 100%; |
|
margin-top: 20rpx; |
|
font-size: 28rpx; |
|
color: #282828; |
|
} |
|
.order-submission .wrapper .item .list .payItem.on { |
|
border-color: #2DB5AE; |
|
color: #2DB5AE; |
|
} |
|
.order-submission .wrapper .item .list .payItem .name { |
|
width: 50%; |
|
text-align: center; |
|
border-right: 1px solid #eee; |
|
} |
|
.order-submission .wrapper .item .list .payItem .name .iconfont { |
|
width: 44rpx; |
|
height: 44rpx; |
|
border-radius: 50%; |
|
text-align: center; |
|
line-height: 44rpx; |
|
background-color: #fe960f; |
|
color: #fff; |
|
font-size: 30rpx; |
|
margin-right: 15rpx; |
|
} |
|
.order-submission .wrapper .item .list .payItem .name .iconfont.icon-weixin2 { |
|
background-color: #41b035; |
|
} |
|
.order-submission .wrapper .item .list .payItem .name .iconfont.icon-yinhangqia { |
|
background-color: #eb3729; |
|
} |
|
.order-submission .wrapper .item .list .payItem .tip { |
|
width: 49%; |
|
text-align: center; |
|
font-size: 26rpx; |
|
color: #aaa; |
|
} |
|
.order-submission .footer { |
|
width: 100%; |
|
height: 160rpx; |
|
background: #F1F1F1; |
|
box-shadow: 0rpx -4rpx 38rpx 0rpx rgba(0, 0, 0, 0.2); |
|
border-radius: 28rpx 28rpx 0rpx 0rpx; |
|
padding: 18rpx 32rpx 0rpx; |
|
position: fixed; |
|
bottom: 0; |
|
left: 0; |
|
z-index: 10; |
|
} |
|
.order-submission .footer .price-box { |
|
padding-top: 8rpx; |
|
font-size: 26rpx; |
|
font-family: PingFang SC; |
|
font-weight: 600; |
|
color: #3A3A3C; |
|
line-height: 48rpx; |
|
} |
|
.order-submission .footer .price-box .price { |
|
font-size: 34rpx; |
|
font-weight: 600; |
|
color: #2DB5AE; |
|
line-height: 48rpx; |
|
} |
|
.order-submission .footer .settlement { |
|
width: 292rpx; |
|
height: 66rpx; |
|
background: #2DB5AE; |
|
border-radius: 16rpx; |
|
font-size: 26rpx; |
|
font-family: PingFang SC; |
|
font-weight: 700; |
|
color: #FFFFFF; |
|
line-height: 66rpx; |
|
text-align: center; |
|
} |
|
/*地址管理*/ |
|
.address-management .item { |
|
width: 100%; |
|
padding: 0rpx 32rpx 20rpx; |
|
position: relative; |
|
} |
|
/*添加地址*/ |
|
.addAddress .list { |
|
width: 686rpx; |
|
background: #F5F6F8; |
|
box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(0, 0, 0, 0.06); |
|
border-radius: 16rpx; |
|
padding: 24rpx; |
|
margin: 20rpx 32rpx; |
|
} |
|
.addAddress .list .item { |
|
min-height: 62rpx; |
|
font-size: 26rpx; |
|
font-family: PingFang SC; |
|
font-weight: 500; |
|
color: #3A3A3C; |
|
line-height: 38rpx; |
|
padding-bottom: 24rpx; |
|
} |
|
.addAddress .list .item .name { |
|
width: 132rpx; |
|
color: #3A3A3C; |
|
height: 38rpx; |
|
} |
|
.addAddress .list .item input { |
|
width: 506rpx; |
|
min-height: 62rpx; |
|
font-size: 26rpx; |
|
line-height: 38rpx !important; |
|
background: #F1F1F1; |
|
border-radius: 16rpx; |
|
padding: 12rpx; |
|
} |
|
.addAddress .list .item input::placeholder { |
|
color: #999999; |
|
} |
|
.addAddress .list .item .picker { |
|
width: 506rpx; |
|
padding: 12rpx; |
|
} |
|
.addAddress .default { |
|
width: 686rpx; |
|
background: #F5F6F8; |
|
box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(0, 0, 0, 0.06); |
|
border-radius: 16rpx; |
|
margin: 0rpx 32rpx 46rpx; |
|
padding: 24rpx; |
|
font-size: 26rpx; |
|
font-family: PingFang SC; |
|
font-weight: 500; |
|
color: #3A3A3C; |
|
line-height: 38rpx; |
|
} |
|
.addAddress .keepBnt { |
|
width: 686rpx; |
|
height: 70rpx; |
|
margin: 0rpx 32rpx 20rpx; |
|
background: #2DB5AE; |
|
border-radius: 16rpx; |
|
font-size: 26rpx; |
|
font-family: PingFang SC; |
|
font-weight: 500; |
|
color: #F5F6F8; |
|
line-height: 70rpx; |
|
text-align: center; |
|
} |
|
/*我的订单*/ |
|
.my-order .nav { |
|
width: 100vw; |
|
background: #FFFFFF; |
|
height: 92rpx; |
|
padding: 34rpx 32rpx 16rpx; |
|
border-radius: 28rpx 28rpx 0rpx 0rpx; |
|
} |
|
.my-order .nav .item { |
|
width: 80rpx; |
|
text-align: center; |
|
position: relative; |
|
} |
|
.my-order .list { |
|
padding: 0rpx 32rpx 20rpx; |
|
} |
|
.my-order .list .item { |
|
width: 686rpx; |
|
background: #F5F6F8; |
|
box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(0, 0, 0, 0.06); |
|
border-radius: 16rpx; |
|
padding: 16rpx 16rpx 20rpx 20rpx; |
|
margin-bottom: 20rpx; |
|
} |
|
.my-order .list .item .title { |
|
font-size: 24rpx; |
|
font-family: PingFang SC; |
|
font-weight: 600; |
|
color: #3A3A3C; |
|
line-height: 32rpx; |
|
padding-bottom: 32rpx; |
|
} |
|
.my-order .list .item .item-info { |
|
margin-bottom: 20rpx; |
|
} |
|
.my-order .list .item .item-info .pictrue { |
|
width: 164rpx; |
|
height: 164rpx; |
|
} |
|
.my-order .list .item .item-info .pictrue image { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 12rpx; |
|
} |
|
.my-order .list .item .item-info .text { |
|
width: 480rpx; |
|
padding-left: 20rpx; |
|
font-size: 26rpx; |
|
font-family: PingFang SC; |
|
font-weight: 500; |
|
color: #3A3A3C; |
|
line-height: 38rpx; |
|
} |
|
.my-order .list .item .item-info .text .name { |
|
padding-bottom: 18rpx; |
|
} |
|
.my-order .list .item .item-info .text .money { |
|
padding-top: 16rpx; |
|
font-size: 30rpx; |
|
font-family: Futura; |
|
font-weight: 600; |
|
color: #3A3A3C; |
|
line-height: 40rpx; |
|
} |
|
.my-order .list .item .totalPrice { |
|
font-size: 26rpx; |
|
font-family: PingFang SC; |
|
font-weight: 500; |
|
color: #3A3A3C; |
|
line-height: 38rpx; |
|
} |
|
.my-order .list .item .bottom { |
|
padding-right: 4rpx; |
|
} |
|
.my-order .list .item .bottom .bnt { |
|
width: 166rpx; |
|
height: 52rpx; |
|
border-radius: 16rpx; |
|
border: 2rpx solid #2EB5AE; |
|
font-size: 24rpx; |
|
font-family: PingFang SC; |
|
font-weight: 500; |
|
color: #2DB5AE; |
|
line-height: 48rpx; |
|
text-align: center; |
|
} |
|
.my-order .list .item .bottom .bnt ~ .bnt { |
|
margin-left: 20rpx; |
|
} |
|
/*订单详情*/ |
|
.order-details .address { |
|
width: 686rpx; |
|
background: #F5F6F8; |
|
box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(0, 0, 0, 0.06); |
|
border-radius: 16rpx; |
|
padding: 20rpx 24rpx; |
|
margin: 0rpx 32rpx 20rpx; |
|
font-size: 24rpx; |
|
font-family: PingFang SC; |
|
font-weight: 500; |
|
color: #3A3A3C; |
|
line-height: 32rpx; |
|
} |
|
.order-details .address .area { |
|
font-size: 20rpx; |
|
color: #3A3A3C; |
|
line-height: 26rpx; |
|
padding-bottom: 10rpx; |
|
} |
|
.order-details .address .name { |
|
font-size: 26rpx; |
|
font-weight: 600; |
|
color: #3A3A3C; |
|
line-height: 38rpx; |
|
margin-bottom: 10rpx; |
|
} |
|
.order-details .address .name .phone { |
|
margin-left: 8rpx; |
|
} |
|
.order-details .wrapper { |
|
width: 686rpx; |
|
background: #F5F6F8; |
|
box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(0, 0, 0, 0.06); |
|
border-radius: 16rpx; |
|
padding: 20rpx; |
|
margin: 0rpx 32rpx 20rpx; |
|
} |
|
.order-details .wrapper .title { |
|
font-size: 30rpx; |
|
font-family: PingFang SC; |
|
font-weight: 600; |
|
color: #3A3A3C; |
|
line-height: 42rpx; |
|
padding-bottom: 16rpx; |
|
} |
|
.order-details .wrapper .line { |
|
width: 100%; |
|
height: 2rpx; |
|
background-color: #979797; |
|
margin: 10rpx 0rpx 24rpx; |
|
} |
|
.order-details .wrapper .item { |
|
height: 42rpx; |
|
font-size: 24rpx; |
|
font-family: PingFang SC; |
|
font-weight: 500; |
|
color: #3A3A3C; |
|
line-height: 32rpx; |
|
margin-bottom: 8rpx; |
|
} |
|
.order-details .wrapper .item:last-child { |
|
height: 36rpx; |
|
padding-top: 4rpx; |
|
margin-bottom: 0rpx; |
|
} |
|
.order-details .wrapper .item .conter .copy { |
|
display: inline-block; |
|
height: 24rpx; |
|
line-height: 24rpx; |
|
border-left: 2rpx solid #3A3A3C; |
|
padding-left: 20rpx; |
|
margin-left: 20rpx; |
|
} |
|
.order-details .wrapper .actualPay { |
|
font-size: 30rpx; |
|
font-weight: 600; |
|
color: #2DB5AE; |
|
line-height: 42rpx; |
|
} |
|
.order-details .footer { |
|
box-sizing: border-box; |
|
width: 100%; |
|
height: 162rpx; |
|
position: fixed; |
|
bottom: 0; |
|
left: 0; |
|
background: #F1F1F1; |
|
box-shadow: 0rpx -4rpx 38rpx 0rpx rgba(0, 0, 0, 0.2); |
|
border-radius: 28rpx 28rpx 0rpx 0rpx; |
|
padding: 18rpx 32rpx 0rpx; |
|
} |
|
.order-details .footer .bnt { |
|
width: 186rpx; |
|
height: 66rpx; |
|
border: 2rpx solid #2EB5AE; |
|
border-radius: 16rpx; |
|
font-size: 26rpx; |
|
font-family: PingFang SC; |
|
font-weight: 600; |
|
color: #FFFFFF; |
|
text-align: center; |
|
line-height: 62rpx; |
|
} |
|
.order-details .footer .bnt.cancel { |
|
background: #98DAD7; |
|
border: 2rpx solid #98DAD7; |
|
} |
|
.order-details .footer .bnt.default { |
|
color: #2DB5AE; |
|
font-weight: 500; |
|
} |
|
.order-details .footer .bnt ~ .bnt { |
|
margin-left: 14rpx; |
|
} |
|
/*物流信息*/ |
|
/*支付状态*/ |
|
.payment-status { |
|
background-color: #fff; |
|
margin: 195rpx auto 0 auto; |
|
border-radius: 10rpx; |
|
padding: 1rpx 0 28rpx 0; |
|
width: 690rpx; |
|
left: 50%; |
|
margin-left: -345rpx; |
|
} |
|
.payment-status .iconfont { |
|
font-size: 70rpx; |
|
width: 140rpx; |
|
height: 140rpx; |
|
border-radius: 50%; |
|
color: #fff; |
|
text-align: center; |
|
line-height: 130rpx; |
|
text-shadow: 0 4px 0 #eb3729; |
|
border: 6rpx solid #f5f5f5; |
|
margin: -76rpx auto 0 auto; |
|
background-color: #999; |
|
} |
|
.payment-status .iconfont.fail { |
|
text-shadow: 0 4px 0 #7a7a7a; |
|
} |
|
.payment-status .status { |
|
font-size: 32rpx; |
|
font-weight: bold; |
|
text-align: center; |
|
margin: 25rpx 0 37rpx 0; |
|
} |
|
.payment-status .wrapper { |
|
border: 1px solid #eee; |
|
margin: 0 30rpx 47rpx 30rpx; |
|
padding: 35rpx 0; |
|
border-left: 0; |
|
border-right: 0; |
|
} |
|
.payment-status .wrapper .item { |
|
font-size: 28rpx; |
|
color: #282828; |
|
} |
|
.payment-status .wrapper .item ~ .item { |
|
margin-top: 20rpx; |
|
} |
|
.payment-status .wrapper .item .itemCom { |
|
color: #666; |
|
} |
|
.payment-status .returnBnt { |
|
width: 630rpx; |
|
height: 86rpx; |
|
border-radius: 50rpx; |
|
color: #fff; |
|
font-size: 30rpx; |
|
text-align: center; |
|
line-height: 86rpx; |
|
margin: 0 auto 20rpx auto; |
|
} |
|
/*个人资料*/ |
|
.personal-data .list { |
|
width: 686rpx; |
|
background: #F5F6F8; |
|
box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(0, 0, 0, 0.06); |
|
border-radius: 16rpx; |
|
margin: 0rpx 32rpx 46rpx; |
|
padding: 24rpx 24rpx 0rpx; |
|
} |
|
.personal-data .list .item { |
|
padding-bottom: 24rpx; |
|
font-size: 26rpx; |
|
font-family: PingFang SC; |
|
font-weight: 500; |
|
color: #3A3A3C; |
|
line-height: 38rpx; |
|
} |
|
.personal-data .list .item .input { |
|
width: 506rpx; |
|
height: 62rpx; |
|
background: #F1F1F1; |
|
border-radius: 16rpx; |
|
color: #3A3A3C; |
|
line-height: 62rpx; |
|
text-align: right; |
|
padding: 0rpx 12rpx; |
|
} |
|
.personal-data .list .item .input input { |
|
color: #3A3A3C; |
|
text-align: right; |
|
width: 100%; |
|
} |
|
.personal-data .modifyBnt { |
|
width: 686rpx; |
|
height: 70rpx; |
|
border-radius: 16rpx; |
|
margin: 0rpx 32rpx 20rpx; |
|
font-size: 13px; |
|
font-family: PingFang SC; |
|
font-weight: 500; |
|
color: #F5F6F8; |
|
line-height: 70rpx; |
|
text-align: center; |
|
} |
|
.personal-data .cancel { |
|
background: #D8D8D8; |
|
color: #999999; |
|
} |
|
.personal-data .logOut { |
|
font-size: 32rpx; |
|
text-align: center; |
|
width: 690rpx; |
|
height: 90rpx; |
|
border-radius: 45rpx; |
|
margin: 30rpx auto 70rpx auto; |
|
} |
|
/*拼团海报*/ |
|
.poster-poster .tip { |
|
height: 80rpx; |
|
font-size: 26rpx; |
|
color: #e8c787; |
|
text-align: center; |
|
line-height: 80rpx; |
|
} |
|
.poster-poster .tip .iconfont { |
|
font-size: 36rpx; |
|
vertical-align: -4rpx; |
|
margin-right: 18rpx; |
|
} |
|
.poster-poster .poster { |
|
width: 690rpx; |
|
height: 100%; |
|
margin: 0 auto; |
|
} |
|
.poster-poster .poster image { |
|
width: 100%; |
|
height: 100%; |
|
display: block; |
|
} |
|
/*分销海报*/ |
|
.distribution-posters .slider-banner { |
|
width: 100%; |
|
box-sizing: border-box; |
|
height: 100%; |
|
padding: 40rpx; |
|
position: relative; |
|
} |
|
.distribution-posters .slider-banner .swiper-slide { |
|
width: 600rpx !important; |
|
height: 100%; |
|
} |
|
.distribution-posters .slide-image { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 15rpx; |
|
} |
|
.distribution-posters .keep { |
|
font-size: 30rpx; |
|
color: #fff; |
|
width: 600rpx; |
|
height: 80rpx; |
|
border-radius: 50rpx; |
|
text-align: center; |
|
line-height: 80rpx; |
|
margin: 38rpx auto; |
|
} |
|
/*会员中心*/ |
|
.member-center .wrapper { |
|
background: #FFFFFF; |
|
border-radius: 28rpx 28rpx 0rpx 0rpx; |
|
padding: 32rpx; |
|
} |
|
.member-center .wrapper .title { |
|
font-size: 30rpx; |
|
font-family: SourceHanSansSCVF; |
|
font-weight: 600; |
|
color: #2DB5AE; |
|
line-height: 46rpx; |
|
padding-bottom: 32rpx; |
|
} |
|
.member-center .wrapper .list .item { |
|
width: 690rpx; |
|
height: 184rpx; |
|
background-color: #f9f9f9; |
|
margin: 0 auto 20rpx auto; |
|
padding: 27rpx 0 22rpx 0; |
|
border-radius: 12rpx; |
|
} |
|
.member-center .wrapper .list .item .top { |
|
padding-right: 27rpx; |
|
font-size: 26rpx; |
|
color: #999; |
|
} |
|
.member-center .wrapper .list .item .top .name { |
|
border-left: 6rpx solid #eb3729; |
|
padding-left: 20rpx; |
|
font-size: 28rpx; |
|
color: #282828; |
|
font-weight: bold; |
|
} |
|
.member-center .wrapper .list .item .top .name .iconfont { |
|
color: #999; |
|
font-size: 30rpx; |
|
vertical-align: -2rpx; |
|
margin-left: 10rpx; |
|
} |
|
.member-center .wrapper .list .item .cu-progress { |
|
overflow: hidden; |
|
height: 12rpx; |
|
background-color: #eee; |
|
width: 636rpx; |
|
border-radius: 20rpx; |
|
margin: 35rpx auto 0 auto; |
|
} |
|
.member-center .wrapper .list .item .cu-progress .bg-red { |
|
width: 0; |
|
height: 100%; |
|
transition: width 0.6s ease; |
|
background-color: #eb3729; |
|
border-radius: 20rpx; |
|
} |
|
.member-center .wrapper .list .item .experience { |
|
margin-top: 17rpx; |
|
padding: 0 27rpx; |
|
font-size: 24rpx; |
|
color: #999; |
|
} |
|
.member-center .wrapper .list .item .experience .num { |
|
color: #eb3729; |
|
} |
|
.member-center .growthValue { |
|
background-color: #fff; |
|
border-radius: 16rpx; |
|
position: fixed; |
|
top: 266rpx; |
|
left: 50%; |
|
width: 560rpx; |
|
height: 740rpx; |
|
margin-left: -280rpx; |
|
z-index: 99; |
|
transform: translate3d(0, -200%, 0); |
|
transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); |
|
} |
|
.member-center .growthValue.on { |
|
transform: translate3d(0, 0, 0); |
|
} |
|
.member-center .growthValue .pictrue { |
|
width: 100%; |
|
height: 257rpx; |
|
position: relative; |
|
} |
|
.member-center .growthValue .pictrue image { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 16rpx 16rpx 0 0; |
|
} |
|
.member-center .growthValue .conter { |
|
padding: 0 35rpx; |
|
font-size: 30rpx; |
|
color: #333; |
|
margin-top: 58rpx; |
|
line-height: 1.5; |
|
height: 350rpx; |
|
overflow: auto; |
|
} |
|
.member-center .growthValue .pictrue .iconfont { |
|
position: absolute; |
|
font-size: 65rpx; |
|
color: #fff; |
|
top: 775rpx; |
|
left: 50%; |
|
transform: translateX(-50%); |
|
} |
|
/*积分详情*/ |
|
/*金品推荐*/ |
|
.quality-recommend .title { |
|
height: 120rpx; |
|
font-size: 32rpx; |
|
color: #282828; |
|
background-color: #f5f5f5; |
|
} |
|
.quality-recommend .title .line { |
|
width: 230rpx; |
|
height: 2rpx; |
|
background-color: #e9e9e9; |
|
} |
|
.quality-recommend .title .name { |
|
margin: 0 20rpx; |
|
} |
|
.quality-recommend .title .name .iconfont { |
|
margin-right: 13rpx; |
|
font-size: 38rpx; |
|
vertical-align: -4rpx; |
|
} |
|
/*砍价列表*/ |
|
.bargain-list .icon-xiangzuo { |
|
font-size: 40rpx; |
|
color: #fff; |
|
position: fixed; |
|
top: 51rpx; |
|
left: 30rpx; |
|
z-index: 99; |
|
} |
|
.bargain-list .header { |
|
background-repeat: no-repeat; |
|
background-size: 100% 100%; |
|
width: 750rpx; |
|
height: 713rpx; |
|
} |
|
.bargain-list .list { |
|
border-radius: 30rpx; |
|
margin: 30rpx 30rpx 66rpx 30rpx; |
|
} |
|
.bargain-list .list .item { |
|
border-bottom: 1px solid #eee; |
|
position: relative; |
|
height: 223rpx; |
|
background-color: #fff; |
|
padding: 0 24rpx; |
|
margin: 0 auto 20rpx auto; |
|
} |
|
.bargain-list .list .item .pictrue { |
|
width: 160rpx; |
|
height: 160rpx; |
|
} |
|
.bargain-list .list .item .pictrue image { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 6rpx; |
|
} |
|
.bargain-list .list .item .text { |
|
width: 450rpx; |
|
font-size: 30rpx; |
|
color: #282828; |
|
height: 160rpx; |
|
} |
|
.bargain-list .list .item .text .num { |
|
font-size: 26rpx; |
|
color: #999; |
|
} |
|
.bargain-list .list .item .text .num .iconfont { |
|
font-size: 35rpx; |
|
margin-right: 7rpx; |
|
} |
|
.bargain-list .list .item .text .money { |
|
font-size: 24rpx; |
|
font-weight: bold; |
|
} |
|
.bargain-list .list .item .text .money .price { |
|
font-size: 32rpx; |
|
} |
|
.bargain-list .list .item .cutBnt { |
|
position: absolute; |
|
width: 180rpx; |
|
height: 50rpx; |
|
border-radius: 50rpx; |
|
font-size: 24rpx; |
|
color: #fff; |
|
text-align: center; |
|
line-height: 46rpx; |
|
right: 24rpx; |
|
bottom: 28rpx; |
|
box-shadow: 0 7rpx 0 #f8c1bd; |
|
-moz-box-shadow: 0 7rpx 0 #f8c1bd; |
|
-o-box-shadow: 0 7rpx 0 #f8c1bd; |
|
} |
|
.bargain-list .list .item .cutBnt .iconfont { |
|
margin-right: 8rpx; |
|
font-size: 30rpx; |
|
} |
|
.bargain-list .list .load { |
|
font-size: 24rpx; |
|
height: 85rpx; |
|
text-align: center; |
|
line-height: 85rpx; |
|
} |
|
/*砍价*/ |
|
.bargain .icon-xiangzuo { |
|
font-size: 40rpx; |
|
color: #fff; |
|
position: fixed; |
|
top: 51rpx; |
|
left: 30rpx; |
|
z-index: 99; |
|
} |
|
.bargain .wrapper, |
|
.bargain .bargainGang, |
|
.bargain .goodsDetails { |
|
width: 660rpx; |
|
border: 6rpx solid #eb3729; |
|
background-color: #fff; |
|
border-radius: 20rpx; |
|
margin: -162rpx auto 0 auto; |
|
padding: 24rpx; |
|
position: relative; |
|
} |
|
.bargain .goodsDetails .conter .bargain .wrapper .pictxt { |
|
padding: 26rpx 0; |
|
} |
|
.bargain .bargain-box { |
|
margin-bottom: 20rpx !important; |
|
} |
|
.bargain .bargain-product .pictxt .pictrue { |
|
width: 140rpx; |
|
height: 140rpx; |
|
position: relative; |
|
margin-right: 30rpx; |
|
} |
|
.bargain .bargain-product .pictxt .pictrue image { |
|
width: 140rpx; |
|
height: 140rpx; |
|
} |
|
.bargain .bargain-product .text { |
|
flex: 1; |
|
font-size: 26rpx; |
|
} |
|
.bargain .wrapper .time { |
|
font-size: 28rpx; |
|
color: #999; |
|
text-align: center; |
|
color: #eb3729 !important; |
|
} |
|
.bargain .user .pictxt .bargain-header { |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
} |
|
.bargain .user .pictxt .pictrue { |
|
margin-right: 20rpx; |
|
} |
|
.bargain .user .pictxt .pictrue image { |
|
width: 60rpx; |
|
height: 60rpx; |
|
border-radius: 50%; |
|
} |
|
.bargain .user.on .pictxt .text { |
|
font-size: 22rpx; |
|
color: #999; |
|
text-align: center; |
|
} |
|
.bargain .wrapper .pictxt .text .money { |
|
font-weight: bold; |
|
font-size: 24rpx; |
|
} |
|
.bargain .wrapper .pictxt .text .money .num { |
|
font-size: 36rpx; |
|
} |
|
.bargain .wrapper .pictxt .text .successNum { |
|
font-size: 22rpx; |
|
color: #999; |
|
margin-right: 15rpx; |
|
} |
|
.bargain .wrapper .cu-progress { |
|
overflow: hidden; |
|
height: 12rpx; |
|
background-color: #eee; |
|
width: 100%; |
|
border-radius: 20rpx; |
|
} |
|
.bargain .wrapper .cu-progress .bg-red { |
|
width: 0; |
|
height: 100%; |
|
transition: width 0.6s ease; |
|
border-radius: 20rpx; |
|
background-image: linear-gradient(to right, #ffa363 0%, #e93323 100%); |
|
background-image: -moz-linear-gradient(to right, #ffa363 0%, #e93323 100%); |
|
} |
|
.bargain .wrapper .balance { |
|
font-size: 22rpx; |
|
color: #999; |
|
margin-top: 15rpx; |
|
} |
|
.bargain .wrapper .bargainSuccess { |
|
font-size: 26rpx; |
|
color: #282828; |
|
text-align: center; |
|
} |
|
.bargain .wrapper .bargainSuccess .iconfont { |
|
font-size: 45rpx; |
|
color: #54c762; |
|
padding-right: 18rpx; |
|
vertical-align: -5rpx; |
|
} |
|
.bargain .wrapper .bargainBnt { |
|
font-size: 30rpx; |
|
font-weight: bold; |
|
color: #fff; |
|
width: 100%; |
|
height: 80rpx; |
|
border-radius: 40rpx; |
|
background-image: linear-gradient(to right, #f67a38 0%, #f11b09 100%); |
|
text-align: center; |
|
line-height: 80rpx; |
|
margin-top: 32rpx; |
|
} |
|
.bargain .wrapper .bargainBnt.on { |
|
border: 2rpx solid #eb3729; |
|
color: #eb3729; |
|
background-image: linear-gradient(to right, #fff 0%, #fff 100%); |
|
background-image: -moz-linear-gradient(to right, #fff 0%, #fff 100%); |
|
width: 100%; |
|
height: 76rpx; |
|
} |
|
.bargain .wrapper .tip { |
|
font-size: 22rpx; |
|
color: #999; |
|
text-align: center; |
|
margin-top: 20rpx; |
|
} |
|
.bargain .wrapper .lock, |
|
.bargain .bargainGang .lock, |
|
.bargain .goodsDetails .lock { |
|
background-repeat: no-repeat; |
|
background-size: 100% 100%; |
|
width: 548rpx; |
|
height: 66rpx; |
|
position: absolute; |
|
left: 50%; |
|
transform: translateX(-50%); |
|
bottom: -43rpx; |
|
z-index: 5; |
|
} |
|
.bargain .bargainGang { |
|
margin: 13rpx auto 0 auto; |
|
} |
|
.bargain .bargainGang .title, |
|
.bargain .goodsDetails .title { |
|
font-size: 32rpx; |
|
font-weight: bold; |
|
height: 80rpx; |
|
} |
|
.bargain .bargainGang .title .pictrue, |
|
.bargain .goodsDetails .title .pictrue { |
|
width: 46rpx; |
|
height: 24rpx; |
|
} |
|
.bargain .bargainGang .title .pictrue.on, |
|
.bargain .goodsDetails .title .pictrue.on { |
|
transform: rotate(180deg); |
|
} |
|
.bargain .bargainGang .title .pictrue image, |
|
.bargain .goodsDetails .title .pictrue image { |
|
width: 100%; |
|
height: 100%; |
|
display: block; |
|
} |
|
.bargain .bargainGang .title .titleCon, |
|
.bargain .goodsDetails .title .titleCon { |
|
margin: 0 20rpx; |
|
} |
|
.bargain .bargainGang .list .item { |
|
border-bottom: 1px dashed #ddd; |
|
height: 112rpx; |
|
} |
|
.bargain .bargainGang .list .item .pictxt { |
|
width: 310rpx; |
|
} |
|
.bargain .bargainGang .list .item .pictxt .pictrue { |
|
width: 70rpx; |
|
height: 70rpx; |
|
} |
|
.bargain .bargainGang .list .item .pictxt .pictrue image { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 50%; |
|
border: 0.02px solid #eb3729; |
|
} |
|
.bargain .bargainGang .list .item .pictxt .text { |
|
width: 225rpx; |
|
font-size: 20rpx; |
|
color: #999; |
|
} |
|
.bargain .bargainGang .list .item .pictxt .text .name { |
|
font-size: 25rpx; |
|
color: #282828; |
|
margin-bottom: 7rpx; |
|
} |
|
.bargain .bargainGang .list .item .money { |
|
font-size: 25rpx; |
|
} |
|
.bargain .bargainGang .list .item .money .iconfont { |
|
font-size: 35rpx; |
|
vertical-align: middle; |
|
margin-right: 10rpx; |
|
} |
|
.bargain .bargainGang .load { |
|
font-size: 24rpx; |
|
text-align: center; |
|
line-height: 80rpx; |
|
height: 80rpx; |
|
} |
|
.bargain .goodsDetails { |
|
margin: 13rpx auto 0 auto; |
|
} |
|
.bargain .goodsDetails ~ .goodsDetails { |
|
margin-bottom: 50rpx; |
|
} |
|
.bargain .goodsDetails .conter { |
|
margin-top: 20rpx; |
|
} |
|
.bargain .goodsDetails .conter image { |
|
width: 100% !important; |
|
display: block; |
|
} |
|
.bargain .bargainTip { |
|
position: fixed; |
|
top: 50%; |
|
left: 50%; |
|
width: 560rpx; |
|
z-index: 99; |
|
border-radius: 20rpx; |
|
background-color: #fff; |
|
transition: all 0.3s ease-in-out 0s; |
|
opacity: 0; |
|
transform: translate(-50%, -50%) scale(0); |
|
padding-bottom: 60rpx; |
|
} |
|
.bargain .bargainTip.on { |
|
opacity: 1; |
|
transform: translate(-50%, -50%) scale(1); |
|
} |
|
.bargain .bargainTip .pictrue { |
|
width: 100%; |
|
height: 321rpx; |
|
position: relative; |
|
} |
|
.bargain .bargainTip .pictrue .iconfont { |
|
position: absolute; |
|
right: 18rpx; |
|
top: 18rpx; |
|
color: #fff; |
|
font-size: 36rpx; |
|
width: 50rpx; |
|
height: 50rpx; |
|
text-align: center; |
|
line-height: 50rpx; |
|
} |
|
.bargain .bargainTip .pictrue image { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 20rpx 20rpx 0 0; |
|
} |
|
.bargain .bargainTip .cutOff { |
|
font-size: 30rpx; |
|
color: #666; |
|
padding: 0 29rpx; |
|
text-align: center; |
|
margin-top: 50rpx; |
|
} |
|
.bargain .bargainTip .cutOff.on { |
|
margin-top: 26rpx; |
|
} |
|
.bargain .bargainTip .help { |
|
font-size: 32rpx; |
|
font-weight: bold; |
|
text-align: center; |
|
margin-top: 40rpx; |
|
} |
|
.bargain .bargainTip .tipBnt { |
|
font-size: 32rpx; |
|
color: #fff; |
|
width: 360rpx; |
|
height: 82rpx; |
|
border-radius: 16rpx; |
|
background: #2DB5AE; |
|
text-align: center; |
|
line-height: 82rpx; |
|
margin: 50rpx auto 0 auto; |
|
} |
|
/*砍价记录*/ |
|
.bargain-record .item { |
|
background-color: #fff; |
|
margin-bottom: 12rpx; |
|
} |
|
.bargain-record .item .picTxt { |
|
height: 210rpx; |
|
border-bottom: 1px solid #f0f0f0; |
|
padding: 0 30rpx; |
|
} |
|
.bargain-record .item .picTxt .pictrue { |
|
width: 150rpx; |
|
height: 150rpx; |
|
} |
|
.bargain-record .item .picTxt .pictrue image { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 6rpx; |
|
} |
|
.bargain-record .item .picTxt .text { |
|
width: 515rpx; |
|
font-size: 30rpx; |
|
color: #282828; |
|
height: 150rpx; |
|
} |
|
.bargain-record .item .picTxt .text .time { |
|
font-size: 24rpx; |
|
color: #868686; |
|
} |
|
.bargain-record .item .picTxt .text .time .styleAll { |
|
color: #fc4141; |
|
} |
|
.bargain-record .item .picTxt .text .money { |
|
font-size: 24rpx; |
|
} |
|
.bargain-record .item .picTxt .text .money .num { |
|
font-size: 32rpx; |
|
font-weight: bold; |
|
} |
|
.bargain-record .item .picTxt .text .money .symbol { |
|
font-weight: bold; |
|
} |
|
.bargain-record .item .bottom { |
|
height: 100rpx; |
|
padding: 0 30rpx; |
|
font-size: 27rpx; |
|
} |
|
.bargain-record .item .bottom .purple { |
|
color: #f78513; |
|
} |
|
.bargain-record .item .bottom .end { |
|
color: #999; |
|
} |
|
.bargain-record .item .bottom .success { |
|
color: #e93323; |
|
} |
|
.bargain-record .item .bottom .bnt { |
|
font-size: 27rpx; |
|
color: #fff; |
|
width: 176rpx; |
|
height: 60rpx; |
|
border-radius: 6rpx; |
|
text-align: center; |
|
line-height: 60rpx; |
|
} |
|
.bargain-record .item .bottom .bnt.cancel { |
|
color: #aaa; |
|
border: 1px solid #ddd; |
|
} |
|
.bargain-record .item .bottom .bnt ~ .bnt { |
|
margin-left: 18rpx; |
|
} |
|
/*拼团列表*/ |
|
.group-list .header { |
|
background-repeat: no-repeat; |
|
background-size: 100% 100%; |
|
width: 100%; |
|
height: 450rpx; |
|
} |
|
.group-list .header image { |
|
width: 100%; |
|
height: 450rpx; |
|
} |
|
.group-list .list { |
|
/* margin-top: -1.20*100rpx; */ |
|
} |
|
.group-list .list .item { |
|
width: 690rpx; |
|
height: 208rpx; |
|
background-color: #fff; |
|
border-radius: 6rpx; |
|
padding: 0 24rpx; |
|
margin: 0 auto 20rpx auto; |
|
} |
|
.group-list .list .item .pictrue { |
|
width: 160rpx; |
|
height: 160rpx; |
|
} |
|
.group-list .list .item .pictrue image { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 6rpx; |
|
} |
|
.group-list .list .item .text { |
|
width: 458rpx; |
|
font-size: 30rpx; |
|
color: #282828; |
|
} |
|
.group-list .list .item .text .team { |
|
height: 40rpx; |
|
border-radius: 4rpx; |
|
font-size: 22rpx; |
|
margin-top: 20rpx; |
|
} |
|
.group-list .list .item .text .team .iconfont { |
|
width: 54rpx; |
|
background-color: #c6f3e8; |
|
text-align: center; |
|
color: #eb3729; |
|
height: 100%; |
|
line-height: 38rpx; |
|
} |
|
.group-list .list .item .text .team .num { |
|
text-align: center; |
|
padding: 0 10rpx; |
|
} |
|
.group-list .list .item .text .bottom { |
|
margin-top: 7rpx; |
|
} |
|
.group-list .list .item .text .bottom .money { |
|
font-size: 24rpx; |
|
font-weight: bold; |
|
color: #282828; |
|
} |
|
.group-list .list .item .text .bottom .money .num { |
|
font-size: 32rpx; |
|
} |
|
.group-list .list .item .text .bottom .money .y-money { |
|
font-size: 24rpx; |
|
color: #999; |
|
font-weight: normal; |
|
text-decoration: line-through; |
|
margin-left: 10rpx; |
|
} |
|
.group-list .list .item .text .bottom .groupBnt { |
|
font-size: 26rpx; |
|
color: #fff; |
|
width: 146rpx; |
|
height: 54rpx; |
|
text-align: center; |
|
line-height: 54rpx; |
|
border-radius: 4rpx; |
|
} |
|
.group-list .list .item .text .bottom .groupBnt .iconfont { |
|
font-size: 25rpx; |
|
margin-left: 10rpx; |
|
} |
|
/*拼团商品详情*/ |
|
.product-con .wrapper .share .money .y-money { |
|
color: #82848f; |
|
margin-left: 13rpx; |
|
text-decoration: line-through; |
|
font-weight: normal; |
|
} |
|
.product-con .notice { |
|
width: 100%; |
|
height: 62rpx; |
|
background-color: #ffedeb; |
|
margin-top: 20rpx; |
|
padding: 0 30rpx; |
|
box-sizing: border-box; |
|
} |
|
.product-con .notice .num { |
|
font-size: 24rpx; |
|
} |
|
.product-con .notice .num .iconfont { |
|
font-size: 30rpx; |
|
vertical-align: -3rpx; |
|
margin-right: 20rpx; |
|
} |
|
.product-con .notice .num .line { |
|
color: #282828; |
|
margin-left: 15rpx; |
|
} |
|
.product-con .notice .swiper { |
|
height: 100%; |
|
width: 470rpx; |
|
line-height: 62rpx; |
|
overflow: hidden; |
|
margin-left: 14rpx; |
|
} |
|
.product-con .notice .swiper swiper { |
|
height: 100%; |
|
} |
|
.product-con .notice .swiper .swiper-slide { |
|
height: 100%; |
|
} |
|
.product-con .notice .swiper .line1 { |
|
height: 100%; |
|
overflow: hidden; |
|
font-size: 20rpx; |
|
color: #282828; |
|
} |
|
.product-con .assemble { |
|
margin: 0rpx 32rpx; |
|
width: 686rpx; |
|
background: #F5F6F8; |
|
box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(0, 0, 0, 0.06); |
|
border-radius: 16rpx; |
|
} |
|
.product-con .assemble .item { |
|
padding-right: 24rpx; |
|
margin-left: 24rpx; |
|
border-bottom: 1px solid #f0f0f0; |
|
height: 132rpx; |
|
} |
|
.product-con .assemble .item .pictxt { |
|
flex: 1; |
|
} |
|
.product-con .assemble .item .pictxt .text { |
|
flex: 1; |
|
font-size: 24rpx; |
|
padding-left: 15rpx; |
|
} |
|
.product-con .assemble .item .pictxt .pictrue { |
|
width: 80rpx; |
|
height: 80rpx; |
|
} |
|
.product-con .assemble .item .pictxt .pictrue image { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 50%; |
|
} |
|
.product-con .assemble .item .right .lack { |
|
font-size: 24rpx; |
|
color: #333333; |
|
text-align: right; |
|
} |
|
.product-con .assemble .item .right .time { |
|
font-size: 22rpx; |
|
color: #82848f; |
|
margin-top: 5rpx; |
|
} |
|
.product-con .assemble .item .right .spellBnt { |
|
font-size: 24rpx; |
|
color: #fff; |
|
width: 110rpx; |
|
height: 46rpx; |
|
border-radius: 16rpx; |
|
background-color: #2DB5AE; |
|
text-align: center; |
|
line-height: 46rpx; |
|
margin-left: 20rpx; |
|
} |
|
.product-con .assemble .item .right .spellBnt .iconfont { |
|
font-size: 20rpx; |
|
margin-left: 5rpx; |
|
} |
|
.product-con .assemble .more { |
|
font-size: 24rpx; |
|
color: #282828; |
|
text-align: center; |
|
height: 90rpx; |
|
line-height: 90rpx; |
|
} |
|
.product-con .assemble .more .iconfont { |
|
margin-left: 13rpx; |
|
font-size: 25rpx; |
|
} |
|
.product-con .playWay { |
|
height: 48rpx; |
|
} |
|
.product-con .playWay .title { |
|
width: 162rpx; |
|
height: 26rpx; |
|
padding-left: 24rpx; |
|
border-right: 2rpx solid #F5F6F8; |
|
font-size: 24rpx; |
|
font-family: PingFang SC; |
|
font-weight: 600; |
|
color: #F5F6F8; |
|
line-height: 26rpx; |
|
} |
|
.product-con .playWay .way { |
|
width: 524rpx; |
|
font-size: 10px; |
|
font-family: PingFang SC; |
|
font-weight: 600; |
|
color: #F5F6F8; |
|
line-height: 26rpx; |
|
padding: 0rpx 24rpx; |
|
} |
|
.product-con .playWay .way .item .num { |
|
display: inline-block; |
|
width: 26rpx; |
|
height: 26rpx; |
|
background: #F5F6F8; |
|
border-radius: 50%; |
|
font-size: 16rpx; |
|
font-family: PingFangSC-Semibold, PingFang SC; |
|
font-weight: 600; |
|
color: #2DB5AE; |
|
line-height: 26rpx; |
|
text-align: center; |
|
margin-right: 8rpx; |
|
} |
|
.product-con .footer-group { |
|
position: fixed; |
|
bottom: 0; |
|
width: 100%; |
|
height: 100rpx; |
|
background-color: #fff; |
|
font-size: 18rpx; |
|
color: #666; |
|
z-index: 99; |
|
} |
|
.product-con .footer-group .customerSer { |
|
width: 14%; |
|
font-size: 20rpx; |
|
color: #666; |
|
} |
|
.product-con .footer-group .customerSer .iconfont { |
|
font-size: 35rpx; |
|
} |
|
.product-con .footer-group .bnt { |
|
width: 86%; |
|
text-align: center; |
|
line-height: 100rpx; |
|
height: 100%; |
|
color: #fff; |
|
font-size: 30rpx; |
|
} |
|
.product-con .superior .slider-banner .swiper-pagination-bullet { |
|
background-color: #999; |
|
} |
|
.product-con .superior .slider-banner .swiper-pagination-bullet-active { |
|
background-color: #e93323; |
|
} |
|
.product-con .superior .slider-banner .swiper-container-horizontal > .swiper-pagination-bullets { |
|
bottom: 0; |
|
} |
|
/*开团*/ |
|
.group-con .wrapper { |
|
background-color: #fff; |
|
margin-top: 20rpx; |
|
padding: 2rpx 0 35rpx 0; |
|
} |
|
.group-con .wrapper .title { |
|
margin-top: 30rpx; |
|
} |
|
.group-con .wrapper .title .line { |
|
width: 136rpx; |
|
height: 1px; |
|
background-color: #ddd; |
|
} |
|
.group-con .wrapper .title .name { |
|
margin: 0 45rpx; |
|
font-size: 28rpx; |
|
color: #282828; |
|
} |
|
.group-con .wrapper .title .name .time { |
|
margin: 0 14rpx; |
|
} |
|
.group-con .wrapper .title .name .timeTxt { |
|
color: #fc4141; |
|
} |
|
.group-con .wrapper .title .name .time .styleAll { |
|
background-color: #ffcfcb; |
|
text-align: center; |
|
border-radius: 3rpx; |
|
font-size: 28rpx; |
|
font-weight: bold; |
|
display: inline-block; |
|
vertical-align: middle; |
|
color: #fc4141; |
|
padding: 2rpx 5rpx; |
|
} |
|
.group-con .wrapper .tips { |
|
font-size: 30rpx; |
|
font-weight: bold; |
|
text-align: center; |
|
margin-top: 30rpx; |
|
color: #999; |
|
} |
|
.group-con .wrapper .list { |
|
padding: 0 30rpx; |
|
margin-top: 45rpx; |
|
} |
|
.group-con .wrapper .list.result { |
|
max-height: 240rpx; |
|
overflow: hidden; |
|
} |
|
.group-con .wrapper .list.result.on { |
|
max-height: 2000rpx; |
|
} |
|
.group-con .wrapper .list .pictrue { |
|
width: 94rpx; |
|
height: 94rpx; |
|
margin: 0 0 29rpx 35rpx; |
|
} |
|
.group-con .wrapper .list .pictrue image { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 50%; |
|
border: 2rpx solid #e93323; |
|
} |
|
.group-con .wrapper .list .pictrue img.img-none { |
|
border: none; |
|
} |
|
.group-con .wrapper .lookAll { |
|
font-size: 24rpx; |
|
color: #282828; |
|
padding-top: 10rpx; |
|
} |
|
.group-con .wrapper .lookAll .iconfont { |
|
font-size: 25rpx; |
|
margin: 2rpx 0 0 10rpx; |
|
} |
|
.group-con .wrapper .teamBnt { |
|
font-size: 30rpx; |
|
width: 620rpx; |
|
height: 86rpx; |
|
border-radius: 50rpx; |
|
text-align: center; |
|
line-height: 86rpx; |
|
color: #fff; |
|
margin: 21rpx auto 0 auto; |
|
} |
|
.group-con .wrapper .cancel, |
|
.group-con .wrapper .lookOrder { |
|
text-align: center; |
|
font-size: 24rpx; |
|
color: #282828; |
|
padding-top: 30rpx; |
|
} |
|
.group-con .wrapper .cancel .iconfont { |
|
font-size: 35rpx; |
|
color: #2c2c2c; |
|
vertical-align: -4rpx; |
|
margin-right: 9rpx; |
|
} |
|
.group-con .wrapper .lookOrder .iconfont { |
|
font-size: 25rpx; |
|
color: #2c2c2c; |
|
margin-left: 10rpx; |
|
} |
|
.group-con .group-recommend { |
|
background-color: #fff; |
|
margin-top: 25rpx; |
|
} |
|
.group-con .group-recommend .title { |
|
padding-right: 30rpx; |
|
margin-left: 30rpx; |
|
height: 85rpx; |
|
border-bottom: 1px solid #eee; |
|
font-size: 28rpx; |
|
color: #282828; |
|
} |
|
.group-con .group-recommend .title .more { |
|
color: #808080; |
|
} |
|
.group-con .group-recommend .title .more .iconfont { |
|
margin-left: 13rpx; |
|
font-size: 28rpx; |
|
} |
|
.group-con .group-recommend .list { |
|
margin-top: 30rpx; |
|
} |
|
.group-con .group-recommend .list .item { |
|
width: 210rpx; |
|
margin: 0 0 25rpx 30rpx; |
|
} |
|
.group-con .group-recommend .list .item .pictrue { |
|
width: 100%; |
|
height: 210rpx; |
|
position: relative; |
|
} |
|
.group-con .group-recommend .list .item .pictrue image { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 10rpx; |
|
} |
|
.group-con .group-recommend .list .item .pictrue .team { |
|
position: absolute; |
|
top: 28rpx; |
|
left: -5rpx; |
|
min-width: 100rpx; |
|
height: 36rpx; |
|
line-height: 36rpx; |
|
text-align: center; |
|
border-radius: 0 18rpx 18rpx 0; |
|
font-size: 20rpx; |
|
color: #fff; |
|
background-image: linear-gradient(to right, #fb5445 0%, #e93323 100%); |
|
background-image: -moz-linear-gradient(to right, #fb5445 0%, #e93323 100%); |
|
} |
|
.group-con .group-recommend .list .item .name { |
|
font-size: 28rpx; |
|
color: #333; |
|
margin-top: 18rpx; |
|
} |
|
.group-con .group-recommend .list .item .money { |
|
font-weight: bold; |
|
font-size: 26rpx; |
|
} |
|
/*商品评分*/ |
|
.evaluate-list .nav { |
|
padding: 20rpx 32rpx; |
|
background: #F1F1F1; |
|
} |
|
.evaluate-list .nav .item { |
|
width: 154rpx; |
|
height: 40rpx; |
|
border-radius: 16rpx; |
|
border: 2rpx solid #2EB5AE; |
|
font-size: 24rpx; |
|
font-family: PingFang SC; |
|
font-weight: 600; |
|
color: #2DB5AE; |
|
line-height: 36rpx; |
|
text-align: center; |
|
} |
|
.evaluate-list .nav .item.bg-color-red { |
|
color: #fff; |
|
} |
|
/*商品评价*/ |
|
.evaluate-con .score { |
|
background-color: #fff; |
|
border-top: 1px solid #f5f5f5; |
|
font-size: 28rpx; |
|
color: #282828; |
|
padding: 48rpx 30rpx 65rpx 30rpx; |
|
} |
|
.evaluate-con .score .item ~ .item { |
|
margin-top: 25rpx; |
|
} |
|
.evaluate-con .score .item .starsList { |
|
padding: 0 35rpx 0 40rpx; |
|
} |
|
.evaluate-con .score .item .starsList .iconfont { |
|
font-size: 40rpx; |
|
color: #aaa; |
|
} |
|
.evaluate-con .score .item .starsList .iconfont ~ .iconfont { |
|
margin-left: 20rpx; |
|
} |
|
.evaluate-con .score .item .evaluate { |
|
color: #aaa; |
|
font-size: 24rpx; |
|
} |
|
.evaluate-con .score .textarea { |
|
width: 690rpx; |
|
background-color: #fafafa; |
|
border-radius: 10rpx; |
|
margin-top: 48rpx; |
|
} |
|
.evaluate-con .score .textarea textarea { |
|
font-size: 28rpx; |
|
padding: 38rpx 30rpx 0 30rpx; |
|
width: 100%; |
|
height: 160rpx; |
|
} |
|
.evaluate-con .score .textarea textarea::placeholder { |
|
color: #bbb; |
|
} |
|
.evaluate-con .score .textarea .list { |
|
margin-top: 25rpx; |
|
padding-left: 5rpx; |
|
} |
|
.evaluate-con .score .textarea .list .pictrue { |
|
width: 140rpx; |
|
height: 140rpx; |
|
margin: 0 0 35rpx 25rpx; |
|
position: relative; |
|
font-size: 22rpx; |
|
color: #bbb; |
|
} |
|
.evaluate-con .score .textarea .list .pictrue image { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 3rpx; |
|
} |
|
.evaluate-con .score .textarea .list .pictrue .icon-guanbi1 { |
|
font-size: 45rpx; |
|
position: absolute; |
|
top: -20rpx; |
|
right: -20rpx; |
|
} |
|
.evaluate-con .score .textarea .list .pictrue .icon-icon25201 { |
|
color: #bfbfbf; |
|
font-size: 50rpx; |
|
} |
|
.evaluate-con .score .evaluateBnt { |
|
font-size: 30rpx; |
|
color: #fff; |
|
width: 690rpx; |
|
height: 86rpx; |
|
border-radius: 43rpx; |
|
text-align: center; |
|
line-height: 86rpx; |
|
margin-top: 45rpx; |
|
} |
|
/*签到*/ |
|
.sign .wrapper2 { |
|
margin-top: 15rpx; |
|
padding: 73rpx 0 0 0; |
|
} |
|
.sign .wrapper2 .tip { |
|
font-size: 30rpx; |
|
color: #666; |
|
text-align: center; |
|
} |
|
.sign .wrapper2 .list2 { |
|
margin: 45rpx 0 49rpx 0; |
|
} |
|
.sign .wrapper2 .list2 .item { |
|
width: 80rpx; |
|
height: 116rpx; |
|
background-repeat: no-repeat; |
|
background-size: 100% 100%; |
|
color: #fff; |
|
font-size: 72rpx; |
|
text-align: center; |
|
line-height: 116rpx; |
|
margin-right: 19rpx; |
|
background-image: url('https://wx.yixiang.co/static/images/redBg.png'); |
|
} |
|
.sign .wrapper2 .list2 .data { |
|
font-size: 30rpx; |
|
color: #232323; |
|
} |
|
.sign .wrapper2 .tip2 { |
|
font-size: 30rpx; |
|
color: #999999; |
|
padding: 0 55rpx; |
|
text-align: center; |
|
line-height: 1.5; |
|
} |
|
.sign .list3 { |
|
margin: 45rpx 37rpx 0 37rpx; |
|
border-top: 1px dashed #eee; |
|
} |
|
.sign .list3 .item { |
|
border-bottom: 1px solid #eee; |
|
height: 130rpx; |
|
} |
|
.sign .list3 .item .name { |
|
color: #232323; |
|
font-size: 30rpx; |
|
width: 400rpx; |
|
} |
|
.sign .list3 .item .data { |
|
font-size: 24rpx; |
|
color: #bbbbbb; |
|
margin-top: 9rpx; |
|
} |
|
.sign .list3 .item .num { |
|
font-size: 36rpx; |
|
font-family: 'GuildfordProBook 5'; |
|
} |
|
.sign .signTip { |
|
width: 644rpx; |
|
height: 645rpx; |
|
position: fixed; |
|
top: 50%; |
|
left: 50%; |
|
margin-left: -322rpx; |
|
margin-top: -322.5rpx; |
|
z-index: 99; |
|
text-align: center; |
|
transition: all 0.3s ease-in-out 0s; |
|
opacity: 0; |
|
transform: scale(0); |
|
} |
|
.sign .signTip .signTipLight { |
|
background-repeat: no-repeat; |
|
background-size: 100% 100%; |
|
width: 100%; |
|
height: 100%; |
|
} |
|
.sign .signTip.on { |
|
opacity: 1; |
|
transform: scale(1); |
|
} |
|
.sign .signTip .signTipCon { |
|
background-image: url('https://wx.yixiang.co/static/images/register.png'); |
|
background-repeat: no-repeat; |
|
background-size: 100% 100%; |
|
width: 420rpx; |
|
height: 420rpx; |
|
margin-top: -700rpx; |
|
position: relative; |
|
} |
|
.sign .signTip .signTipCon .state { |
|
font-size: 34rpx; |
|
color: #fff; |
|
margin-top: 150rpx; |
|
} |
|
.sign .signTip .signTipCon .integral { |
|
font-size: 30rpx; |
|
color: rgba(255, 255, 255, 0.6); |
|
margin-top: 9rpx; |
|
} |
|
.sign .signTip .signTipCon .signTipBnt { |
|
font-size: 30rpx; |
|
color: #eb4331; |
|
width: 260rpx; |
|
height: 76rpx; |
|
background-color: #f8d168; |
|
border-radius: 38rpx; |
|
line-height: 76rpx; |
|
margin: 48rpx auto 0 auto; |
|
} |
|
/*签到记录、账单明细列表*/ |
|
.sign-record .list .item .data { |
|
font-size: 30rpx; |
|
font-family: PingFang SC; |
|
font-weight: 600; |
|
color: #3A3A3C; |
|
padding: 0rpx 32rpx; |
|
height: 80rpx; |
|
line-height: 80rpx; |
|
} |
|
.sign-record .list .item .listn { |
|
margin: 0rpx 32rpx; |
|
background: #F5F6F8; |
|
box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(0, 0, 0, 0.06); |
|
border-radius: 16rpx; |
|
font-size: 20rpx; |
|
font-family: 'PingFang SC'; |
|
font-weight: 500; |
|
color: #999999; |
|
line-height: 24rpx; |
|
} |
|
.sign-record .list .item .listn .itemn { |
|
height: 100rpx; |
|
border-bottom: 2rpx solid #D8D8D8; |
|
padding: 0rpx 30rpx; |
|
} |
|
.sign-record .list .item .listn .itemn .name { |
|
width: 390rpx; |
|
font-size: 24rpx; |
|
font-weight: 500; |
|
color: #3A3A3C; |
|
line-height: 26rpx; |
|
padding-bottom: 2rpx; |
|
} |
|
.sign-record .list .item .listn .itemn .num { |
|
font-size: 24rpx; |
|
font-family: 'PingFang SC'; |
|
font-weight: 600; |
|
color: #3A3A3C; |
|
line-height: 26rpx; |
|
} |
|
/*申请退货*/ |
|
.apply-return .list { |
|
margin: 20rpx 32rpx 46rpx; |
|
padding: 24rpx 20rpx 0rpx; |
|
background: #F5F6F8; |
|
box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(0, 0, 0, 0.06); |
|
border-radius: 16rpx; |
|
} |
|
.apply-return .list .item { |
|
padding-bottom: 24rpx; |
|
font-size: 30rpx; |
|
font-family: 'PingFang SC'; |
|
font-weight: 600; |
|
color: #3A3A3C; |
|
line-height: 42rpx; |
|
} |
|
.apply-return .list .item .num { |
|
font-size: 26rpx; |
|
font-weight: 500; |
|
color: #999999; |
|
line-height: 38rpx; |
|
} |
|
.apply-return .list .item textarea { |
|
width: 582rpx; |
|
height: 110rpx; |
|
} |
|
.apply-return .list .item textarea::placeholder { |
|
color: #bbb; |
|
} |
|
.apply-return .list .item .title { |
|
height: 95rpx; |
|
width: 100%; |
|
} |
|
.apply-return .list .item .title .tip { |
|
font-size: 30rpx; |
|
color: #bbb; |
|
} |
|
.apply-return .list .item .upload { |
|
padding-bottom: 36rpx; |
|
} |
|
.apply-return .list .item .upload .pictrue { |
|
margin: 22rpx 23rpx 0 0; |
|
width: 156rpx; |
|
height: 156rpx; |
|
position: relative; |
|
font-size: 24rpx; |
|
color: #bbb; |
|
border: 1px solid #bbb; |
|
} |
|
.apply-return .list .item .upload .pictrue:nth-of-type(4n) { |
|
margin-right: 0; |
|
} |
|
.apply-return .list .item .upload .pictrue image { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 3rpx; |
|
} |
|
.apply-return .list .item .upload .pictrue .icon-guanbi1 { |
|
position: absolute; |
|
font-size: 45rpx; |
|
top: -10rpx; |
|
right: -10rpx; |
|
width: 45rpx; |
|
height: 45rpx; |
|
line-height: 45rpx; |
|
} |
|
.apply-return .list .item .upload .pictrue .icon-icon25201 { |
|
color: #bfbfbf; |
|
font-size: 50rpx; |
|
width: 50rpx; |
|
height: 60rpx; |
|
line-height: 60rpx; |
|
} |
|
.apply-return .list .item .upload .pictrue:nth-last-child(1) { |
|
border: 1px solid #ddd; |
|
} |
|
.apply-return .returnBnt { |
|
width: 686rpx; |
|
height: 70rpx; |
|
border-radius: 16rpx; |
|
font-size: 26rpx; |
|
font-family: PingFang SC; |
|
font-weight: 500; |
|
color: #F5F6F8; |
|
line-height: 70rpx; |
|
text-align: center; |
|
margin: 0rpx auto; |
|
} |
|
/*退货列表*/ |
|
.return-list .goodWrapper { |
|
background-color: #fff; |
|
margin-bottom: 13rpx; |
|
position: relative; |
|
} |
|
.return-list .goodWrapper .orderNum { |
|
padding: 0 30rpx; |
|
border-bottom: 1px solid #eee; |
|
height: 87rpx; |
|
line-height: 87rpx; |
|
font-size: 30rpx; |
|
color: #282828; |
|
} |
|
.return-list .goodWrapper .item { |
|
border-bottom: 0; |
|
} |
|
.return-list .goodWrapper .totalSum { |
|
padding: 0 30rpx 32rpx 30rpx; |
|
text-align: right; |
|
font-size: 26rpx; |
|
color: #282828; |
|
} |
|
.return-list .goodWrapper .totalSum .price { |
|
font-size: 28rpx; |
|
font-weight: bold; |
|
} |
|
.return-list .goodWrapper .iconfont { |
|
position: absolute; |
|
font-size: 109rpx; |
|
top: 7rpx; |
|
right: 30rpx; |
|
color: #ccc; |
|
width: 109rpx; |
|
height: 109rpx; |
|
line-height: 109rpx; |
|
} |
|
.return-list .goodWrapper .iconfont.powder { |
|
color: #f8c1bd; |
|
} |
|
/*收藏商品*/ |
|
.collectionGoods { |
|
width: 100vw; |
|
padding-top: 108rpx; |
|
overflow: hidden; |
|
} |
|
.collectionGoods .item { |
|
width: 100%; |
|
padding: 0rpx 32rpx 20rpx; |
|
position: relative; |
|
} |
|
.collectionGoods .item .pictrue { |
|
width: 164rpx; |
|
height: 164rpx; |
|
} |
|
.collectionGoods .item .pictrue image { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 16rpx; |
|
} |
|
.collectionGoods .item .text { |
|
width: 482rpx; |
|
padding-left: 20rpx; |
|
} |
|
.collectionGoods .item .text .infor { |
|
font-size: 26rpx; |
|
font-family: PingFang SC; |
|
font-weight: 500; |
|
color: #3A3A3C; |
|
line-height: 38rpx; |
|
} |
|
.collectionGoods .item .text .money { |
|
font-size: 30rpx; |
|
font-family: Futura; |
|
font-weight: 600; |
|
color: #3A3A3C; |
|
line-height: 40rpx; |
|
} |
|
/*搜索商品*/ |
|
.searchGood .search { |
|
height: 62rpx; |
|
background: #E3E3E3; |
|
border-radius: 16rpx; |
|
padding-left: 16rpx; |
|
padding-right: 6rpx; |
|
margin-right: 8rpx; |
|
} |
|
.cash-withdrawal { |
|
padding-top: 130rpx; |
|
} |
|
.cash-withdrawal .wrapper .list { |
|
padding: 0 30rpx; |
|
} |
|
.cash-withdrawal .wrapper .list .item { |
|
border-bottom: 1px solid #eee; |
|
height: 107rpx; |
|
font-size: 30rpx; |
|
color: #333; |
|
} |
|
.cash-withdrawal .wrapper .list .item .name { |
|
width: 130rpx; |
|
} |
|
.cash-withdrawal .wrapper .list .item .input { |
|
width: 505rpx; |
|
} |
|
.cash-withdrawal .wrapper .list .item .input input::placeholder { |
|
color: #bbb; |
|
} |
|
.cash-withdrawal .wrapper .list .tip { |
|
font-size: 26rpx; |
|
color: #999; |
|
margin-top: 25rpx; |
|
} |
|
.cash-withdrawal .wrapper .list .bnt { |
|
font-size: 32rpx; |
|
color: #fff; |
|
width: 690rpx; |
|
height: 90rpx; |
|
text-align: center; |
|
border-radius: 50rpx; |
|
line-height: 90rpx; |
|
margin: 64rpx auto; |
|
} |
|
.cash-withdrawal .wrapper .list .tip2 { |
|
font-size: 26rpx; |
|
color: #999; |
|
text-align: center; |
|
margin: 44rpx 0 20rpx 0; |
|
} |
|
.cash-withdrawal .wrapper .list .value { |
|
height: 135rpx; |
|
line-height: 135rpx; |
|
border-bottom: 1px solid #eee; |
|
width: 690rpx; |
|
margin: 0 auto; |
|
} |
|
.cash-withdrawal .wrapper .list .value input { |
|
font-size: 80rpx; |
|
color: #282828; |
|
height: 135rpx; |
|
text-align: center; |
|
width: 100%; |
|
} |
|
.cash-withdrawal .wrapper .list .value input::placeholder { |
|
color: #bbb; |
|
} |
|
/*提现审核*/ |
|
.cash-audit { |
|
width: 710rpx; |
|
background-color: #fff; |
|
border-radius: 6rpx; |
|
margin: 25rpx auto 0 auto; |
|
padding: 53rpx 0 58rpx 0; |
|
left: 50%; |
|
} |
|
.cash-audit .pictrue { |
|
width: 214rpx; |
|
height: 179rpx; |
|
margin: 0 auto; |
|
} |
|
.cash-audit .pictrue image { |
|
width: 100%; |
|
height: 100%; |
|
} |
|
.cash-audit .tip { |
|
font-size: 32rpx; |
|
color: #282828; |
|
margin-top: 40rpx; |
|
text-align: center; |
|
padding: 0 40rpx; |
|
} |
|
.cash-audit .time { |
|
font-size: 26rpx; |
|
color: #999; |
|
text-align: center; |
|
margin-top: 15rpx; |
|
} |
|
.cash-audit .bnt { |
|
font-size: 32rpx; |
|
color: #fff; |
|
width: 500rpx; |
|
height: 86rpx; |
|
border-radius: 43rpx; |
|
text-align: center; |
|
line-height: 86rpx; |
|
margin: 50rpx auto 0 auto; |
|
} |
|
/*推广人订单*/ |
|
.promoter-order .list .item .title { |
|
height: 133rpx; |
|
padding: 0 30rpx; |
|
font-size: 26rpx; |
|
color: #999; |
|
} |
|
.promoter-order .list .item .title .data { |
|
font-size: 28rpx; |
|
color: #282828; |
|
margin-bottom: 5rpx; |
|
} |
|
.promoter-order .list .item .listn .itenm { |
|
background-color: #fff; |
|
} |
|
.promoter-order .list .item .listn .itenm ~ .itenm { |
|
margin-top: 12rpx; |
|
} |
|
.promoter-order .list .item .listn .itenm .top { |
|
margin-left: 30rpx; |
|
padding-right: 30rpx; |
|
border-bottom: 1px solid #eee; |
|
height: 100rpx; |
|
} |
|
.promoter-order .list .item .listn .itenm .top .pictxt { |
|
width: 320rpx; |
|
} |
|
.promoter-order .list .item .listn .itenm .top .pictxt .text { |
|
width: 230rpx; |
|
font-size: 30rpx; |
|
color: #282828; |
|
} |
|
.promoter-order .list .item .listn .itenm .top .pictxt .pictrue { |
|
width: 66rpx; |
|
height: 66rpx; |
|
} |
|
.promoter-order .list .item .listn .itenm .top .pictxt .pictrue image { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 50%; |
|
border: 3rpx solid #fff; |
|
box-shadow: 0 0 10rpx #aaa; |
|
-moz-box-shadow: 0 0 10rpx #aaa; |
|
-o-box-shadow: 0 0 10rpx #aaa; |
|
-moz-box-sizing: border-box; |
|
box-sizing: border-box; |
|
} |
|
.promoter-order .list .item .listn .itenm .top .money { |
|
font-size: 28rpx; |
|
} |
|
.promoter-order .list .item .listn .itenm .bottom { |
|
padding: 20rpx 30rpx; |
|
font-size: 28rpx; |
|
color: #666; |
|
line-height: 1.6; |
|
} |
|
.promoter-order .list .item .listn .itenm .bottom .name { |
|
color: #999; |
|
} |
|
/*推广人列表*/ |
|
.promoter-list .header { |
|
padding-bottom: 12rpx; |
|
} |
|
.promoter-list .nav { |
|
background-color: #fff; |
|
height: 86rpx; |
|
line-height: 86rpx; |
|
font-size: 28rpx; |
|
color: #282828; |
|
border-bottom: 1px solid #eee; |
|
} |
|
.promoter-list .nav .item { |
|
height: 100%; |
|
} |
|
.promoter-list .nav .item.on { |
|
color: #eb3729; |
|
border-bottom: 5rpx solid #eb3729; |
|
} |
|
.promoter-list .search { |
|
box-sizing: border-box; |
|
width: 100%; |
|
background-color: #fff; |
|
height: 86rpx; |
|
padding: 0 30rpx; |
|
} |
|
.promoter-list .search .input { |
|
width: 630rpx; |
|
height: 60rpx; |
|
border-radius: 50rpx; |
|
background-color: #f5f5f5; |
|
text-align: center; |
|
position: relative; |
|
} |
|
.promoter-list .search .input input { |
|
height: 100%; |
|
font-size: 26rpx; |
|
width: 620rpx; |
|
text-align: center; |
|
} |
|
.promoter-list .search .input input::placeholder { |
|
color: #bbb; |
|
} |
|
.promoter-list .search .input .iconfont { |
|
position: absolute; |
|
right: 28rpx; |
|
color: #999; |
|
font-size: 28rpx; |
|
top: 50%; |
|
transform: translateY(-50%); |
|
} |
|
.promoter-list .search .iconfont { |
|
font-size: 40rpx; |
|
color: #515151; |
|
} |
|
.promoter-list .list .sortNav { |
|
background-color: #fff; |
|
height: 76rpx; |
|
border-bottom: 1px solid #eee; |
|
color: #333; |
|
font-size: 28rpx; |
|
} |
|
.promoter-list .list .sortNav.on { |
|
position: fixed; |
|
top: 0; |
|
left: 0; |
|
width: 100%; |
|
z-index: 5; |
|
} |
|
.promoter-list .list .sortNav .sortItem { |
|
text-align: center; |
|
flex: 1; |
|
-o-flex: 1; |
|
-ms-flex: 1; |
|
} |
|
.promoter-list .list .sortNav .sortItem image { |
|
width: 24rpx; |
|
height: 24rpx; |
|
margin-left: 6rpx; |
|
vertical-align: -3rpx; |
|
} |
|
.promoter-list .list .sortList { |
|
margin-top: 76rpx; |
|
} |
|
.promoter-list .list .item { |
|
background-color: #fff; |
|
border-bottom: 1px solid #eee; |
|
height: 152rpx; |
|
padding: 0 30rpx 0 20rpx; |
|
font-size: 24rpx; |
|
color: #666; |
|
} |
|
.promoter-list .list .item .picTxt { |
|
width: 440rpx; |
|
} |
|
.promoter-list .list .item .picTxt .pictrue { |
|
width: 106rpx; |
|
height: 106rpx; |
|
border-radius: 50%; |
|
} |
|
.promoter-list .list .item .picTxt .pictrue image { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 50%; |
|
border: 3rpx solid #fff; |
|
box-shadow: 0 0 7rpx #aaa; |
|
-moz-box-shadow: 0 0 7rpx #aaa; |
|
-o-box-shadow: 0 0 7rpx #aaa; |
|
-moz-box-sizing: border-box; |
|
box-sizing: border-box; |
|
} |
|
.promoter-list .list .item .picTxt .text { |
|
width: 304rpx; |
|
font-size: 24rpx; |
|
color: #666; |
|
} |
|
.promoter-list .list .item .picTxt .text .name { |
|
font-size: 28rpx; |
|
color: #333; |
|
margin-bottom: 13rpx; |
|
} |
|
.promoter-list .list .item .right { |
|
width: 240rpx; |
|
text-align: right; |
|
font-size: 22rpx; |
|
color: #333; |
|
} |
|
/*我的推广*/ |
|
.my-promotion .header { |
|
background-image: url('https://wx.yixiang.co/static/images/promotionBg.png'); |
|
background-repeat: no-repeat; |
|
background-size: 100% 100%; |
|
width: 100%; |
|
height: 375rpx; |
|
} |
|
.my-promotion .header .name { |
|
font-size: 30rpx; |
|
color: #fff; |
|
padding-top: 57rpx; |
|
position: relative; |
|
} |
|
.my-promotion .header .name .record { |
|
font-size: 26rpx; |
|
color: rgba(255, 255, 255, 0.8); |
|
position: absolute; |
|
right: 20rpx; |
|
} |
|
.my-promotion .header .name .record .iconfont { |
|
font-size: 25rpx; |
|
margin-left: 10rpx; |
|
} |
|
.my-promotion .header .num { |
|
text-align: center; |
|
color: #fff; |
|
font-size: 90rpx; |
|
font-family: 'GuildfordProBook 5'; |
|
} |
|
.my-promotion .header .profit { |
|
padding: 0 20rpx; |
|
margin-top: 33rpx; |
|
font-size: 24rpx; |
|
color: rgba(255, 255, 255, 0.8); |
|
} |
|
.my-promotion .header .profit .item { |
|
min-width: 200rpx; |
|
text-align: center; |
|
} |
|
.my-promotion .header .profit .item .money { |
|
font-size: 34rpx; |
|
color: #fff; |
|
} |
|
.my-promotion .bnt { |
|
font-size: 28rpx; |
|
color: #fff; |
|
width: 258rpx; |
|
height: 68rpx; |
|
border-radius: 50rpx; |
|
text-align: center; |
|
line-height: 68rpx; |
|
margin: -32rpx auto 0 auto; |
|
} |
|
.my-promotion .list { |
|
padding: 0 20rpx; |
|
margin-top: 10rpx; |
|
} |
|
.my-promotion .list .item { |
|
width: 345rpx; |
|
height: 240rpx; |
|
border-radius: 20rpx; |
|
background-color: #fff; |
|
margin-top: 20rpx; |
|
font-size: 30rpx; |
|
color: #666; |
|
} |
|
.my-promotion .list .item .iconfont { |
|
font-size: 70rpx; |
|
/* background-image: linear-gradient(to right, #eb3729 0%, #eb3729 100%); */ |
|
/* background-image: -moz-linear-gradient(to right, #eb3729 0%, #eb3729 100%); */ |
|
margin-bottom: 20rpx; |
|
color: #eb3729; |
|
} |
|
/*我的账户*/ |
|
.my-account .wrapper { |
|
background-color: #fff; |
|
padding: 32rpx 0 34rpx 0; |
|
margin-bottom: 14rpx; |
|
} |
|
.my-account .wrapper .header { |
|
width: 690rpx; |
|
height: 330rpx; |
|
background-image: linear-gradient(to right, #eb3729 0%, #eb3729 100%); |
|
background-image: -moz-linear-gradient(to right, #eb3729 0%, #eb3729 100%); |
|
border-radius: 16rpx; |
|
margin: 0 auto; |
|
color: rgba(255, 255, 255, 0.6); |
|
font-size: 24rpx; |
|
} |
|
.my-account .wrapper .header .headerCon { |
|
background-image: url('https://wx.yixiang.co/static/images/accountBg.png'); |
|
background-repeat: no-repeat; |
|
background-size: 100%; |
|
height: 100%; |
|
width: 100%; |
|
padding: 36rpx 0 29rpx 0; |
|
} |
|
.my-account .wrapper .header .headerCon .account { |
|
padding: 0 35rpx; |
|
} |
|
.my-account .wrapper .header .headerCon .account .assets .money { |
|
font-size: 72rpx; |
|
color: #fff; |
|
font-family: 'GuildfordProBook 5'; |
|
margin-top: 10rpx; |
|
height: 75rpx; |
|
line-height: 75rpx; |
|
} |
|
.my-account .wrapper .header .headerCon .account .recharge { |
|
font-size: 28rpx; |
|
width: 150rpx; |
|
height: 54rpx; |
|
border-radius: 27rpx; |
|
background-color: #fff9f8; |
|
text-align: center; |
|
line-height: 54rpx; |
|
} |
|
.my-account .wrapper .header .headerCon .cumulative { |
|
margin-top: 46rpx; |
|
} |
|
.my-account .wrapper .header .headerCon .cumulative .item { |
|
flex: 1; |
|
-o-flex: 1; |
|
-ms-flex: 1; |
|
padding-left: 35rpx; |
|
} |
|
.my-account .wrapper .header .headerCon .cumulative .item .money { |
|
font-size: 48rpx; |
|
font-family: 'GuildfordProBook 5'; |
|
color: #fff; |
|
margin-top: 6rpx; |
|
} |
|
.my-account .wrapper .nav { |
|
height: 155rpx; |
|
border-bottom: 1px solid #f5f5f5; |
|
} |
|
.my-account .wrapper .nav .item { |
|
flex: 1; |
|
-o-flex: 1; |
|
-ms-flex: 1; |
|
text-align: center; |
|
font-size: 26rpx; |
|
color: #999; |
|
} |
|
.my-account .wrapper .nav .item .pictrue { |
|
width: 44rpx; |
|
height: 44rpx; |
|
margin: 0 auto; |
|
margin-bottom: 20rpx; |
|
} |
|
.my-account .wrapper .nav .item .pictrue image { |
|
width: 100%; |
|
height: 100%; |
|
} |
|
.my-account .wrapper .advert { |
|
padding: 0 30rpx; |
|
margin-top: 30rpx; |
|
} |
|
.my-account .wrapper .advert .item { |
|
background-color: #fff6d1; |
|
width: 332rpx; |
|
height: 118rpx; |
|
border-radius: 10rpx; |
|
padding: 0 27rpx 0 25rpx; |
|
font-size: 24rpx; |
|
color: #e44609; |
|
} |
|
.my-account .wrapper .advert .item.on { |
|
background-color: #fff3f3; |
|
color: #e96868; |
|
} |
|
.my-account .wrapper .advert .item .pictrue { |
|
width: 78rpx; |
|
height: 78rpx; |
|
} |
|
.my-account .wrapper .advert .item .pictrue image { |
|
width: 100%; |
|
height: 100%; |
|
} |
|
.my-account .wrapper .advert .item .text .name { |
|
font-size: 30rpx; |
|
font-weight: bold; |
|
color: #f33c2b; |
|
margin-bottom: 7rpx; |
|
} |
|
.my-account .wrapper .advert .item.on .text .name { |
|
color: #f64051; |
|
} |
|
.my-account .wrapper .list { |
|
padding: 0 30rpx; |
|
} |
|
.my-account .wrapper .list .item { |
|
margin-top: 44rpx; |
|
} |
|
.my-account .wrapper .list .item .picTxt .iconfont { |
|
width: 82rpx; |
|
height: 82rpx; |
|
border-radius: 50%; |
|
background-image: linear-gradient(to right, #ff9389 0%, #f9776b 100%); |
|
background-image: -moz-linear-gradient(to right, #ff9389 0%, #f9776b 100%); |
|
text-align: center; |
|
line-height: 82rpx; |
|
color: #fff; |
|
font-size: 40rpx; |
|
} |
|
.my-account .wrapper .list .item .picTxt .iconfont.yellow { |
|
background-image: linear-gradient(to right, #ffccaa 0%, #fea060 100%); |
|
background-image: -moz-linear-gradient(to right, #ffccaa 0%, #fea060 100%); |
|
} |
|
.my-account .wrapper .list .item .picTxt .iconfont.green { |
|
background-image: linear-gradient(to right, #a1d67c 0%, #9dd074 100%); |
|
background-image: -moz-linear-gradient(to right, #a1d67c 0%, #9dd074 100%); |
|
} |
|
.my-account .wrapper .list .item .picTxt { |
|
width: 428rpx; |
|
font-size: 30rpx; |
|
color: #282828; |
|
} |
|
.my-account .wrapper .list .item .picTxt .text { |
|
width: 317rpx; |
|
} |
|
.my-account .wrapper .list .item .picTxt .text .infor { |
|
font-size: 24rpx; |
|
color: #999; |
|
margin-top: 5rpx; |
|
} |
|
.my-account .wrapper .list .item .bnt { |
|
font-size: 26rpx; |
|
color: #282828; |
|
width: 156rpx; |
|
height: 52rpx; |
|
border: 1px solid #ddd; |
|
border-radius: 26rpx; |
|
text-align: center; |
|
line-height: 50rpx; |
|
} |
|
.my-account .wrapper .list .item .bnt.end { |
|
font-size: 26rpx; |
|
color: #aaa; |
|
background-color: #f2f2f2; |
|
border-color: #f2f2f2; |
|
} |
|
/*账单明细*/ |
|
.bill-details .nav { |
|
background-color: #fff; |
|
height: 90rpx; |
|
width: 100%; |
|
line-height: 90rpx; |
|
} |
|
.bill-details .nav .item { |
|
flex: 1; |
|
-o-flex: 1; |
|
-ms-flex: 1; |
|
text-align: center; |
|
font-size: 30rpx; |
|
color: #282828; |
|
height: 100%; |
|
} |
|
.bill-details .nav .item.on { |
|
color: #e93323; |
|
border-bottom: 3rpx solid #e93323; |
|
} |
|
/*限时抢购*/ |
|
.flash-sale .header { |
|
width: 100%; |
|
height: 240rpx; |
|
} |
|
.flash-sale .header image { |
|
width: 100%; |
|
height: 100%; |
|
} |
|
.flash-sale .whiteFixed { |
|
position: fixed; |
|
top: 0; |
|
background-color: #fff; |
|
left: 0; |
|
width: 100%; |
|
z-index: 5; |
|
} |
|
.flash-sale .timeLsit { |
|
width: 100%; |
|
white-space: nowrap; |
|
overflow: hidden; |
|
height: 110rpx; |
|
} |
|
.flash-sale .timeLsit .rush-time { |
|
overflow-y: hidden; |
|
overflow-x: auto; |
|
width: 100%; |
|
height: 150rpx; |
|
} |
|
.flash-sale .timeLsit .item { |
|
display: inline-block; |
|
font-size: 22rpx; |
|
color: #282828; |
|
width: 200rpx; |
|
text-align: center; |
|
padding: 11rpx 0; |
|
height: 96rpx; |
|
background-color: #efc58f; |
|
} |
|
.flash-sale .timeLsit .item ~ .item { |
|
border-left: 1px solid #e3b06e; |
|
} |
|
.flash-sale .timeLsit .item .time { |
|
font-size: 32rpx; |
|
font-weight: bold; |
|
height: 37rpx; |
|
line-height: 37rpx; |
|
} |
|
.flash-sale .timeLsit .item.on { |
|
background-color: #e93323; |
|
color: #fff; |
|
position: relative; |
|
} |
|
.flash-sale .timeLsit .item.on::before { |
|
content: ''; |
|
width: 0; |
|
height: 0; |
|
border-left: 8rpx solid transparent; |
|
border-right: 8rpx solid transparent; |
|
border-top: 10rpx solid #e93323; |
|
position: absolute; |
|
bottom: -9rpx; |
|
z-index: 99; |
|
left: 50%; |
|
transform: translateX(-50%); |
|
} |
|
.flash-sale .countDown { |
|
height: 92rpx; |
|
border-bottom: 1px solid #f0f0f0; |
|
font-size: 28rpx; |
|
color: #282828; |
|
} |
|
.flash-sale .countDown .timeTxt { |
|
color: #fc4141; |
|
} |
|
.flash-sale .countDown .time { |
|
font-size: 28rpx; |
|
color: #282828; |
|
} |
|
.flash-sale .countDown .styleAll { |
|
font-size: 28rpx; |
|
font-weight: bold; |
|
background-color: #ffcfcb; |
|
padding: 4rpx 7rpx; |
|
border-radius: 3rpx; |
|
color: #fc4141; |
|
} |
|
.flash-sale .list.on { |
|
margin-top: 202rpx; |
|
} |
|
.flash-sale .list .item { |
|
padding: 0 30rpx; |
|
border-bottom: 1px solid #f0f0f0; |
|
height: 227rpx; |
|
position: relative; |
|
} |
|
.flash-sale .list .item .pictrue { |
|
width: 166rpx; |
|
height: 166rpx; |
|
} |
|
.flash-sale .list .item .pictrue image { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 6rpx; |
|
} |
|
.flash-sale .list .item .text { |
|
width: 470rpx; |
|
font-size: 30rpx; |
|
color: #333; |
|
height: 166rpx; |
|
} |
|
.flash-sale .list .item .text .money { |
|
font-size: 24rpx; |
|
color: #282828; |
|
margin-top: -13rpx; |
|
} |
|
.flash-sale .list .item .text .money .num { |
|
font-size: 34rpx; |
|
font-weight: bold; |
|
} |
|
.tui-goods__item .progress { |
|
overflow: hidden; |
|
background-color: #fff; |
|
width: 100%; |
|
border-radius: 20rpx; |
|
height: 34rpx; |
|
position: relative; |
|
} |
|
.tui-goods__item .progress .bg-red { |
|
width: 0; |
|
height: 100%; |
|
transition: width 0.6s ease; |
|
background-color: #ffe3e1; |
|
} |
|
.tui-goods__item .progress .piece { |
|
position: absolute; |
|
left: 0; |
|
right: 0; |
|
transform: translate(0, -50%); |
|
top: 49%; |
|
font-size: 22rpx; |
|
word-wrap: normal; |
|
text-align: center; |
|
} |
|
.tui-goods__item .grab { |
|
font-size: 28rpx; |
|
color: #fff; |
|
width: 140rpx; |
|
height: 54rpx; |
|
border-radius: 4rpx; |
|
text-align: center; |
|
line-height: 54rpx; |
|
position: absolute; |
|
right: 30rpx; |
|
bottom: 30rpx; |
|
} |
|
/*抢购详情页*/ |
|
.product-con .nav { |
|
box-sizing: border-box; |
|
background: url('https://wx.yixiang.co/static/images/rushBuy.jpg') #fc4141 no-repeat; |
|
background-size: 100% 100%; |
|
width: 100%; |
|
height: 100rpx; |
|
padding: 0 30rpx; |
|
} |
|
.product-con .nav .money { |
|
font-size: 28rpx; |
|
color: #fff; |
|
} |
|
.product-con .nav .money .num { |
|
font-size: 48rpx; |
|
} |
|
.product-con .nav .money .y-money { |
|
font-size: 26rpx; |
|
margin-left: 10rpx; |
|
text-decoration: line-through; |
|
} |
|
.product-con .nav .times { |
|
font-size: 20rpx; |
|
color: #fff; |
|
text-align: center; |
|
margin-bottom: 4rpx; |
|
} |
|
.product-con .nav .times .time { |
|
margin-top: 7rpx; |
|
} |
|
.product-con .nav .times .time .styleAll { |
|
padding: 0 7rpx; |
|
font-size: 22rpx; |
|
color: #ff3d3d; |
|
background-color: #fff; |
|
border-radius: 2rpx; |
|
} |
|
.product-con .nav .iconfont { |
|
color: #fff; |
|
font-size: 30rpx; |
|
margin-left: 20rpx; |
|
} |
|
.product-con .wrapperRush { |
|
padding: 32rpx 30rpx; |
|
background-color: #fff; |
|
} |
|
.product-con .wrapperRush .introduce .infor { |
|
width: 570rpx; |
|
font-size: 32rpx; |
|
font-weight: bold; |
|
} |
|
.product-con .wrapperRush .introduce .iconfont { |
|
font-size: 37rpx; |
|
color: #515151; |
|
} |
|
.product-con .wrapperRush .label { |
|
margin: 18rpx 0 0 0; |
|
font-size: 24rpx; |
|
color: #82848f; |
|
} |
|
.product-con .wrapperRush .label .stock { |
|
width: 255rpx; |
|
margin-right: 28rpx; |
|
} |
|
.product-con .footerRush { |
|
position: fixed; |
|
bottom: 0; |
|
width: 100%; |
|
height: 100rpx; |
|
background-color: #fff; |
|
font-size: 18rpx; |
|
color: #666; |
|
z-index: 99; |
|
} |
|
.product-con .footerRush .customerSer { |
|
width: 14%; |
|
font-size: 20rpx; |
|
color: #666; |
|
} |
|
.product-con .footerRush .bnt { |
|
width: 100%; |
|
text-align: center; |
|
line-height: 100rpx; |
|
height: 100%; |
|
color: #fff; |
|
font-size: 30rpx; |
|
} |
|
/*新闻*/ |
|
.newsList .swiperNews { |
|
width: 690rpx; |
|
height: 367rpx; |
|
margin: 30rpx auto 0 auto; |
|
} |
|
.newsList .swiperNews .swiper-slide { |
|
width: 100%; |
|
height: 330rpx; |
|
} |
|
.newsList .swiperNews .slide-image { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 6rpx; |
|
} |
|
.newsList .swiperNews .swiper-pagination-bullet { |
|
width: 12rpx; |
|
height: 12rpx; |
|
border-radius: 0; |
|
transform: rotate(-45deg); |
|
transform-origin: 0 100%; |
|
-ms-transform-origin: 0 100%; |
|
-o-transform-origin: 0 100%; |
|
background-color: #d1d1d1; |
|
opacity: 1; |
|
margin: 0 10rpx; |
|
} |
|
.newsList .swiperNews .swiper-pagination-bullet-active { |
|
background-color: #666666; |
|
border: 0; |
|
} |
|
.newsList .swiperNews .swiper-pagination { |
|
bottom: -7rpx; |
|
width: 100%; |
|
} |
|
.newsList .nav { |
|
padding: 0 30rpx; |
|
width: 100%; |
|
height: 105rpx; |
|
overflow: hidden; |
|
background-color: #fff; |
|
} |
|
.newsList .nav.on { |
|
position: fixed; |
|
top: 0; |
|
left: 0; |
|
width: 100%; |
|
z-index: 5; |
|
} |
|
.newsList .nav .scrollNav { |
|
white-space: nowrap; |
|
overflow-y: hidden; |
|
overflow-x: auto; |
|
width: 100%; |
|
} |
|
.newsList .nav .item { |
|
display: inline-block; |
|
font-size: 32rpx; |
|
color: #999; |
|
margin-top: 40rpx; |
|
} |
|
.newsList .nav .item.on { |
|
color: #282828; |
|
} |
|
.newsList .nav .item ~ .item { |
|
margin-left: 46rpx; |
|
} |
|
.newsList .nav .item .line { |
|
width: 24rpx; |
|
height: 4rpx; |
|
border-radius: 2rpx; |
|
margin: 10rpx auto 0 auto; |
|
} |
|
.newsList .list.on { |
|
margin-top: 105rpx; |
|
} |
|
.newsList .list .item { |
|
margin: 0 30rpx; |
|
border-bottom: 1px solid #f0f0f0; |
|
padding: 35rpx 0; |
|
} |
|
.newsList .list .item .pictrue { |
|
width: 250rpx; |
|
height: 156rpx; |
|
} |
|
.newsList .list .item .pictrue image { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 6rpx; |
|
} |
|
.newsList .list .item .text { |
|
width: 420rpx; |
|
height: 156rpx; |
|
font-size: 24rpx; |
|
color: #999; |
|
} |
|
.newsList .list .item .text .name { |
|
font-size: 30rpx; |
|
color: #282828; |
|
} |
|
.newsList .list .item .picList .pictrue { |
|
width: 335rpx; |
|
height: 210rpx; |
|
margin-top: 30rpx; |
|
} |
|
.newsList .list .item .picList.on .pictrue { |
|
width: 217rpx; |
|
height: 136rpx; |
|
} |
|
.newsList .list .item .picList .pictrue image { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 6rpx; |
|
} |
|
.newsList .list .item .time { |
|
text-align: right; |
|
font-size: 24rpx; |
|
color: #999; |
|
margin-top: 22rpx; |
|
} |
|
.newsList .van-tabs__wrap { |
|
top: 0 !important; |
|
} |
|
/*新闻详情*/ |
|
.newsDetail .title { |
|
padding: 0 30rpx; |
|
font-size: 34rpx; |
|
color: #282828; |
|
font-weight: bold; |
|
margin: 45rpx 0 23rpx 0; |
|
line-height: 1.5; |
|
} |
|
.newsDetail .list { |
|
margin: 0 30rpx; |
|
border-bottom: 1px solid #eee; |
|
padding-bottom: 25rpx; |
|
} |
|
.newsDetail .list .label { |
|
font-size: 24rpx; |
|
height: 38rpx; |
|
border-radius: 3rpx; |
|
text-align: center; |
|
line-height: 36rpx; |
|
padding: 0 10rpx; |
|
max-width: 190rpx; |
|
width: unset; |
|
} |
|
.newsDetail .list .item { |
|
margin-left: 27rpx; |
|
font-size: 24rpx; |
|
color: #999; |
|
} |
|
.newsDetail .list .item .iconfont { |
|
font-size: 28rpx; |
|
margin-right: 10rpx; |
|
} |
|
.newsDetail .list .item .iconfont.icon-shenhezhong { |
|
font-size: 26rpx; |
|
} |
|
.newsDetail .conter { |
|
padding: 0 30rpx; |
|
font-size: 30rpx; |
|
color: #333; |
|
line-height: 1.8; |
|
padding-top: 35rpx; |
|
} |
|
.newsDetail .conter image { |
|
width: 100%; |
|
display: block; |
|
} |
|
/*佣金明细*/ |
|
.commission-details .promoterHeader .headerCon .money { |
|
font-size: 36rpx; |
|
} |
|
.commission-details .promoterHeader .headerCon .money .num { |
|
font-family: 'GuildfordProBook 5'; |
|
} |
|
/*立即注册*/ |
|
.register { |
|
width: 100%; |
|
height: 100vh; |
|
display: flex; |
|
flex-direction: column; |
|
} |
|
.register .whiteBg { |
|
padding: 0 60rpx; |
|
} |
|
.register .whiteBg .title { |
|
line-height: 2em; |
|
font-size: 36rpx; |
|
color: #282828; |
|
text-align: left; |
|
font-weight: bold; |
|
margin-top: 100rpx; |
|
margin-bottom: 50rpx; |
|
} |
|
.register .whiteBg .title .item ~ .item { |
|
margin-left: 85rpx; |
|
} |
|
.register .whiteBg .title .item { |
|
color: #999999; |
|
border-bottom: 5rpx solid #fff; |
|
padding-bottom: 10rpx; |
|
} |
|
.register .whiteBg .title .item.on { |
|
color: #282828; |
|
border-bottom-color: #f35749; |
|
} |
|
.register .whiteBg .list .item { |
|
border-bottom: 1px solid #cccccc; |
|
padding: 30rpx 0 30rpx 0rpx; |
|
position: relative; |
|
} |
|
.register .whiteBg .list .item .name { |
|
font-size: 26rpx; |
|
color: #2d3342; |
|
margin-bottom: 27rpx; |
|
text-align: left; |
|
} |
|
.register .whiteBg .list .item .icon { |
|
font-size: 35rpx; |
|
margin-right: 32rpx; |
|
} |
|
.register .whiteBg .list .item input { |
|
font-size: 33rpx; |
|
width: 100%; |
|
} |
|
.register .whiteBg .list .item input::placeholder { |
|
color: #cccccc; |
|
} |
|
.register .whiteBg .list .item .codeIput { |
|
width: 250rpx; |
|
} |
|
.register .whiteBg .list .item .code { |
|
position: absolute; |
|
width: 150rpx; |
|
height: 50rpx; |
|
background-color: #f35446; |
|
border-radius: 30rpx; |
|
color: #fff; |
|
line-height: 50rpx; |
|
text-align: center; |
|
bottom: 17rpx; |
|
right: 0; |
|
font-size: 25rpx; |
|
} |
|
.register .whiteBg .list .item .code.on { |
|
background-color: #bbbbbb; |
|
} |
|
.register .whiteBg .list .forgetPwd { |
|
text-align: right; |
|
font-size: 28rpx; |
|
color: #cccccc; |
|
margin-top: 20rpx; |
|
} |
|
.register .whiteBg .list .forgetPwd .iconfont { |
|
font-size: 30rpx; |
|
margin-right: 10rpx; |
|
vertical-align: middle; |
|
} |
|
.register .whiteBg .logon { |
|
font-size: 34rpx; |
|
color: #fff; |
|
font-weight: bold; |
|
height: 86rpx; |
|
border-radius: 43rpx; |
|
background: linear-gradient(to right, #f35447 0%, #ff8e3c 100%); |
|
background: -moz-linear-gradient(to right, #f35447 0%, #ff8e3c 100%); |
|
text-align: center; |
|
line-height: 86rpx; |
|
margin-top: 47rpx; |
|
} |
|
.register .whiteBg .tip { |
|
height: 110rpx; |
|
text-align: center; |
|
line-height: 105rpx; |
|
font-size: 30rpx; |
|
color: #cccccc; |
|
} |
|
.register .bottom { |
|
background-repeat: no-repeat; |
|
background-size: 100% 100%; |
|
width: 620rpx; |
|
height: 36rpx; |
|
margin: 0 auto; |
|
} |
|
/*产品分类*/ |
|
/*返回主页按钮*/ |
|
.home { |
|
position: fixed; |
|
top: 780rpx; |
|
color: white; |
|
text-align: center; |
|
z-index: 33; |
|
right: 10rpx; |
|
} |
|
.home .homeCon { |
|
overflow: hidden; |
|
width: 86rpx; |
|
border-radius: 50rpx; |
|
transition: all 0.3s ease-in-out 0s; |
|
opacity: 0; |
|
transform: scale(0); |
|
height: 0; |
|
color: #e93323; |
|
} |
|
.home .homeCon.on { |
|
opacity: 1; |
|
transform: scale(1); |
|
height: 300rpx; |
|
padding: 34rpx 0; |
|
margin-bottom: 20rpx; |
|
} |
|
.home .homeCon .iconfont { |
|
font-size: 48rpx; |
|
color: #fff; |
|
display: inline-block; |
|
height: 90rpx; |
|
margin: 0 auto; |
|
} |
|
.home .pictrue { |
|
width: 86rpx; |
|
height: 86rpx; |
|
border-radius: 50%; |
|
} |
|
.home .pictrue .image { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 50%; |
|
} |
|
/*商户管理公共样式*/ |
|
.pos-order-goods { |
|
padding: 0 30rpx; |
|
background-color: #fff; |
|
} |
|
.pos-order-goods .goods { |
|
height: 185rpx; |
|
} |
|
.pos-order-goods .goods ~ .goods { |
|
border-top: 1px dashed #e5e5e5; |
|
} |
|
.pos-order-goods .goods .picTxt { |
|
width: 515rpx; |
|
} |
|
.pos-order-goods .goods .picTxt .pictrue { |
|
width: 130rpx; |
|
height: 130rpx; |
|
} |
|
.pos-order-goods .goods .picTxt .pictrue image { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 6rpx; |
|
} |
|
.pos-order-goods .goods .picTxt .text { |
|
width: 365rpx; |
|
height: 130rpx; |
|
} |
|
.pos-order-goods .goods .picTxt .text .info { |
|
font-size: 28rpx; |
|
color: #282828; |
|
} |
|
.pos-order-goods .goods .picTxt .text .attr { |
|
font-size: 20rpx; |
|
color: #999; |
|
} |
|
.pos-order-goods .goods .money { |
|
width: 164rpx; |
|
text-align: right; |
|
font-size: 28rpx; |
|
} |
|
.pos-order-goods .goods .money .x-money { |
|
color: #282828; |
|
} |
|
.pos-order-goods .goods .money .num { |
|
color: #ff9600; |
|
margin: 5rpx 0; |
|
} |
|
.pos-order-goods .goods .money .y-money { |
|
color: #999; |
|
text-decoration: line-through; |
|
} |
|
.public-total { |
|
font-size: 28rpx; |
|
color: #282828; |
|
border-top: 1px solid #eee; |
|
height: 92rpx; |
|
line-height: 92rpx; |
|
text-align: right; |
|
padding: 0 30rpx; |
|
background-color: #fff; |
|
} |
|
.public-total .money { |
|
color: #ff4c3c; |
|
} |
|
.priceChange { |
|
position: fixed; |
|
width: 580rpx; |
|
height: 670rpx; |
|
background-color: #fff; |
|
border-radius: 10rpx; |
|
top: 50%; |
|
left: 50%; |
|
margin-left: -290rpx; |
|
margin-top: -335rpx; |
|
z-index: 99; |
|
transition: all 0.3s ease-in-out 0s; |
|
transform: scale(0); |
|
opacity: 0; |
|
} |
|
.priceChange.on { |
|
opacity: 1; |
|
transform: scale(1); |
|
} |
|
.priceChange .priceTitle { |
|
background: url('https://wx.yixiang.co/static/images/pricetitle.jpg') no-repeat; |
|
background-size: 100% 100%; |
|
width: 100%; |
|
height: 160rpx; |
|
border-radius: 10rpx 10rpx 0 0; |
|
text-align: center; |
|
font-size: 40rpx; |
|
color: #fff; |
|
line-height: 160rpx; |
|
position: relative; |
|
} |
|
.priceChange .priceTitle .iconfont { |
|
position: absolute; |
|
font-size: 40rpx; |
|
right: 26rpx; |
|
top: 23rpx; |
|
width: 40rpx; |
|
height: 40rpx; |
|
line-height: 40rpx; |
|
} |
|
.priceChange .listChange { |
|
padding: 0 40rpx; |
|
} |
|
.priceChange .listChange .item { |
|
height: 103rpx; |
|
border-bottom: 1px solid #e3e3e3; |
|
font-size: 32rpx; |
|
color: #333; |
|
} |
|
.priceChange .listChange .item .money { |
|
color: #666; |
|
width: 300rpx; |
|
text-align: right; |
|
} |
|
.priceChange .listChange .item .money .iconfont { |
|
font-size: 32rpx; |
|
margin-left: 20rpx; |
|
} |
|
.priceChange .listChange .item .money input { |
|
width: 100%; |
|
height: 100%; |
|
text-align: right; |
|
color: #ccc; |
|
} |
|
.priceChange .listChange .item .money input.on { |
|
color: #666; |
|
} |
|
.priceChange .modify { |
|
font-size: 32rpx; |
|
color: #fff; |
|
width: 490rpx; |
|
height: 90rpx; |
|
text-align: center; |
|
line-height: 90rpx; |
|
border-radius: 45rpx; |
|
background-color: #2291f8; |
|
margin: 53rpx auto 0 auto; |
|
} |
|
.priceChange .modify1 { |
|
font-size: 32rpx; |
|
color: #312b2b; |
|
width: 490rpx; |
|
height: 90rpx; |
|
text-align: center; |
|
line-height: 90rpx; |
|
border-radius: 45rpx; |
|
background-color: #eee; |
|
margin: 30rpx auto 0 auto; |
|
} |
|
.public-wrapper .title { |
|
font-size: 30rpx; |
|
color: #282828; |
|
padding: 0 30rpx; |
|
margin-bottom: 20rpx; |
|
} |
|
.public-wrapper .title .iconfont { |
|
color: #2291f8; |
|
font-size: 40rpx; |
|
margin-right: 13rpx; |
|
vertical-align: middle; |
|
} |
|
.public-wrapper { |
|
margin: 18rpx auto 0 auto; |
|
width: 690rpx; |
|
background-color: #fff; |
|
border-radius: 10rpx; |
|
padding-top: 25rpx; |
|
} |
|
.public-wrapper .nav { |
|
padding: 0 30rpx; |
|
height: 70rpx; |
|
line-height: 70rpx; |
|
font-size: 24rpx; |
|
color: #999; |
|
} |
|
.public-wrapper .data { |
|
width: 210rpx; |
|
text-align: left; |
|
} |
|
.public-wrapper .browse { |
|
width: 192rpx; |
|
text-align: right; |
|
} |
|
.public-wrapper .turnover { |
|
width: 227rpx; |
|
text-align: right; |
|
} |
|
.public-wrapper .conter { |
|
padding: 0 30rpx; |
|
} |
|
.public-wrapper .conter .item { |
|
border-bottom: 1px solid #f7f7f7; |
|
height: 70rpx; |
|
font-size: 24rpx; |
|
} |
|
.public-wrapper .conter .item .turnover { |
|
color: #d84242; |
|
} |
|
/*商户管理订单列表*/ |
|
.pos-order-list .nav { |
|
width: 100%; |
|
height: 96rpx; |
|
background-color: #fff; |
|
font-size: 30rpx; |
|
color: #282828; |
|
position: fixed; |
|
top: 0; |
|
left: 0; |
|
} |
|
.pos-order-list .nav .item.on { |
|
color: #2291f8; |
|
} |
|
.pos-order-list .list { |
|
margin-top: 120rpx; |
|
} |
|
.pos-order-list .list .item { |
|
background-color: #fff; |
|
width: 100%; |
|
} |
|
.pos-order-list .list .item ~ .item { |
|
margin-top: 24rpx; |
|
} |
|
.pos-order-list .list .item .order-num { |
|
border-bottom: 1px solid #eee; |
|
font-size: 26rpx; |
|
font-weight: bold; |
|
color: #282828; |
|
padding: 20rpx 30rpx; |
|
display: flex; |
|
align-items: center; |
|
justify-content: space-between; |
|
} |
|
.pos-order-list .list .item .order-num .time { |
|
font-size: 26rpx; |
|
font-weight: normal; |
|
color: #999; |
|
display: flex; |
|
align-items: center; |
|
} |
|
.pos-order-list .list .item .operation { |
|
padding: 20rpx 30rpx; |
|
margin-top: 3rpx; |
|
} |
|
.pos-order-list .list .item .operation .more { |
|
position: relative; |
|
} |
|
.pos-order-list .list .item .operation .icon-gengduo { |
|
font-size: 50rpx; |
|
color: #aaa; |
|
} |
|
.pos-order-list .list .item .operation .order .arrow { |
|
width: 0; |
|
height: 0; |
|
border-left: 11rpx solid transparent; |
|
border-right: 11rpx solid transparent; |
|
border-top: 20rpx solid #e5e5e5; |
|
position: absolute; |
|
left: 15rpx; |
|
bottom: -18rpx; |
|
} |
|
.pos-order-list .list .item .operation .order .arrow:before { |
|
content: ''; |
|
width: 0; |
|
height: 0; |
|
border-left: 7rpx solid transparent; |
|
border-right: 7rpx solid transparent; |
|
border-top: 20rpx solid #fff; |
|
position: absolute; |
|
left: -7rpx; |
|
bottom: 0; |
|
} |
|
.pos-order-list .list .item .operation .order { |
|
width: 200rpx; |
|
background-color: #fff; |
|
border: 1px solid #eee; |
|
border-radius: 10rpx; |
|
position: absolute; |
|
top: -100rpx; |
|
z-index: 9; |
|
} |
|
.pos-order-list .list .item .operation .order .items { |
|
height: 77rpx; |
|
line-height: 77rpx; |
|
text-align: center; |
|
} |
|
.pos-order-list .list .item .operation .order .items ~ .items { |
|
border-top: 1px solid #f5f5f5; |
|
} |
|
.pos-order-list .list .item .operation .bnt { |
|
font-size: 28rpx; |
|
color: #5c5c5c; |
|
width: 170rpx; |
|
height: 60rpx; |
|
border-radius: 30rpx; |
|
border: 1px solid #bbb; |
|
text-align: center; |
|
line-height: 60rpx; |
|
} |
|
.pos-order-list .list .item .operation .bnt ~ .bnt { |
|
margin-left: 14rpx; |
|
} |
|
/*商户管理订单详情*/ |
|
.pos-order-details .header { |
|
background: linear-gradient(to right, #2291f8 0%, #1cd1dc 100%); |
|
background: -moz-linear-gradient(to right, #2291f8 0%, #1cd1dc 100%); |
|
} |
|
.pos-order-details .header .state { |
|
font-size: 36rpx; |
|
color: #fff; |
|
} |
|
.pos-order-details .header .data { |
|
margin-left: 35rpx; |
|
font-size: 28rpx; |
|
} |
|
.pos-order-details .header .data .order-num { |
|
font-size: 30rpx; |
|
margin-bottom: 8rpx; |
|
} |
|
.pos-order-details .remarks { |
|
width: 100%; |
|
height: 86rpx; |
|
background-color: #fff; |
|
padding: 0 30rpx; |
|
} |
|
.pos-order-details .remarks .iconfont { |
|
font-size: 40rpx; |
|
color: #2a7efb; |
|
} |
|
.pos-order-details .remarks input { |
|
width: 630rpx; |
|
height: 100%; |
|
font-size: 30rpx; |
|
} |
|
.pos-order-details .remarks input::placeholder { |
|
color: #666; |
|
} |
|
.pos-order-details .orderingUser { |
|
font-size: 26rpx; |
|
color: #282828; |
|
padding: 0 30rpx; |
|
height: 0rpx; |
|
background-color: #fff; |
|
margin-top: 16rpx; |
|
border-bottom: 1px solid #f5f5f5; |
|
} |
|
.pos-order-details .orderingUser .iconfont { |
|
font-size: 40rpx; |
|
color: #2a7efb; |
|
margin-right: 15rpx; |
|
} |
|
.pos-order-details .address { |
|
margin-top: 0; |
|
} |
|
.pos-order-details .pos-order-goods { |
|
margin-top: 17rpx; |
|
} |
|
.pos-order-details .footer .more { |
|
font-size: 27rpx; |
|
color: #aaa; |
|
width: 100rpx; |
|
height: 64rpx; |
|
text-align: center; |
|
line-height: 64rpx; |
|
margin-right: 25rpx; |
|
position: relative; |
|
} |
|
.pos-order-details .footer .delivery { |
|
background: linear-gradient(to right, #2291f8 0%, #1cd1dc 100%); |
|
background: -moz-linear-gradient(to right, #2291f8 0%, #1cd1dc 100%); |
|
} |
|
.pos-order-details .footer .more .order .arrow { |
|
width: 0; |
|
height: 0; |
|
border-left: 11rpx solid transparent; |
|
border-right: 11rpx solid transparent; |
|
border-top: 20rpx solid #e5e5e5; |
|
position: absolute; |
|
left: 15rpx; |
|
bottom: -18rpx; |
|
} |
|
.pos-order-details .footer .more .order .arrow:before { |
|
content: ''; |
|
width: 0; |
|
height: 0; |
|
border-left: 9rpx solid transparent; |
|
border-right: 9rpx solid transparent; |
|
border-top: 19rpx solid #fff; |
|
position: absolute; |
|
left: -10rpx; |
|
bottom: 0; |
|
} |
|
.pos-order-details .footer .more .order { |
|
width: 200rpx; |
|
background-color: #fff; |
|
border: 1px solid #eee; |
|
border-radius: 10rpx; |
|
position: absolute; |
|
top: -200rpx; |
|
z-index: 9; |
|
} |
|
.pos-order-details .footer .more .order .item { |
|
height: 77rpx; |
|
line-height: 77rpx; |
|
} |
|
.pos-order-details .footer .more .order .item ~ .item { |
|
border-top: 1px solid #f5f5f5; |
|
} |
|
.pos-order-details .footer .more .moreName { |
|
width: 100%; |
|
height: 100%; |
|
} |
|
/*发货*/ |
|
.deliver-goods header { |
|
width: 100%; |
|
background-color: #fff; |
|
margin-top: 10rpx; |
|
} |
|
.deliver-goods header .order-num { |
|
padding: 0 30rpx; |
|
border-bottom: 1px solid #f5f5f5; |
|
height: 67rpx; |
|
} |
|
.deliver-goods header .order-num .num { |
|
width: 430rpx; |
|
font-size: 26rpx; |
|
color: #282828; |
|
position: relative; |
|
} |
|
.deliver-goods header .order-num .num:after { |
|
position: absolute; |
|
content: ''; |
|
width: 1px; |
|
height: 30rpx; |
|
background-color: #ddd; |
|
top: 50%; |
|
margin-top: -15rpx; |
|
right: 0; |
|
} |
|
.deliver-goods header .order-num .name { |
|
width: 260rpx; |
|
font-size: 26rpx; |
|
color: #282828; |
|
text-align: center; |
|
} |
|
.deliver-goods header .order-num .name .iconfont { |
|
font-size: 35rpx; |
|
color: #477ef3; |
|
vertical-align: middle; |
|
margin-right: 10rpx; |
|
} |
|
.deliver-goods header .address { |
|
font-size: 26rpx; |
|
color: #868686; |
|
background-color: #fff; |
|
padding: 30rpx; |
|
} |
|
.deliver-goods header .address .name { |
|
font-size: 30rpx; |
|
color: #282828; |
|
margin-bottom: 10rpx; |
|
} |
|
.deliver-goods header .address .name .phone { |
|
margin-left: 40rpx; |
|
} |
|
.deliver-goods header .line { |
|
width: 100%; |
|
height: 3rpx; |
|
} |
|
.deliver-goods header .line image { |
|
width: 100%; |
|
height: 100%; |
|
display: block; |
|
} |
|
.deliver-goods .wrapper { |
|
width: 100%; |
|
background-color: #fff; |
|
} |
|
.deliver-goods .wrapper .item { |
|
border-bottom: 1px solid #f0f0f0; |
|
padding: 0 30rpx; |
|
height: 96rpx; |
|
font-size: 32rpx; |
|
color: #282828; |
|
position: relative; |
|
} |
|
.deliver-goods .wrapper .item .mode { |
|
width: 460rpx; |
|
height: 100%; |
|
text-align: right; |
|
} |
|
.deliver-goods .wrapper .item .mode .iconfont { |
|
font-size: 30rpx; |
|
margin-left: 13rpx; |
|
} |
|
.deliver-goods .wrapper .item .mode .goods ~ .goods { |
|
margin-left: 30rpx; |
|
} |
|
.deliver-goods .wrapper .item .mode .goods { |
|
color: #bbb; |
|
} |
|
.deliver-goods .wrapper .item .mode .goods.on { |
|
color: #477ef3; |
|
} |
|
.deliver-goods .wrapper .item .icon-up { |
|
position: absolute; |
|
font-size: 35rpx; |
|
color: #2c2c2c; |
|
right: 30rpx; |
|
} |
|
.deliver-goods .wrapper .item select { |
|
direction: rtl; |
|
padding-right: 60rpx; |
|
position: relative; |
|
z-index: 2; |
|
} |
|
.deliver-goods .wrapper .item input::placeholder { |
|
color: #bbb; |
|
} |
|
.deliver-goods .confirm { |
|
font-size: 32rpx; |
|
color: #fff; |
|
width: 100%; |
|
height: 100rpx; |
|
background-color: #477ef3; |
|
text-align: center; |
|
line-height: 100rpx; |
|
position: fixed; |
|
bottom: 0; |
|
} |
|
/*订单首页*/ |
|
.order-index .header { |
|
box-sizing: border-box; |
|
background-size: 100% 100%; |
|
width: 100%; |
|
height: 302rpx; |
|
padding: 45rpx 30rpx 0 30rpx; |
|
position: relative; |
|
} |
|
.order-index .image { |
|
position: absolute; |
|
width: 100%; |
|
left: 0; |
|
right: 0; |
|
top: 0; |
|
z-index: 0; |
|
} |
|
.order-index .header:after { |
|
position: absolute; |
|
left: 0; |
|
right: 0; |
|
bottom: -98rpx; |
|
z-index: -1; |
|
content: ''; |
|
height: 100rpx; |
|
width: 100%; |
|
border-radius: 0 0 50% 50%; |
|
} |
|
.order-index .header .item { |
|
flex: 1; |
|
-o-flex: 1; |
|
-ms-flex: 1; |
|
text-align: center; |
|
font-size: 24rpx; |
|
color: #fff; |
|
} |
|
.order-index .header .item .num { |
|
font-size: 40rpx; |
|
margin-bottom: 7rpx; |
|
} |
|
.order-index .wrapper { |
|
position: relative; |
|
width: 690rpx; |
|
background-color: #fff; |
|
border-radius: 10rpx; |
|
margin: -115rpx auto 0 auto; |
|
padding-top: 25rpx; |
|
z-index: 99; |
|
} |
|
.order-index .wrapper .title { |
|
font-size: 30rpx; |
|
color: #282828; |
|
padding: 0 30rpx; |
|
margin-bottom: 40rpx; |
|
} |
|
.order-index .wrapper .title .iconfont { |
|
color: #2291f8; |
|
font-size: 40rpx; |
|
margin-right: 13rpx; |
|
vertical-align: middle; |
|
} |
|
.order-index .wrapper .list .item { |
|
width: 33.33%; |
|
text-align: center; |
|
font-size: 24rpx; |
|
color: #999; |
|
margin-bottom: 45rpx; |
|
} |
|
.order-index .wrapper .list .item .num { |
|
font-size: 40rpx; |
|
color: #333; |
|
} |
|
/*交易额统计*/ |
|
.statistical-page .navs { |
|
width: 100%; |
|
height: 96rpx; |
|
background-color: #fff; |
|
overflow: hidden; |
|
line-height: 96rpx; |
|
position: fixed; |
|
top: 0; |
|
left: 0; |
|
z-index: 9; |
|
} |
|
.statistical-page .navs .list { |
|
overflow-y: hidden; |
|
overflow-x: auto; |
|
white-space: nowrap; |
|
width: 100%; |
|
} |
|
.statistical-page .navs .item { |
|
font-size: 32rpx; |
|
color: #282828; |
|
margin-left: 78rpx; |
|
display: inline-block; |
|
} |
|
.statistical-page .navs .item.on { |
|
color: #2291f8; |
|
} |
|
.statistical-page .navs .item .iconfont { |
|
font-size: 25rpx; |
|
margin-left: 13rpx; |
|
} |
|
.statistical-page .wrapper { |
|
box-sizing: border-box; |
|
width: 100%; |
|
background-color: #fff; |
|
border-radius: 10rpx; |
|
margin: 119rpx auto 0 auto; |
|
padding: 30rpx 60rpx; |
|
} |
|
.statistical-page .wrapper .title { |
|
font-size: 30rpx; |
|
color: #999; |
|
text-align: center; |
|
} |
|
.statistical-page .wrapper .money { |
|
font-size: 72rpx; |
|
color: #fba02a; |
|
text-align: center; |
|
margin-top: 10rpx; |
|
} |
|
.statistical-page .wrapper .increase { |
|
font-size: 28rpx; |
|
color: #999; |
|
margin-top: 20rpx; |
|
} |
|
.statistical-page .wrapper .increase .red { |
|
color: #ff6969; |
|
} |
|
.statistical-page .wrapper .increase .green { |
|
color: #1abb1d; |
|
} |
|
.statistical-page .wrapper .increase .iconfont { |
|
font-size: 23rpx; |
|
margin-left: 15rpx; |
|
} |
|
.statistical-page .chart { |
|
width: 690rpx; |
|
height: 480rpx; |
|
background-color: #fff; |
|
border-radius: 10rpx; |
|
margin: 23rpx auto 0 auto; |
|
padding: 25rpx 22rpx 0 22rpx; |
|
} |
|
.statistical-page .chart .company { |
|
font-size: 26rpx; |
|
color: #999; |
|
} |
|
.statistical-page .mc-body { |
|
padding-bottom: 0; |
|
} |
|
.statistical-page .mc-body tr { |
|
background-color: #edf8fe; |
|
border-top: 1px solid #fff; |
|
width: 100%; |
|
} |
|
.statistical-page .mc-head-box view { |
|
font-size: 14px; |
|
} |
|
.statistical-page .mc-range-mode .selected .mc-range-bg { |
|
background-color: #a0dcf9; |
|
} |
|
.yd-confirm { |
|
background-color: #fff; |
|
font-size: unset; |
|
width: 540rpx; |
|
height: 250rpx; |
|
border-radius: 40rpx; |
|
} |
|
.yd-confirm-hd { |
|
text-align: center; |
|
} |
|
.yd-confirm-title { |
|
color: #030303; |
|
font-weight: bold; |
|
font-size: 36rpx; |
|
} |
|
.yd-confirm-bd { |
|
text-align: center; |
|
font-size: 28rpx; |
|
color: #333333; |
|
} |
|
.yd-confirm-ft { |
|
line-height: 90rpx; |
|
margin-top: 14px; |
|
border-top: 1rpx solid #eee; |
|
} |
|
.yd-confirm-ft > a { |
|
color: #e93323; |
|
} |
|
.yd-confirm-ft > a.primary { |
|
border-left: 1rpx solid #eee; |
|
color: #e93323; |
|
} |
|
/*修改密码*/ |
|
.ChangePassword .phone { |
|
font-size: 32rpx; |
|
font-weight: bold; |
|
text-align: center; |
|
margin-top: 55rpx; |
|
} |
|
.ChangePassword .list { |
|
width: 580rpx; |
|
margin: 53rpx auto 0 auto; |
|
} |
|
.ChangePassword .list .item { |
|
width: 100%; |
|
height: 110rpx; |
|
border-bottom: 2rpx solid #f0f0f0; |
|
} |
|
.ChangePassword .list .item input { |
|
width: 100%; |
|
height: 100%; |
|
font-size: 32rpx; |
|
} |
|
.ChangePassword .list .item input::placeholder { |
|
color: #b9b9bc; |
|
} |
|
.ChangePassword .list .item input.codeIput { |
|
width: 340rpx; |
|
} |
|
.ChangePassword .list .item .code { |
|
font-size: 32rpx; |
|
} |
|
.ChangePassword .list .item .code.on { |
|
color: #b9b9bc !important; |
|
} |
|
.ChangePassword .confirmBnt { |
|
font-size: 32rpx; |
|
width: 580rpx; |
|
height: 90rpx; |
|
border-radius: 45rpx; |
|
color: #fff; |
|
margin: 92rpx auto 0 auto; |
|
text-align: center; |
|
line-height: 90rpx; |
|
} |
|
.posterCanvasWarp { |
|
position: relative; |
|
width: 0; |
|
height: 0; |
|
overflow: hidden; |
|
} |
|
.posterCanvasWarp .posterCanvas { |
|
position: absolute; |
|
left: 0; |
|
top: 0; |
|
width: 747px !important; |
|
height: 1326px !important; |
|
} |
|
.text .name .icon-jingpintuijian, |
|
.text .name .icon-xinpin { |
|
color: #00f !important; |
|
} |
|
.text .name .icon-shoucang { |
|
color: #ea3526 !important; |
|
} |
|
rich-text { |
|
width: 100%; |
|
display: block; |
|
} |
|
rich-text img, |
|
rich-text image { |
|
display: block; |
|
width: 100%; |
|
} |
|
/*单行文本溢出省略号*/ |
|
.one-t { |
|
overflow: hidden; |
|
white-space: nowrap; |
|
text-overflow: ellipsis; |
|
transition: all linear 0.2s; |
|
} |
|
/*多行文本溢出省略号*/ |
|
.more-t { |
|
overflow: hidden; |
|
text-overflow: ellipsis; |
|
display: -webkit-box; |
|
-webkit-line-clamp: 2; |
|
-webkit-box-orient: vertical; |
|
transition: all linear 0.2s; |
|
} |
|
/* ================== |
|
flex布局(colorui里面也有相关基础样式) |
|
==================== */ |
|
/* x水平排列*/ |
|
.x-f { |
|
display: flex; |
|
align-items: center; |
|
} |
|
/*x两端且水平居中*/ |
|
.x-bc { |
|
display: flex; |
|
justify-content: space-between; |
|
align-items: center; |
|
} |
|
/*x平分且水平居中*/ |
|
.x-ac { |
|
display: flex; |
|
justify-content: space-around; |
|
align-items: center; |
|
} |
|
/*x水平靠上对齐*/ |
|
.x-start { |
|
display: flex; |
|
align-items: flex-start; |
|
} |
|
/*x水平靠下对齐*/ |
|
.x-end { |
|
display: flex; |
|
align-items: flex-end; |
|
} |
|
/*上下左右居中*/ |
|
.x-c { |
|
display: flex; |
|
justify-content: center; |
|
align-items: center; |
|
} |
|
/*y竖直靠左*/ |
|
.y-start { |
|
display: flex; |
|
flex-direction: column; |
|
align-items: flex-start; |
|
} |
|
/*y竖直靠右*/ |
|
.y-end { |
|
display: flex; |
|
flex-direction: column; |
|
align-items: flex-end; |
|
} |
|
/*y竖直居中*/ |
|
.y-f { |
|
display: flex; |
|
flex-direction: column; |
|
align-items: center; |
|
} |
|
.y-b { |
|
display: flex; |
|
flex-direction: column; |
|
justify-content: space-between; |
|
} |
|
/*y竖直两端居中*/ |
|
.y-bc { |
|
display: flex; |
|
flex-direction: column; |
|
align-items: center; |
|
justify-content: space-between; |
|
} |
|
/* ================== |
|
自定义变量 |
|
==================== */ |
|
/*盒子模型*/ |
|
.mt2 { |
|
margin-top: 2rpx; |
|
} |
|
.mr2 { |
|
margin-right: 2rpx; |
|
} |
|
.mb2 { |
|
margin-bottom: 2rpx; |
|
} |
|
.ml2 { |
|
margin-left: 2rpx; |
|
} |
|
.mx2 { |
|
margin-left: 2rpx; |
|
margin-right: 2rpx; |
|
} |
|
.my2 { |
|
margin-top: 2rpx; |
|
margin-bottom: 2rpx; |
|
} |
|
.ma2 { |
|
margin: 2rpx; |
|
} |
|
.mt4 { |
|
margin-top: 4rpx; |
|
} |
|
.mr4 { |
|
margin-right: 4rpx; |
|
} |
|
.mb4 { |
|
margin-bottom: 4rpx; |
|
} |
|
.ml4 { |
|
margin-left: 4rpx; |
|
} |
|
.mx4 { |
|
margin-left: 4rpx; |
|
margin-right: 4rpx; |
|
} |
|
.my4 { |
|
margin-top: 4rpx; |
|
margin-bottom: 4rpx; |
|
} |
|
.ma4 { |
|
margin: 4rpx; |
|
} |
|
.mt8 { |
|
margin-top: 8rpx; |
|
} |
|
.mr8 { |
|
margin-right: 8rpx; |
|
} |
|
.mb8 { |
|
margin-bottom: 8rpx; |
|
} |
|
.ml8 { |
|
margin-left: 8rpx; |
|
} |
|
.mx8 { |
|
margin-left: 8rpx; |
|
margin-right: 8rpx; |
|
} |
|
.my8 { |
|
margin-top: 8rpx; |
|
margin-bottom: 8rpx; |
|
} |
|
.ma8 { |
|
margin: 8rpx; |
|
} |
|
.mt10 { |
|
margin-top: 10rpx; |
|
} |
|
.mr10 { |
|
margin-right: 10rpx; |
|
} |
|
.mb10 { |
|
margin-bottom: 10rpx; |
|
} |
|
.ml10 { |
|
margin-left: 10rpx; |
|
} |
|
.mx10 { |
|
margin-left: 10rpx; |
|
margin-right: 10rpx; |
|
} |
|
.my10 { |
|
margin-top: 10rpx; |
|
margin-bottom: 10rpx; |
|
} |
|
.ma10 { |
|
margin: 10rpx; |
|
} |
|
.mt15 { |
|
margin-top: 15rpx; |
|
} |
|
.mr15 { |
|
margin-right: 15rpx; |
|
} |
|
.mb15 { |
|
margin-bottom: 15rpx; |
|
} |
|
.ml15 { |
|
margin-left: 15rpx; |
|
} |
|
.mx15 { |
|
margin-left: 15rpx; |
|
margin-right: 15rpx; |
|
} |
|
.my15 { |
|
margin-top: 15rpx; |
|
margin-bottom: 15rpx; |
|
} |
|
.ma15 { |
|
margin: 15rpx; |
|
} |
|
.mt20 { |
|
margin-top: 20rpx; |
|
} |
|
.mr20 { |
|
margin-right: 20rpx; |
|
} |
|
.mb20 { |
|
margin-bottom: 20rpx; |
|
} |
|
.ml20 { |
|
margin-left: 20rpx; |
|
} |
|
.mx20 { |
|
margin-left: 20rpx; |
|
margin-right: 20rpx; |
|
} |
|
.my20 { |
|
margin-top: 20rpx; |
|
margin-bottom: 20rpx; |
|
} |
|
.ma20 { |
|
margin: 20rpx; |
|
} |
|
.mt24 { |
|
margin-top: 24rpx; |
|
} |
|
.mr24 { |
|
margin-right: 24rpx; |
|
} |
|
.mb24 { |
|
margin-bottom: 24rpx; |
|
} |
|
.ml24 { |
|
margin-left: 24rpx; |
|
} |
|
.mx24 { |
|
margin-left: 24rpx; |
|
margin-right: 24rpx; |
|
} |
|
.my24 { |
|
margin-top: 24rpx; |
|
margin-bottom: 24rpx; |
|
} |
|
.ma24 { |
|
margin: 24rpx; |
|
} |
|
.mt30 { |
|
margin-top: 30rpx; |
|
} |
|
.mr30 { |
|
margin-right: 30rpx; |
|
} |
|
.mb30 { |
|
margin-bottom: 30rpx; |
|
} |
|
.ml30 { |
|
margin-left: 30rpx; |
|
} |
|
.mx30 { |
|
margin-left: 30rpx; |
|
margin-right: 30rpx; |
|
} |
|
.my30 { |
|
margin-top: 30rpx; |
|
margin-bottom: 30rpx; |
|
} |
|
.ma30 { |
|
margin: 30rpx; |
|
} |
|
.pt2 { |
|
padding-top: 2rpx; |
|
} |
|
.pr2 { |
|
padding-right: 2rpx; |
|
} |
|
.pb2 { |
|
padding-bottom: 2rpx; |
|
} |
|
.pl2 { |
|
padding-left: 2rpx; |
|
} |
|
.px2 { |
|
padding-left: 2rpx; |
|
padding-right: 2rpx; |
|
} |
|
.py2 { |
|
padding-top: 2rpx; |
|
padding-bottom: 2rpx; |
|
} |
|
.pa2 { |
|
padding: 2rpx; |
|
} |
|
.pt4 { |
|
padding-top: 4rpx; |
|
} |
|
.pr4 { |
|
padding-right: 4rpx; |
|
} |
|
.pb4 { |
|
padding-bottom: 4rpx; |
|
} |
|
.pl4 { |
|
padding-left: 4rpx; |
|
} |
|
.px4 { |
|
padding-left: 4rpx; |
|
padding-right: 4rpx; |
|
} |
|
.py4 { |
|
padding-top: 4rpx; |
|
padding-bottom: 4rpx; |
|
} |
|
.pa4 { |
|
padding: 4rpx; |
|
} |
|
.pt8 { |
|
padding-top: 8rpx; |
|
} |
|
.pr8 { |
|
padding-right: 8rpx; |
|
} |
|
.pb8 { |
|
padding-bottom: 8rpx; |
|
} |
|
.pl8 { |
|
padding-left: 8rpx; |
|
} |
|
.px8 { |
|
padding-left: 8rpx; |
|
padding-right: 8rpx; |
|
} |
|
.py8 { |
|
padding-top: 8rpx; |
|
padding-bottom: 8rpx; |
|
} |
|
.pa8 { |
|
padding: 8rpx; |
|
} |
|
.pt10 { |
|
padding-top: 10rpx; |
|
} |
|
.pr10 { |
|
padding-right: 10rpx; |
|
} |
|
.pb10 { |
|
padding-bottom: 10rpx; |
|
} |
|
.pl10 { |
|
padding-left: 10rpx; |
|
} |
|
.px10 { |
|
padding-left: 10rpx; |
|
padding-right: 10rpx; |
|
} |
|
.py10 { |
|
padding-top: 10rpx; |
|
padding-bottom: 10rpx; |
|
} |
|
.pa10 { |
|
padding: 10rpx; |
|
} |
|
.pt15 { |
|
padding-top: 15rpx; |
|
} |
|
.pr15 { |
|
padding-right: 15rpx; |
|
} |
|
.pb15 { |
|
padding-bottom: 15rpx; |
|
} |
|
.pl15 { |
|
padding-left: 15rpx; |
|
} |
|
.px15 { |
|
padding-left: 15rpx; |
|
padding-right: 15rpx; |
|
} |
|
.py15 { |
|
padding-top: 15rpx; |
|
padding-bottom: 15rpx; |
|
} |
|
.pa15 { |
|
padding: 15rpx; |
|
} |
|
.pt20 { |
|
padding-top: 20rpx; |
|
} |
|
.pr20 { |
|
padding-right: 20rpx; |
|
} |
|
.pb20 { |
|
padding-bottom: 20rpx; |
|
} |
|
.pl20 { |
|
padding-left: 20rpx; |
|
} |
|
.px20 { |
|
padding-left: 20rpx; |
|
padding-right: 20rpx; |
|
} |
|
.py20 { |
|
padding-top: 20rpx; |
|
padding-bottom: 20rpx; |
|
} |
|
.pa20 { |
|
padding: 20rpx; |
|
} |
|
.pt24 { |
|
padding-top: 24rpx; |
|
} |
|
.pr24 { |
|
padding-right: 24rpx; |
|
} |
|
.pb24 { |
|
padding-bottom: 24rpx; |
|
} |
|
.pl24 { |
|
padding-left: 24rpx; |
|
} |
|
.px24 { |
|
padding-left: 24rpx; |
|
padding-right: 24rpx; |
|
} |
|
.py24 { |
|
padding-top: 24rpx; |
|
padding-bottom: 24rpx; |
|
} |
|
.pa24 { |
|
padding: 24rpx; |
|
} |
|
.pt30 { |
|
padding-top: 30rpx; |
|
} |
|
.pr30 { |
|
padding-right: 30rpx; |
|
} |
|
.pb30 { |
|
padding-bottom: 30rpx; |
|
} |
|
.pl30 { |
|
padding-left: 30rpx; |
|
} |
|
.px30 { |
|
padding-left: 30rpx; |
|
padding-right: 30rpx; |
|
} |
|
.py30 { |
|
padding-top: 30rpx; |
|
padding-bottom: 30rpx; |
|
} |
|
.pa30 { |
|
padding: 30rpx; |
|
} |
|
.min-goods { |
|
width: 152rpx; |
|
background: #fff; |
|
} |
|
.min-goods .img-box { |
|
width: 152rpx; |
|
height: 152rpx; |
|
overflow: hidden; |
|
position: relative; |
|
} |
|
.min-goods .img-box .tag { |
|
position: absolute; |
|
left: 0; |
|
bottom: 0rpx; |
|
z-index: 2; |
|
line-height: 35rpx; |
|
background: linear-gradient(132deg, #f3dfb1, #f3dfb1, #ecbe60); |
|
border-radius: 0px 18rpx 18rpx 0px; |
|
padding: 0 10rpx; |
|
font-size: 24rpx; |
|
font-family: PingFang SC; |
|
font-weight: bold; |
|
color: #784f06; |
|
} |
|
.min-goods .img-box .img { |
|
width: 100%; |
|
background-color: #ccc; |
|
} |
|
.min-goods .price-box { |
|
width: 100%; |
|
margin-top: 10rpx; |
|
} |
|
.min-goods .price-box .seckill-current { |
|
font-size: 30rpx; |
|
font-weight: 500; |
|
color: #e1212b; |
|
} |
|
.min-goods .price-box .original { |
|
font-size: 20rpx; |
|
font-weight: 400; |
|
color: #999999; |
|
margin-left: 14rpx; |
|
} |
|
.min-goods .title { |
|
font-size: 26rpx; |
|
} |
|
.contacButton { |
|
padding: 0; |
|
background-color: #F1F1F1; |
|
line-height: 26rpx; |
|
} |
|
.contacButton::after { |
|
border: 0; |
|
} |
|
.footer .icon-shoucang1 { |
|
color: #eb3729; |
|
} |
|
.ytabs .nav { |
|
margin: 0 auto; |
|
padding: 0 30rpx; |
|
width: 100%; |
|
box-sizing: border-box; |
|
} |
|
.ytabs .nav .item { |
|
flex: 1; |
|
position: relative; |
|
} |
|
.shoppingCart, |
|
.user, |
|
.container { |
|
height: 100%; |
|
} |
|
.bargainGang.bargain-box, |
|
.goodsDetails.bargain-box { |
|
padding-top: 0 !important; |
|
} |
|
.bargainGang.bargain-box .content, |
|
.goodsDetails.bargain-box .content { |
|
margin-top: 0; |
|
} |
|
.bargain .bargain-product.wrapper .cu-progress { |
|
margin-top: 30rpx; |
|
}
|
|
|