|
|
/* pages/index/goodsDetial/goodsDetial.wxss */
|
|
|
|
|
|
page {
|
|
|
background: #f3f5f5;
|
|
|
width: 100%;
|
|
|
height: 100%
|
|
|
background: #f3f5f5;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
.page{
|
|
|
width: 100%;
|
|
|
height: 100%
|
|
|
|
|
|
.page {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
.page.active{
|
|
|
overflow: hidden
|
|
|
|
|
|
.page.active {
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
.coupons {
|
|
|
font-size: 30rpx;
|
|
|
color: #222;
|
|
|
display: flex;
|
|
|
font-size: 30rpx;
|
|
|
color: #222;
|
|
|
display: flex;
|
|
|
}
|
|
|
|
|
|
.icon-shoucang.active {
|
|
|
color: #ff6700;
|
|
|
color: #ff6700;
|
|
|
}
|
|
|
|
|
|
.goods_detail {
|
|
|
font-weight: bold;
|
|
|
border-bottom: 3rpx solid #ffda44;
|
|
|
font-weight: bold;
|
|
|
border-bottom: 3rpx solid #ffda44;
|
|
|
}
|
|
|
|
|
|
.graphic_detail {
|
|
|
font-weight: bold;
|
|
|
margin-left: 56rpx;
|
|
|
font-weight: bold;
|
|
|
margin-left: 56rpx;
|
|
|
}
|
|
|
|
|
|
.share {
|
|
|
font-size: 28rpx;
|
|
|
color: #222;
|
|
|
font-size: 28rpx;
|
|
|
color: #222;
|
|
|
}
|
|
|
|
|
|
.banner_box {
|
|
|
width: 100%;
|
|
|
height: 630rpx;
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
width: 100%;
|
|
|
height: 630rpx;
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
}
|
|
|
.banner_box image{
|
|
|
width: 100%;
|
|
|
height: 100%
|
|
|
|
|
|
.banner_box image {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
|
.banner_img {
|
|
|
width: 50%;
|
|
|
height: 315rpx;
|
|
|
width: 50%;
|
|
|
height: 315rpx;
|
|
|
}
|
|
|
|
|
|
.banner_img image {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
|
.item_list {
|
|
|
padding: 32rpx 25rpx;
|
|
|
background-color: #fff;
|
|
|
margin-bottom: 20rpx;
|
|
|
padding: 32rpx 25rpx;
|
|
|
background-color: #fff;
|
|
|
margin-bottom: 20rpx;
|
|
|
}
|
|
|
|
|
|
.banner_title {
|
|
|
font-size: 34rpx;
|
|
|
color: #222;
|
|
|
font-size: 34rpx;
|
|
|
color: #222;
|
|
|
}
|
|
|
|
|
|
.introduce {
|
|
|
font-size: 28rpx;
|
|
|
color: #888;
|
|
|
font-size: 28rpx;
|
|
|
color: #888;
|
|
|
}
|
|
|
|
|
|
.share {
|
|
|
font-size: 28rpx;
|
|
|
color: #222;
|
|
|
font-size: 28rpx;
|
|
|
color: #222;
|
|
|
}
|
|
|
|
|
|
.share_btn {
|
|
|
background: transparent;
|
|
|
padding: 0;
|
|
|
margin: 0;
|
|
|
border: 0 !important;
|
|
|
color: #222;
|
|
|
font-size: 28rpx;
|
|
|
margin-top: 10rpx;
|
|
|
background: transparent;
|
|
|
padding: 0;
|
|
|
margin: 0;
|
|
|
border: 0 !important;
|
|
|
color: #222;
|
|
|
font-size: 28rpx;
|
|
|
margin-top: 10rpx;
|
|
|
}
|
|
|
|
|
|
.banner_character {
|
|
|
height: 100rpx;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
font-size: 24rpx;
|
|
|
color: #888;
|
|
|
margin-top: 16rpx;
|
|
|
height: 100rpx;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
font-size: 24rpx;
|
|
|
color: #888;
|
|
|
margin-top: 16rpx;
|
|
|
}
|
|
|
|
|
|
.banner_price {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
/* padding-bottom:20rpx; */
|
|
|
box-sizing: border-box
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
/* padding-bottom:20rpx; */
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
.money_icon {
|
|
|
font-size: 22rpx;
|
|
|
color: #222;
|
|
|
font-size: 22rpx;
|
|
|
color: #222;
|
|
|
}
|
|
|
|
|
|
.money {
|
|
|
font-size: 38rpx;
|
|
|
font-weight: bold;
|
|
|
color: #222;
|
|
|
font-size: 38rpx;
|
|
|
font-weight: bold;
|
|
|
color: #222;
|
|
|
}
|
|
|
|
|
|
.original_price {
|
|
|
color: #888;
|
|
|
text-decoration: line-through;
|
|
|
color: #888;
|
|
|
text-decoration: line-through;
|
|
|
}
|
|
|
|
|
|
.display_box {
|
|
|
margin-left: 40rpx;
|
|
|
margin-left: 40rpx;
|
|
|
}
|
|
|
|
|
|
.money_icon2 {
|
|
|
font-size: 22rpx;
|
|
|
color: #f44;
|
|
|
font-size: 22rpx;
|
|
|
color: #f44;
|
|
|
}
|
|
|
|
|
|
.money2 {
|
|
|
font-size: 38rpx;
|
|
|
font-weight: bold;
|
|
|
color: #f44;
|
|
|
font-size: 38rpx;
|
|
|
font-weight: bold;
|
|
|
color: #f44;
|
|
|
}
|
|
|
|
|
|
.vip {
|
|
|
color: #fff;
|
|
|
background-color: #f44;
|
|
|
margin-left: 5rpx;
|
|
|
color: #fff;
|
|
|
background-color: #f44;
|
|
|
margin-left: 5rpx;
|
|
|
}
|
|
|
|
|
|
.list_content {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
}
|
|
|
|
|
|
.content_title {
|
|
|
display: flex;
|
|
|
display: flex;
|
|
|
}
|
|
|
|
|
|
.title {
|
|
|
font-size: 24rpx;
|
|
|
color: #888;
|
|
|
font-size: 24rpx;
|
|
|
color: #888;
|
|
|
}
|
|
|
|
|
|
.content {
|
|
|
font-size: 24rpx;
|
|
|
color: #222;
|
|
|
margin-left: 47rpx;
|
|
|
font-size: 24rpx;
|
|
|
color: #222;
|
|
|
margin-left: 47rpx;
|
|
|
}
|
|
|
|
|
|
.icon-jinru {
|
|
|
font-size: 22rpx;
|
|
|
color: #c7c7c7;
|
|
|
font-size: 22rpx;
|
|
|
color: #c7c7c7;
|
|
|
}
|
|
|
|
|
|
.more_box {
|
|
|
font-size: 24rpx;
|
|
|
color: #949a9a;
|
|
|
border-top: 1rpx solid #ededed;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
padding-top: 24rpx;
|
|
|
margin-top: 35rpx;
|
|
|
font-size: 24rpx;
|
|
|
color: #949a9a;
|
|
|
border-top: 1rpx solid #ededed;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
padding-top: 24rpx;
|
|
|
margin-top: 35rpx;
|
|
|
}
|
|
|
|
|
|
.icon-zhankai {
|
|
|
font-size: 14rpx;
|
|
|
margin-left: 10rpx;
|
|
|
font-size: 14rpx;
|
|
|
margin-left: 10rpx;
|
|
|
}
|
|
|
|
|
|
.item_list1 {
|
|
|
background-color: #fff;
|
|
|
margin-bottom: 20rpx;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
padding: 19rpx 16rpx 0;
|
|
|
background-color: #fff;
|
|
|
margin-bottom: 20rpx;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
padding: 19rpx 16rpx 0;
|
|
|
}
|
|
|
|
|
|
.hint1 {
|
|
|
font-size: 22rpx;
|
|
|
color: #222;
|
|
|
background-color: #fafafa;
|
|
|
border-radius: 12rpx;
|
|
|
padding: 25rpx 39rpx;
|
|
|
font-size: 22rpx;
|
|
|
color: #222;
|
|
|
background-color: #fafafa;
|
|
|
border-radius: 12rpx;
|
|
|
padding: 25rpx 39rpx;
|
|
|
}
|
|
|
|
|
|
.cash_back {
|
|
|
font-size: 28rpx;
|
|
|
font-weight: bold;
|
|
|
color: #222;
|
|
|
font-size: 28rpx;
|
|
|
font-weight: bold;
|
|
|
color: #222;
|
|
|
}
|
|
|
|
|
|
.red_font {
|
|
|
font-weight: bold;
|
|
|
color: #f44;
|
|
|
font-weight: bold;
|
|
|
color: #f44;
|
|
|
}
|
|
|
|
|
|
.attribute {
|
|
|
width: 375rpx;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
/* margin-left: 49rpx; */
|
|
|
width: 375rpx;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
/* margin-left: 49rpx; */
|
|
|
}
|
|
|
|
|
|
.attribute_titel {
|
|
|
font-size: 26rpx;
|
|
|
color: #94999a;
|
|
|
font-size: 26rpx;
|
|
|
color: #94999a;
|
|
|
}
|
|
|
|
|
|
.stars {
|
|
|
display: flex;
|
|
|
font-size: 26rpx;
|
|
|
color: #222;
|
|
|
margin-left: 35rpx;
|
|
|
display: flex;
|
|
|
font-size: 26rpx;
|
|
|
color: #222;
|
|
|
margin-left: 35rpx;
|
|
|
}
|
|
|
|
|
|
.icon-pingfen {
|
|
|
font-size: 26rpx;
|
|
|
color: #222;
|
|
|
font-size: 26rpx;
|
|
|
color: #222;
|
|
|
}
|
|
|
|
|
|
.attribute_content {
|
|
|
font-size: 26rpx;
|
|
|
color: #222;
|
|
|
margin-left: 113rpx;
|
|
|
font-size: 26rpx;
|
|
|
color: #222;
|
|
|
margin-left: 113rpx;
|
|
|
}
|
|
|
|
|
|
.item_list2, .item_list3, .item_list4, .itme_list5, .item_list6 {
|
|
|
background-color: #fff;
|
|
|
margin-bottom: 20rpx;
|
|
|
background-color: #fff;
|
|
|
margin-bottom: 20rpx;
|
|
|
}
|
|
|
|
|
|
.user_evaluation {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
border-bottom: 1rpx solid #f3f5f5;
|
|
|
padding: 31rpx 25rpx;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
border-bottom: 1rpx solid #f3f5f5;
|
|
|
padding: 31rpx 25rpx;
|
|
|
}
|
|
|
|
|
|
.user_evaluation_title {
|
|
|
font-size: 30rpx;
|
|
|
font-weight: bold;
|
|
|
color: #222;
|
|
|
font-size: 30rpx;
|
|
|
font-weight: bold;
|
|
|
color: #222;
|
|
|
}
|
|
|
|
|
|
.user_evaluation_time {
|
|
|
font-size: 24rpx;
|
|
|
color: #c7c7c7;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
font-size: 24rpx;
|
|
|
color: #c7c7c7;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
|
|
|
.comments_btn {
|
|
|
display: flex;
|
|
|
justify-content: flex-end;
|
|
|
align-items: center;
|
|
|
font-size: 23rpx;
|
|
|
color: #949a9a;
|
|
|
margin-top: 24rpx;
|
|
|
display: flex;
|
|
|
justify-content: flex-end;
|
|
|
align-items: center;
|
|
|
font-size: 23rpx;
|
|
|
color: #949a9a;
|
|
|
margin-top: 24rpx;
|
|
|
}
|
|
|
|
|
|
.icon-message {
|
|
|
font-size: 22rpx;
|
|
|
color: #949a9a;
|
|
|
margin-right: 10rpx;
|
|
|
font-size: 22rpx;
|
|
|
color: #949a9a;
|
|
|
margin-right: 10rpx;
|
|
|
}
|
|
|
|
|
|
.user_information_box {
|
|
|
padding: 31rpx 25rpx 25rpx 25rpx;
|
|
|
padding: 31rpx 25rpx 25rpx 25rpx;
|
|
|
}
|
|
|
|
|
|
.user_information {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
}
|
|
|
|
|
|
.head_portrait {
|
|
|
width: 62rpx;
|
|
|
height: 62rpx;
|
|
|
width: 62rpx;
|
|
|
height: 62rpx;
|
|
|
}
|
|
|
|
|
|
.head_portrait image {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
|
.star_box {
|
|
|
margin-left: 25rpx;
|
|
|
margin-left: 25rpx;
|
|
|
}
|
|
|
|
|
|
.the_star {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
|
|
|
.stars1 {
|
|
|
display: flex;
|
|
|
display: flex;
|
|
|
}
|
|
|
|
|
|
.user_name {
|
|
|
font-size: 26rpx;
|
|
|
color: #222;
|
|
|
font-size: 26rpx;
|
|
|
color: #222;
|
|
|
}
|
|
|
|
|
|
.evaluation {
|
|
|
font-size: 24rpx;
|
|
|
color: #222;
|
|
|
margin-top: 25rpx;
|
|
|
font-size: 24rpx;
|
|
|
color: #222;
|
|
|
margin-top: 25rpx;
|
|
|
}
|
|
|
|
|
|
.evaluation_img {
|
|
|
margin-top: 21rpx;
|
|
|
margin-top: 21rpx;
|
|
|
}
|
|
|
|
|
|
.upload_img_box {
|
|
|
display: flex;
|
|
|
display: flex;
|
|
|
}
|
|
|
|
|
|
.upload_img {
|
|
|
width: 160rpx;
|
|
|
height: 160rpx;
|
|
|
margin-right: 20rpx;
|
|
|
width: 160rpx;
|
|
|
height: 160rpx;
|
|
|
margin-right: 20rpx;
|
|
|
}
|
|
|
|
|
|
.upload_img image {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
|
.item_list3 {
|
|
|
padding: 46rpx 44rpx;
|
|
|
padding: 46rpx 44rpx;
|
|
|
}
|
|
|
|
|
|
.item_list4 {
|
|
|
padding: 30rpx 25rpx;
|
|
|
padding: 30rpx 25rpx;
|
|
|
}
|
|
|
|
|
|
.charge_btn {
|
|
|
height: 80rpx;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
font-size: 26rpx;
|
|
|
color: #f44;
|
|
|
border: 1rpx solid #f44;
|
|
|
border-radius: 40rpx;
|
|
|
margin-top: 30rpx;
|
|
|
height: 80rpx;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
font-size: 26rpx;
|
|
|
color: #f44;
|
|
|
border: 1rpx solid #f44;
|
|
|
border-radius: 40rpx;
|
|
|
margin-top: 30rpx;
|
|
|
}
|
|
|
|
|
|
.detection_item {
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
margin-top: 58rpx;
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
margin-top: 58rpx;
|
|
|
}
|
|
|
|
|
|
.detection {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
}
|
|
|
|
|
|
.line1 {
|
|
|
width: 115rpx;
|
|
|
height: 1rpx;
|
|
|
background: linear-gradient(to right, #fff, #bbb);
|
|
|
width: 115rpx;
|
|
|
height: 1rpx;
|
|
|
background: linear-gradient(to right, #fff, #bbb);
|
|
|
}
|
|
|
|
|
|
.line2 {
|
|
|
width: 115rpx;
|
|
|
height: 1rpx;
|
|
|
background: linear-gradient(to left, #fff, #bbb);
|
|
|
width: 115rpx;
|
|
|
height: 1rpx;
|
|
|
background: linear-gradient(to left, #fff, #bbb);
|
|
|
}
|
|
|
|
|
|
.detection_title {
|
|
|
font-size: 26rpx;
|
|
|
font-weight: bold;
|
|
|
color: #222;
|
|
|
margin: 0 30rpx;
|
|
|
font-size: 26rpx;
|
|
|
font-weight: bold;
|
|
|
color: #222;
|
|
|
margin: 0 30rpx;
|
|
|
}
|
|
|
|
|
|
.detection_box {
|
|
|
font-size: 26rpx;
|
|
|
color: #222;
|
|
|
font-size: 26rpx;
|
|
|
color: #222;
|
|
|
}
|
|
|
|
|
|
.detection_img {
|
|
|
margin: 0 auto;
|
|
|
width: 54rpx;
|
|
|
height: 54rpx;
|
|
|
margin: 0 auto;
|
|
|
width: 54rpx;
|
|
|
height: 54rpx;
|
|
|
}
|
|
|
|
|
|
.detection_img image {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
|
.detection_hint {
|
|
|
font-size: 22rpx;
|
|
|
color: #94999a;
|
|
|
text-align: center;
|
|
|
margin-top: 20rpx;
|
|
|
font-size: 22rpx;
|
|
|
color: #94999a;
|
|
|
text-align: center;
|
|
|
margin-top: 20rpx;
|
|
|
}
|
|
|
|
|
|
.itme_list5 {
|
|
|
position: relative;
|
|
|
padding: 45rpx 25rpx 30rpx 25rpx;
|
|
|
box-sizing: border-box;
|
|
|
position: relative;
|
|
|
padding: 45rpx 25rpx 30rpx 25rpx;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
.recommended_box {
|
|
|
width: 150rpx;
|
|
|
height: 45rpx;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
background: #ffda44;
|
|
|
border-radius: 0 0 16rpx 16rpx;
|
|
|
font-size: 22rpx;
|
|
|
color: #333;
|
|
|
position: absolute;
|
|
|
right: 24rpx;
|
|
|
top: 0;
|
|
|
width: 150rpx;
|
|
|
height: 45rpx;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
background: #ffda44;
|
|
|
border-radius: 0 0 16rpx 16rpx;
|
|
|
font-size: 22rpx;
|
|
|
color: #333;
|
|
|
position: absolute;
|
|
|
right: 24rpx;
|
|
|
top: 0;
|
|
|
}
|
|
|
|
|
|
.foretaste_box {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
font-size: 30rpx;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
font-size: 30rpx;
|
|
|
}
|
|
|
|
|
|
.buyer_recommend {
|
|
|
font-size: 22rpx;
|
|
|
color: #94999a;
|
|
|
margin-left: 20rpx;
|
|
|
font-size: 22rpx;
|
|
|
color: #94999a;
|
|
|
margin-left: 20rpx;
|
|
|
}
|
|
|
|
|
|
.buyer_name {
|
|
|
font-size: 30rpx;
|
|
|
color: #222;
|
|
|
font-size: 30rpx;
|
|
|
color: #222;
|
|
|
}
|
|
|
|
|
|
.recommend_content {
|
|
|
background-color: #fafafa;
|
|
|
border-radius: 16rpx;
|
|
|
padding: 25rpx 25rpx 25rpx 25rpx;
|
|
|
margin-top: 30rpx;
|
|
|
font-size: 26rpx;
|
|
|
color: #222;
|
|
|
position: relative;
|
|
|
background-color: #fafafa;
|
|
|
border-radius: 16rpx;
|
|
|
padding: 25rpx 25rpx 25rpx 25rpx;
|
|
|
margin-top: 30rpx;
|
|
|
font-size: 26rpx;
|
|
|
color: #222;
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
.icon-shangyinhao {
|
|
|
font-size: 22rpx;
|
|
|
color: #e3e3e3;
|
|
|
font-size: 22rpx;
|
|
|
color: #e3e3e3;
|
|
|
}
|
|
|
|
|
|
.triangle {
|
|
|
width: 0;
|
|
|
height: 0;
|
|
|
border-left: 60rpx solid #fafafa;
|
|
|
border-top: 30rpx solid transparent;
|
|
|
border-bottom: 30rpx solid transparent;
|
|
|
position: absolute;
|
|
|
top: -30rpx;
|
|
|
left: 50rpx;
|
|
|
width: 0;
|
|
|
height: 0;
|
|
|
border-left: 60rpx solid #fafafa;
|
|
|
border-top: 30rpx solid transparent;
|
|
|
border-bottom: 30rpx solid transparent;
|
|
|
position: absolute;
|
|
|
top: -30rpx;
|
|
|
left: 50rpx;
|
|
|
}
|
|
|
|
|
|
.recommend_character {
|
|
|
margin-left: 10rpx;
|
|
|
margin-left: 10rpx;
|
|
|
}
|
|
|
|
|
|
.ingredients {
|
|
|
margin-top: 40rpx;
|
|
|
margin-top: 40rpx;
|
|
|
}
|
|
|
|
|
|
.ingredients_title {
|
|
|
font-size: 30rpx;
|
|
|
font-weight: bold;
|
|
|
color: #222;
|
|
|
text-align: center;
|
|
|
font-size: 30rpx;
|
|
|
font-weight: bold;
|
|
|
color: #222;
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
.ingredients_img {
|
|
|
width: 280rpx;
|
|
|
height: 280rpx;
|
|
|
width: 280rpx;
|
|
|
height: 280rpx;
|
|
|
}
|
|
|
|
|
|
.ingredients_box {
|
|
|
display: flex;
|
|
|
display: flex;
|
|
|
}
|
|
|
|
|
|
.ingredients_img image {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
|
.ingredients_item {
|
|
|
width: 400rpx;
|
|
|
font-size: 26rpx;
|
|
|
display: flex;
|
|
|
/* margin-left: 34rpx; */
|
|
|
margin-top: 34rpx;
|
|
|
border: 1px solid red;
|
|
|
width: 400rpx;
|
|
|
font-size: 26rpx;
|
|
|
display: flex;
|
|
|
/* margin-left: 34rpx; */
|
|
|
margin-top: 34rpx;
|
|
|
border: 1px solid red;
|
|
|
}
|
|
|
|
|
|
.ingredients_name {
|
|
|
color: #94999a;
|
|
|
width: 80rpx;
|
|
|
color: #94999a;
|
|
|
width: 80rpx;
|
|
|
}
|
|
|
|
|
|
.ingredients_content {
|
|
|
width: 300rpx;
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
margin-left: 30rpx;
|
|
|
border: 1px solid red;
|
|
|
width: 300rpx;
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
margin-left: 30rpx;
|
|
|
border: 1px solid red;
|
|
|
}
|
|
|
|
|
|
.graphic_ingredients_box {
|
|
|
margin-top: 40rpx;
|
|
|
margin-top: 40rpx;
|
|
|
}
|
|
|
|
|
|
.graphic_ingredients {
|
|
|
height: 200rpx;
|
|
|
border: 1rpx solid red;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
background-image: url('http://hifresh.w.bronet.cn/assets/wxapp/keshihua@2x.png');
|
|
|
margin-bottom: 20rpx;
|
|
|
height: 200rpx;
|
|
|
border: 1rpx solid red;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
background-image: url('http://hifresh.w.bronet.cn/assets/wxapp/keshihua@2x.png');
|
|
|
margin-bottom: 20rpx;
|
|
|
}
|
|
|
|
|
|
.graphic_ingredients_background {
|
|
|
width: 450rpx;
|
|
|
height: 110rpx;
|
|
|
background-color: #ffb244;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
width: 450rpx;
|
|
|
height: 110rpx;
|
|
|
background-color: #ffb244;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
|
|
|
.graphic_ingredients_border {
|
|
|
font-size: 38rpx;
|
|
|
color: #fff;
|
|
|
width: 430rpx;
|
|
|
height: 90rpx;
|
|
|
border: 1rpx solid #fff;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
font-size: 38rpx;
|
|
|
color: #fff;
|
|
|
width: 430rpx;
|
|
|
height: 90rpx;
|
|
|
border: 1rpx solid #fff;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
|
|
|
.item_list6 {
|
|
|
padding: 30rpx 25rpx 0rpx;
|
|
|
margin-bottom:120rpx
|
|
|
padding: 30rpx 25rpx 0rpx;
|
|
|
margin-bottom: 120rpx;
|
|
|
}
|
|
|
|
|
|
.collocation_title {
|
|
|
font-size: 30rpx;
|
|
|
font-weight: bold;
|
|
|
color: #222;
|
|
|
margin-bottom: 40rpx;
|
|
|
font-size: 30rpx;
|
|
|
font-weight: bold;
|
|
|
color: #222;
|
|
|
margin-bottom: 40rpx;
|
|
|
}
|
|
|
|
|
|
.collocation {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
flex-wrap: wrap;
|
|
|
margin-top: 39rpx;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
flex-wrap: wrap;
|
|
|
margin-top: 39rpx;
|
|
|
}
|
|
|
|
|
|
.collocation_box {
|
|
|
width: 340rpx;
|
|
|
border: 1rpx solid red;
|
|
|
border-radius: 16rpx;
|
|
|
overflow: hidden;
|
|
|
margin-bottom: 20rpx;
|
|
|
width: 340rpx;
|
|
|
border: 1rpx solid red;
|
|
|
border-radius: 16rpx;
|
|
|
overflow: hidden;
|
|
|
margin-bottom: 20rpx;
|
|
|
}
|
|
|
|
|
|
.collocation_img {
|
|
|
width: 340rpx;
|
|
|
height: 340rpx;
|
|
|
width: 340rpx;
|
|
|
height: 340rpx;
|
|
|
}
|
|
|
|
|
|
.collocation_img image {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
|
.collocation_content {
|
|
|
background: #fafafa;
|
|
|
font-size: 30rpx;
|
|
|
color: #222;
|
|
|
padding: 22rpx;
|
|
|
background: #fafafa;
|
|
|
font-size: 30rpx;
|
|
|
color: #222;
|
|
|
padding: 22rpx;
|
|
|
}
|
|
|
|
|
|
.bottom_btn {
|
|
|
width: 100%;
|
|
|
height: 100rpx;
|
|
|
background: #fff;
|
|
|
display: flex;
|
|
|
justify-content: flex-end;
|
|
|
align-items: center;
|
|
|
position: fixed;
|
|
|
bottom:0;
|
|
|
left: 0;
|
|
|
width: 100%;
|
|
|
height: 100rpx;
|
|
|
background: #fff;
|
|
|
display: flex;
|
|
|
justify-content: flex-end;
|
|
|
align-items: center;
|
|
|
position: fixed;
|
|
|
bottom: 0;
|
|
|
left: 0;
|
|
|
}
|
|
|
|
|
|
.hint_btn {
|
|
|
width: 12%;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
width: 36%;
|
|
|
height: 100%;
|
|
|
padding-left: 25rpx;
|
|
|
}
|
|
|
|
|
|
.shangmianbyn {
|
|
|
display: flex;
|
|
|
height: 30rpx;
|
|
|
margin-top: 19rpx;
|
|
|
}
|
|
|
|
|
|
.shangmianbyi {
|
|
|
height: 18rpx;
|
|
|
margin-top: 12rpx;
|
|
|
line-height: 18rpx;
|
|
|
font-size: 18rpx;
|
|
|
font-family: PingFang SC;
|
|
|
font-weight: 500;
|
|
|
color: rgba(116, 123, 125, 1);
|
|
|
}
|
|
|
|
|
|
.shangmianber {
|
|
|
padding-top: 1rpx;
|
|
|
box-sizing: border-box;
|
|
|
height: 22rpx;
|
|
|
font-size: 22rpx;
|
|
|
font-family: PingFang SC;
|
|
|
font-weight: 800;
|
|
|
color: rgba(93, 194, 72, 1);
|
|
|
line-height: 22rpx;
|
|
|
margin: 8rpx 3rpx 0;
|
|
|
}
|
|
|
|
|
|
.shangmianbsan {
|
|
|
padding-top: 1rpx;
|
|
|
box-sizing: border-box;
|
|
|
height: 30rpx;
|
|
|
font-size: 38rpx;
|
|
|
line-height: 30rpx;
|
|
|
font-family: PingFang SC;
|
|
|
font-weight: 800;
|
|
|
color: rgba(93, 194, 72, 1);
|
|
|
}
|
|
|
|
|
|
.yisheng {
|
|
|
margin-top: 12rpx;
|
|
|
height: 17rpx;
|
|
|
font-size: 18rpx;
|
|
|
font-family: PingFang SC;
|
|
|
font-weight: 500;
|
|
|
color: rgba(116, 123, 125, 1);
|
|
|
line-height: 17rpx;
|
|
|
}
|
|
|
|
|
|
.shop_car {
|
|
|
font-size: 18rpx;
|
|
|
color: #747b7d;
|
|
|
position: relative;
|
|
|
font-size: 18rpx;
|
|
|
color: #747b7d;
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
.cart_count {
|
|
|
position: absolute;
|
|
|
right: 2rpx;
|
|
|
top: 0;
|
|
|
width: 24rpx;
|
|
|
height: 24rpx;
|
|
|
border-radius: 50%;
|
|
|
background: red;
|
|
|
text-align: center;
|
|
|
line-height: 24rpx;
|
|
|
color: #fff;
|
|
|
font-size: 18rpx;
|
|
|
position: absolute;
|
|
|
right: 2rpx;
|
|
|
top: 0;
|
|
|
width: 24rpx;
|
|
|
height: 24rpx;
|
|
|
border-radius: 50%;
|
|
|
background: red;
|
|
|
text-align: center;
|
|
|
line-height: 24rpx;
|
|
|
color: #fff;
|
|
|
font-size: 18rpx;
|
|
|
}
|
|
|
|
|
|
.join_btn {
|
|
|
width: 44%;
|
|
|
height: 100rpx;
|
|
|
background: linear-gradient(to left, #ffda44, #ffb244);
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
font-size: 26rpx;
|
|
|
color: #fff;
|
|
|
width: 32%;
|
|
|
height: 100rpx;
|
|
|
background: linear-gradient(to left, #ffda44, #ffb244);
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
font-size: 26rpx;
|
|
|
color: #fff;
|
|
|
}
|
|
|
|
|
|
.immediately_btn {
|
|
|
width: 44%;
|
|
|
height: 100rpx;
|
|
|
background: linear-gradient(to left, #f99115, #f56800);
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
font-size: 26rpx;
|
|
|
color: #fff;
|
|
|
width: 32%;
|
|
|
height: 100rpx;
|
|
|
background: linear-gradient(to left, #f99115, #f56800);
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
font-size: 26rpx;
|
|
|
color: #fff;
|
|
|
}
|
|
|
|
|
|
.tips{
|
|
|
padding: 0 25rpx;
|
|
|
box-sizing: border-box;
|
|
|
.tips {
|
|
|
padding: 0 25rpx;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
.tips_content{
|
|
|
margin-top: 30rpx;
|
|
|
line-height: 40rpx;
|
|
|
|
|
|
.tips_content {
|
|
|
margin-top: 30rpx;
|
|
|
line-height: 40rpx;
|
|
|
}
|
|
|
|
|
|
.item_list7 {
|
|
|
height: 368rpx;
|
|
|
background: rgba(255, 255, 255, 1);
|
|
|
border-radius: 16rpx;
|
|
|
box-shadow: 15rpx 0rpx 30rpx rgba(214, 214, 214, 0.6);
|
|
|
font-size: 26rpx;
|
|
|
color: #222;
|
|
|
margin: 0 auto;
|
|
|
margin-bottom: 20rpx;
|
|
|
padding: 34rpx 49rpx;
|
|
|
height: 368rpx;
|
|
|
background: rgba(255, 255, 255, 1);
|
|
|
border-radius: 16rpx;
|
|
|
box-shadow: 15rpx 0rpx 30rpx rgba(214, 214, 214, 0.6);
|
|
|
font-size: 26rpx;
|
|
|
color: #222;
|
|
|
margin: 0 auto;
|
|
|
margin-bottom: 20rpx;
|
|
|
padding: 34rpx 49rpx;
|
|
|
}
|
|
|
|
|
|
/**/
|
|
|
|
|
|
.product_list{
|
|
|
.product_list {
|
|
|
padding: 0 25rpx;
|
|
|
flex: 1;
|
|
|
overflow-y: scroll;
|
|
|
background: #fff;
|
|
|
margin-bottom:120rpx
|
|
|
margin-bottom: 120rpx;
|
|
|
}
|
|
|
.singlepart{
|
|
|
border-top: 22rpx solid #FAFAFA;
|
|
|
|
|
|
.singlepart {
|
|
|
border-top: 22rpx solid #fafafa;
|
|
|
padding-bottom: 100rpx;
|
|
|
box-sizing: border-box
|
|
|
}
|
|
|
.single_part_top{
|
|
|
|
|
|
.single_part_top {
|
|
|
height: 90rpx;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
font-size: 24rpx;
|
|
|
color: #888;
|
|
|
border-bottom: 1rpx solid #EDEDED;
|
|
|
border-bottom: 1rpx solid #ededed;
|
|
|
}
|
|
|
.single_part_right,.single_part_left{
|
|
|
|
|
|
.single_part_right, .single_part_left {
|
|
|
display: flex;
|
|
|
}
|
|
|
.single_part_left{
|
|
|
color: #222222;
|
|
|
|
|
|
.single_part_left {
|
|
|
color: #222;
|
|
|
font-size: 30rpx;
|
|
|
font-weight: 800;
|
|
|
}
|
|
|
.single_part_left_icon{
|
|
|
color: #EDEDED;
|
|
|
|
|
|
.single_part_left_icon {
|
|
|
color: #ededed;
|
|
|
font-size: 40rpx;
|
|
|
margin-right: 24rpx;
|
|
|
}
|
|
|
.single_part_left_icon.active{
|
|
|
color:#FFDA44
|
|
|
|
|
|
.single_part_left_icon.active {
|
|
|
color: #ffda44;
|
|
|
}
|
|
|
.single_part_item{
|
|
|
|
|
|
.single_part_item {
|
|
|
display: flex;
|
|
|
margin: 50rpx 0 50rpx;
|
|
|
height: 140rpx;
|
|
|
align-items: center;
|
|
|
border-bottom:1rpx solid #fafafa;
|
|
|
border-bottom: 1rpx solid #fafafa;
|
|
|
}
|
|
|
.single_part_item:last-child{
|
|
|
border:0
|
|
|
|
|
|
.single_part_item:last-child {
|
|
|
border: 0;
|
|
|
}
|
|
|
.iconfonts{
|
|
|
|
|
|
.iconfonts {
|
|
|
font-size: 40rpx;
|
|
|
color: #EDEDED;
|
|
|
color: #ededed;
|
|
|
}
|
|
|
.iconfonts.active{
|
|
|
color:#FFDA44
|
|
|
|
|
|
.iconfonts.active {
|
|
|
color: #ffda44;
|
|
|
}
|
|
|
.single_part_imgbox{
|
|
|
|
|
|
.single_part_imgbox {
|
|
|
width: 140rpx;
|
|
|
height: 140rpx;
|
|
|
overflow: hidden;
|
...
|
...
|
@@ -752,81 +824,94 @@ page { |
|
|
margin-right: 40rpx;
|
|
|
}
|
|
|
|
|
|
.single_part_imgbox image{
|
|
|
.single_part_imgbox image {
|
|
|
width: 100%;
|
|
|
}
|
|
|
.single_part_detail{
|
|
|
flex:1;
|
|
|
|
|
|
.single_part_detail {
|
|
|
flex: 1;
|
|
|
height: 100%;
|
|
|
display: flex;
|
|
|
flex-flow: column;
|
|
|
margin-top:-20rpx;
|
|
|
margin-top: -20rpx;
|
|
|
}
|
|
|
.product_action{
|
|
|
|
|
|
.product_action {
|
|
|
font-size: 28rpx;
|
|
|
color: #333;
|
|
|
line-height: 1;
|
|
|
}
|
|
|
.product_title{
|
|
|
|
|
|
.product_title {
|
|
|
color: #333;
|
|
|
font-size: 28rpx;
|
|
|
margin-bottom: 4rpx;
|
|
|
margin-top:-16rpx;
|
|
|
margin-top: -16rpx;
|
|
|
}
|
|
|
|
|
|
.product_type {
|
|
|
height: 30rpx;
|
|
|
overflow: hidden;
|
|
|
height: 30rpx;
|
|
|
overflow: hidden;
|
|
|
color: #888;
|
|
|
font-size: 24rpx;
|
|
|
margin-bottom:2rpx;
|
|
|
margin-bottom: 2rpx;
|
|
|
}
|
|
|
.save_after{
|
|
|
color:#888;
|
|
|
margin-right:6rpx;
|
|
|
|
|
|
.save_after {
|
|
|
color: #888;
|
|
|
margin-right: 6rpx;
|
|
|
}
|
|
|
|
|
|
.product_types {
|
|
|
color: #888;
|
|
|
font-size: 24rpx;
|
|
|
margin-bottom:12rpx;
|
|
|
float: left
|
|
|
margin-bottom: 12rpx;
|
|
|
float: left;
|
|
|
}
|
|
|
.dayuya{
|
|
|
width: 100rpx;
|
|
|
height: 100rpx;
|
|
|
font-size: 120rpx
|
|
|
|
|
|
.dayuya {
|
|
|
width: 100rpx;
|
|
|
height: 100rpx;
|
|
|
font-size: 120rpx;
|
|
|
}
|
|
|
.product_action{
|
|
|
|
|
|
.product_action {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
.price{
|
|
|
|
|
|
.price {
|
|
|
font-size: 24rpx;
|
|
|
color: #FF4444;
|
|
|
color: #f44;
|
|
|
}
|
|
|
.detail_price{
|
|
|
|
|
|
.detail_price {
|
|
|
font-size: 34rpx;
|
|
|
font-weight: bold;
|
|
|
margin-right:6rpx;
|
|
|
margin-left:-10rpx;
|
|
|
margin-right: 6rpx;
|
|
|
margin-left: -10rpx;
|
|
|
}
|
|
|
.action_box{
|
|
|
|
|
|
.action_box {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
font-size: 30rpx;
|
|
|
}
|
|
|
|
|
|
.action_btn {
|
|
|
display: flex;
|
|
|
height: 38rpx;
|
|
|
width: 38rpx;
|
|
|
border-radius: 50%;
|
|
|
border: 1rpx solid #94999A;
|
|
|
border: 1rpx solid #94999a;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
font-size: 30rpx;
|
|
|
}
|
|
|
.choose_sku{
|
|
|
width: 100%;
|
|
|
color: #888;
|
|
|
|
|
|
.choose_sku {
|
|
|
width: 100%;
|
|
|
color: #888;
|
|
|
font-size: 24rpx;
|
|
|
display: flex;
|
|
|
/* justify-content: space-between */
|
...
|
...
|
@@ -835,210 +920,214 @@ page { |
|
|
/*购物车添加状态*/
|
|
|
|
|
|
.cart_mask {
|
|
|
position: fixed;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
background: rgba(0, 0, 0, 0.8);
|
|
|
z-index: 9999999;
|
|
|
position: fixed;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
background: rgba(0, 0, 0, 0.8);
|
|
|
z-index: 9999999;
|
|
|
}
|
|
|
|
|
|
.cart_mask_diceng {
|
|
|
width: 80%;
|
|
|
/* min-height: 550rpx; */
|
|
|
position: absolute;
|
|
|
top: 50%;
|
|
|
margin-left: 10%;
|
|
|
transform: translateY(-50%);
|
|
|
background: rgba(255, 255, 255, 1);
|
|
|
border-radius: 10px;
|
|
|
padding-top: 20rpx;
|
|
|
padding-bottom: 130rpx;
|
|
|
width: 80%;
|
|
|
/* min-height: 550rpx; */
|
|
|
position: absolute;
|
|
|
top: 50%;
|
|
|
margin-left: 10%;
|
|
|
transform: translateY(-50%);
|
|
|
background: rgba(255, 255, 255, 1);
|
|
|
border-radius: 10px;
|
|
|
padding-top: 20rpx;
|
|
|
padding-bottom: 130rpx;
|
|
|
}
|
|
|
|
|
|
.goods_name {
|
|
|
font-size: 30rpx;
|
|
|
font-family: PingFang-SC-Bold;
|
|
|
font-weight: bold;
|
|
|
color: rgba(51, 51, 51, 1);
|
|
|
line-height: 36rpx;
|
|
|
text-align: center;
|
|
|
margin-top: 30rpx;
|
|
|
font-size: 30rpx;
|
|
|
font-family: PingFang-SC-Bold;
|
|
|
font-weight: bold;
|
|
|
color: rgba(51, 51, 51, 1);
|
|
|
line-height: 36rpx;
|
|
|
text-align: center;
|
|
|
margin-top: 30rpx;
|
|
|
}
|
|
|
|
|
|
.weight {
|
|
|
height: 100rpx;
|
|
|
margin-top: 34rpx;
|
|
|
/* margin-bottom:44rpx; */
|
|
|
padding: 0 47rpx 0 36rpx;
|
|
|
box-sizing: border-box;
|
|
|
height: 100rpx;
|
|
|
margin-top: 34rpx;
|
|
|
/* margin-bottom:44rpx; */
|
|
|
padding: 0 47rpx 0 36rpx;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
.weight_view {
|
|
|
font-size: 26rpx;
|
|
|
font-family: PingFang-SC-Medium;
|
|
|
font-weight: 500;
|
|
|
color: rgba(51, 51, 51, 1);
|
|
|
line-height: 36rpx;
|
|
|
font-size: 26rpx;
|
|
|
font-family: PingFang-SC-Medium;
|
|
|
font-weight: 500;
|
|
|
color: rgba(51, 51, 51, 1);
|
|
|
line-height: 36rpx;
|
|
|
}
|
|
|
|
|
|
.quality {
|
|
|
margin-top: 24rpx;
|
|
|
margin-top: 24rpx;
|
|
|
}
|
|
|
|
|
|
.quality_left {
|
|
|
width: 150rpx;
|
|
|
height: 50rpx;
|
|
|
margin-bottom: 20rpx;
|
|
|
background: rgba(247, 247, 247, 1);
|
|
|
border-radius: 10rpx;
|
|
|
text-align: center;
|
|
|
line-height: 50rpx;
|
|
|
font-size: 26rpx;
|
|
|
font-family: FZY3JW--GB1-0;
|
|
|
font-weight: 400;
|
|
|
color: rgba(26, 26, 26, 1);
|
|
|
float: left;
|
|
|
margin-right: 20rpx;
|
|
|
width: 150rpx;
|
|
|
height: 50rpx;
|
|
|
margin-bottom: 20rpx;
|
|
|
background: rgba(247, 247, 247, 1);
|
|
|
border-radius: 10rpx;
|
|
|
text-align: center;
|
|
|
line-height: 50rpx;
|
|
|
font-size: 26rpx;
|
|
|
font-family: FZY3JW--GB1-0;
|
|
|
font-weight: 400;
|
|
|
color: rgba(26, 26, 26, 1);
|
|
|
float: left;
|
|
|
margin-right: 20rpx;
|
|
|
}
|
|
|
|
|
|
.quality_left.active {
|
|
|
background: rgba(255, 218, 68, 1);
|
|
|
background: rgba(255, 218, 68, 1);
|
|
|
}
|
|
|
|
|
|
.last_box {
|
|
|
width: 100%;
|
|
|
height: 110rpx;
|
|
|
background: rgba(247, 247, 247, 1);
|
|
|
border-radius: 0px 0px 10px 10px;
|
|
|
margin-top: 100rpx;
|
|
|
padding: 18rpx 0 0 51rpx;
|
|
|
box-sizing: border-box;
|
|
|
position: absolute;
|
|
|
bottom: 0;
|
|
|
width: 100%;
|
|
|
height: 110rpx;
|
|
|
background: rgba(247, 247, 247, 1);
|
|
|
border-radius: 0px 0px 10px 10px;
|
|
|
margin-top: 100rpx;
|
|
|
padding: 18rpx 0 0 51rpx;
|
|
|
box-sizing: border-box;
|
|
|
position: absolute;
|
|
|
bottom: 0;
|
|
|
}
|
|
|
|
|
|
.last_box_top {
|
|
|
font-size: 26rpx;
|
|
|
font-size: 26rpx;
|
|
|
}
|
|
|
|
|
|
.last_box_top_price {
|
|
|
display: flex;
|
|
|
color: #f44;
|
|
|
line-height: 36rpx;
|
|
|
font-family: PingFang-SC-Bold;
|
|
|
font-weight: bold;
|
|
|
display: flex;
|
|
|
color: #f44;
|
|
|
line-height: 36rpx;
|
|
|
font-family: PingFang-SC-Bold;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
|
|
|
.last_box_top_price text {
|
|
|
color: #333;
|
|
|
font-size: 18rpx;
|
|
|
margin-left: 10rpx;
|
|
|
color: #333;
|
|
|
font-size: 18rpx;
|
|
|
margin-left: 10rpx;
|
|
|
}
|
|
|
|
|
|
.member_price {
|
|
|
color: rgba(187, 138, 54, 1);
|
|
|
color: rgba(187, 138, 54, 1);
|
|
|
}
|
|
|
|
|
|
.member {
|
|
|
text-align: center;
|
|
|
font-family: PingFang-SC-Medium;
|
|
|
margin-left: 24rpx;
|
|
|
background: linear-gradient(-90deg, rgba(244, 243, 200, 1), rgba(250, 216, 90, 1));
|
|
|
border-radius: 5px;
|
|
|
color: rgba(187, 138, 54, 1);
|
|
|
padding: 4rpx -2rpx;
|
|
|
box-sizing: border-box;
|
|
|
/* margin-top:8rpx; */
|
|
|
font-size: 18rpx;
|
|
|
font-weight: 400;
|
|
|
text-align: center;
|
|
|
font-family: PingFang-SC-Medium;
|
|
|
margin-left: 24rpx;
|
|
|
background: linear-gradient(-90deg, rgba(244, 243, 200, 1), rgba(250, 216, 90, 1));
|
|
|
border-radius: 5px;
|
|
|
color: rgba(187, 138, 54, 1);
|
|
|
padding: 4rpx -2rpx;
|
|
|
box-sizing: border-box;
|
|
|
/* margin-top:8rpx; */
|
|
|
font-size: 18rpx;
|
|
|
font-weight: 400;
|
|
|
}
|
|
|
|
|
|
.purchase {
|
|
|
width: 160rpx;
|
|
|
height: 50rpx;
|
|
|
background: rgba(255, 218, 68, 1);
|
|
|
border-radius: 25rpx;
|
|
|
font-size: 24rpx;
|
|
|
font-family: PingFang-SC-Medium;
|
|
|
font-weight: 500;
|
|
|
color: rgba(26, 26, 26, 1);
|
|
|
line-height: 50rpx;
|
|
|
text-align: center;
|
|
|
position: absolute;
|
|
|
right: 36rpx;
|
|
|
top: 30rpx;
|
|
|
width: 160rpx;
|
|
|
height: 50rpx;
|
|
|
background: rgba(255, 218, 68, 1);
|
|
|
border-radius: 25rpx;
|
|
|
font-size: 24rpx;
|
|
|
font-family: PingFang-SC-Medium;
|
|
|
font-weight: 500;
|
|
|
color: rgba(26, 26, 26, 1);
|
|
|
line-height: 50rpx;
|
|
|
text-align: center;
|
|
|
position: absolute;
|
|
|
right: 36rpx;
|
|
|
top: 30rpx;
|
|
|
}
|
|
|
|
|
|
.jiajian {
|
|
|
width: 120rpx;
|
|
|
height: 50rpx;
|
|
|
position: absolute;
|
|
|
right: 200rpx;
|
|
|
top: 40rpx;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
width: 120rpx;
|
|
|
height: 50rpx;
|
|
|
position: absolute;
|
|
|
right: 200rpx;
|
|
|
top: 40rpx;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
|
|
|
.dec_num {
|
|
|
width: 32rpx;
|
|
|
height: 32rpx;
|
|
|
border-radius: 50%;
|
|
|
background: #ffda44;
|
|
|
font-size: 32rpx;
|
|
|
color: #fff;
|
|
|
font-weight: bold;
|
|
|
text-align: center;
|
|
|
line-height: 32rpx;
|
|
|
width: 32rpx;
|
|
|
height: 32rpx;
|
|
|
border-radius: 50%;
|
|
|
background: #ffda44;
|
|
|
font-size: 32rpx;
|
|
|
color: #fff;
|
|
|
font-weight: bold;
|
|
|
text-align: center;
|
|
|
line-height: 32rpx;
|
|
|
}
|
|
|
|
|
|
.numnum {
|
|
|
width: 32rpx;
|
|
|
height: 32rpx;
|
|
|
text-align: center;
|
|
|
line-height: 32rpx;
|
|
|
font-size: 30rpx;
|
|
|
font-family: PingFang-SC-Medium;
|
|
|
font-weight: 500;
|
|
|
color: rgba(102, 102, 102, 1);
|
|
|
width: 32rpx;
|
|
|
height: 32rpx;
|
|
|
text-align: center;
|
|
|
line-height: 32rpx;
|
|
|
font-size: 30rpx;
|
|
|
font-family: PingFang-SC-Medium;
|
|
|
font-weight: 500;
|
|
|
color: rgba(102, 102, 102, 1);
|
|
|
}
|
|
|
|
|
|
.close_jump_cart {
|
|
|
position: absolute;
|
|
|
top: 24rpx;
|
|
|
right: 24rpx;
|
|
|
color: #ededed;
|
|
|
font-size: 36rpx;
|
|
|
position: absolute;
|
|
|
top: 24rpx;
|
|
|
right: 24rpx;
|
|
|
color: #ededed;
|
|
|
font-size: 36rpx;
|
|
|
}
|
|
|
|
|
|
.pickage_display {
|
|
|
font-size: 24rpx;
|
|
|
color: #f44;
|
|
|
margin-top: 47rpx;
|
|
|
font-size: 24rpx;
|
|
|
color: #f44;
|
|
|
margin-top: 47rpx;
|
|
|
}
|
|
|
|
|
|
.money_icon2 {
|
|
|
font-size: 22rpx;
|
|
|
color: #f44;
|
|
|
font-size: 22rpx;
|
|
|
color: #f44;
|
|
|
}
|
|
|
|
|
|
.money2 {
|
|
|
font-size: 38rpx;
|
|
|
font-weight: bold;
|
|
|
color: #f44;
|
|
|
font-size: 38rpx;
|
|
|
font-weight: bold;
|
|
|
color: #f44;
|
|
|
}
|
|
|
|
|
|
/*团购样式*/
|
|
|
.banner_box_group{
|
|
|
width:700rpx;
|
|
|
height:45rpx;
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
bottom: 0;
|
|
|
background: linear-gradient(to right,#ffda44,transparent);
|
|
|
padding-left:26rpx;
|
|
|
z-index: 999;
|
|
|
font-size:26rpx;
|
|
|
font-family:PingFang-SC-Medium;
|
|
|
font-weight:500;
|
|
|
color:rgba(255,255,255,1);
|
|
|
line-height:45rpx;
|
|
|
} |
|
|
\ No newline at end of file |
|
|
|
|
|
.banner_box_group {
|
|
|
width: 700rpx;
|
|
|
height: 45rpx;
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
bottom: 0;
|
|
|
background: linear-gradient(to right, #ffda44, transparent);
|
|
|
padding-left: 26rpx;
|
|
|
z-index: 999;
|
|
|
font-size: 26rpx;
|
|
|
font-family: PingFang-SC-Medium;
|
|
|
font-weight: 500;
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
line-height: 45rpx;
|
|
|
} |
...
|
...
|
|