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.

539 lines
8.1 KiB

5 years ago
/* pages/info/sceneProductInfo/index.wxss */
page {
background: #f2f2f2;
}
5 years ago
.swiper {
width: 100%;
height: 400rpx;
}
5 years ago
.swiper image {
height: 400rpx;
display: block;
width: 100%;
}
5 years ago
.top-info {
border-radius: 20rpx 20rpx 0 0;
background: white;
position: relative;
z-index: 1;
margin-top: -20rpx;
padding: 20rpx 40rpx;
}
5 years ago
.top-info .title {
font-size: 32rpx;
font-weight: 500;
color: #000;
}
5 years ago
.tags-box {
margin-top: 10rpx;
margin-bottom: 20rpx;
display: flex;
align-items: center;
color: #0B898E;
font-size: 27rpx;
height: 50rpx;
}
5 years ago
.tags-box .tag {
position: relative;
line-height: 20rpx;
font-size: 20rpx;
font-weight: 500;
line-height: 50rpx;
margin-right: 10rpx;
}
5 years ago
.tags-box .tag .line {
content: "1";
display: block;
font-size: 0;
position: absolute;
left: 0;
right: 0;
background: #DAF3E9;
height: 8rpx;
top: 30rpx;
z-index: -1;
}
5 years ago
.tags-text {
flex: 1;
text-align: right;
}
5 years ago
.tags-box .iconfont {
margin-left: 4rpx;
font-size: 24rpx;
}
5 years ago
.address-box {
justify-content: space-between;
margin-top: 0;
}
5 years ago
.info-address {
color: #666;
font-size: 27rpx;
margin-bottom: 0rpx;
line-height: 40rpx;
}
5 years ago
.address-box .iconfont {
font-size: 34rpx;
}
5 years ago
.box {
margin: 20rpx;
background: white;
border-radius: 13rpx;
}
5 years ago
.box-top {
line-height: 95rpx;
border-bottom: 1rpx solid #d9d9d9;
font-weight: 500;
color: #000;
font-size: 35rpx;
padding: 0 20rpx;
}
5 years ago
.product-item {
margin: 0 20rpx;
padding: 27rpx 0;
border-bottom: 1rpx solid #ccc;
}
5 years ago
.skutitle {
font-size: 29rpx;
color: #333;
font-weight: 500;
}
5 years ago
.product-box {
display: flex;
align-items: flex-end;
justify-content: space-between;
margin-top: 20rpx;
}
5 years ago
.product-left {
flex: 1;
}
5 years ago
.product-tags {
display: flex;
align-items: center;
}
5 years ago
.product-tag {
font-size: 20rpx;
color: #0B898E;
border-radius: 16rpx;
line-height: 30rpx;
border: 1rpx solid;
padding: 0 15rpx;
margin-right: 13rpx;
}
5 years ago
.product-tags .product-tags:last-child {
margin-right: 0;
}
5 years ago
.order-tip-text {
margin-top: 33rpx;
font-size: 24rpx;
color: #666;
}
5 years ago
.product-right {
text-align: center;
flex-shrink: 0;
}
5 years ago
.product-right .price {
color: #D62828;
font-size: 24rpx;
margin-bottom: 20rpx;
}
.product-right .price text:nth-child(2) {
5 years ago
font-weight: 500;
font-size: 33rpx;
}
.product-right .price text:nth-child(3) {
5 years ago
color: #8D8D8D;
font-size: 20rpx;
}
5 years ago
.product-right .btn {
background: #D62828;
color: #fff;
border-radius: 30px;
line-height: 60rpx;
font-size: 29rpx;
font-weight: 500;
width: 176rpx;
}
4 years ago
.product-right .btn.disable {
background: #ccc;
}
5 years ago
.box .product-item:last-child {
border-bottom: none;
}
5 years ago
.box-top .iconfont {
color: #0B898E;
font-size: 33rpx;
margin-right: 16rpx;
}
5 years ago
.empty-box {
text-align: center;
padding: 40rpx 0;
font-size: 23rpx;
color: #333;
}
5 years ago
.empty-btn {
margin: 0 auto;
margin-top: 30rpx;
width: 283rpx;
line-height: 79rpx;
border: 1rpx solid #0B898E;
border-radius: 39rpx;
color: #0B898E;
font-size: 32rpx;
margin-bottom: 10rpx;
}
5 years ago
.box-top .score {
color: #D62828;
font-size: 30rpx;
font-weight: 400;
margin-left: 11rpx;
}
5 years ago
.product-comment {
margin: 0 20rpx;
border-bottom: 1rpx solid #ccc;
padding: 33rpx 0;
}
5 years ago
.product-comment-top {
display: flex;
justify-content: space-between;
color: #999999;
align-items: center;
font-size: 24rpx;
}
5 years ago
.product-comment-top image {
flex-shrink: 0;
width: 57rpx;
height: 57rpx;
border-radius: 50%;
}
5 years ago
.product-comment-top .comment-info {
flex: 1;
margin: 0 15rpx;
color: #666;
font-size: 21rpx;
}
5 years ago
.product-comment-top .comment-info .iconfont {
color: #D62828;
font-size: 22rpx;
}
.product-comment-top .comment-info .iconfont text {
5 years ago
margin-right: 6rpx;
}
5 years ago
.comment-content {
margin-left: 72rpx;
margin-top: 36rpx;
font-size: 28rpx;
color: #000;
}
5 years ago
.more-comment-btn {
line-height: 93rpx;
margin-right: 20rpx;
text-align: right;
color: #999;
font-size: 27rpx;
font-weight: 500;
}
5 years ago
.more-comment-btn .iconfont {
margin-left: 6rpx;
font-size: 24rpx;
}
5 years ago
.all-comment-num {
float: right;
color: #999999;
font-size: 27rpx;
font-weight: 400;
}
5 years ago
.ask-list .ask-item:nth-child(1) {
margin-top: 40rpx;
}
5 years ago
.ask-item {
padding: 0 25rpx;
margin-bottom: 40rpx;
}
5 years ago
.item-ques {
display: flex;
color: #000;
align-items: center;
font-size: 29rpx;
line-height: 38rpx;
}
5 years ago
.item-ques image {
width: 36rpx;
margin-right: 18rpx;
flex-shrink: 0;
}
5 years ago
.item-ques .ques {
font-size: 32rpx;
font-weight: 500;
flex: 1;
}
5 years ago
.ques-tip {
margin-left: 54rpx;
color: #999999;
font-size: 24rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
5 years ago
.ans-number {
color: #0B898E;
font-size: 28rpx;
}
5 years ago
.ans-number .iconfont {
font-size: 28rpx;
}
.icon-xin,
.icon-shoucang {
5 years ago
position: absolute;
right: 100rpx;
5 years ago
margin-top: 20rpx;
width: 60rpx;
line-height: 60rpx;
background: rgba(0, 0, 0, 0.4);
border-radius: 50%;
text-align: center;
color: #fff;
font-size: 36rpx;
z-index: 1;
}
5 years ago
.icon-shoucang {
color: #D62828;
}
5 years ago
.ques-num {
flex-shrink: 0;
margin-left: 10rpx;
font-size: 29rpx;
color: #999;
font-weight: 400;
}
5 years ago
.audio-box {
display: flex;
align-items: center;
position: absolute;
left: 0;
height: 64rpx;
background: rgba(0, 0, 0, 0.4);
color: #fafafa;
width: 211rpx;
justify-content: center;
border-radius: 0 32rpx 32rpx 0;
margin-top: 282rpx;
font-size: 31rpx;
z-index: 1;
}
5 years ago
.audio-box image {
width: 45rpx;
display: block;
margin-left: 10rpx;
}
.mask-content {
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 100%;
}
.mask-content .icon-close {
position: absolute;
right: 40rpx;
top: 40rpx;
}
.share-img-box {
/* width: 551rpx; */
position: static;
background: none;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.share-img {
display: block;
width: 551rpx;
}
.share-tips {
width: 426rpx;
height: 150rpx;
background: #FFFFFF;
border-radius: 25rpx;
margin-top: 25rpx;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 65rpx;
color: #999;
font-size: 24rpx;
text-align: center;
line-height: 40rpx;
}
.share-tips .img {
display: block;
width: 55rpx;
margin: 0 auto;
margin-bottom: 4rpx;
}
.tipimg {
position: absolute;
left: 50%;
margin-left: 16rpx;
width: 24rpx;
height: 24rpx;
background: #D62828;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
top: 34rpx;
}
.tipimg image {
width: 21rpx;
display: block;
}
.save-btn {
width: 403rpx;
line-height: 77rpx;
background: #D62828;
border-radius: 39rpx;
text-align: center;
color: #fff;
font-size: 31rpx;
font-weight: 500;
margin-top: 50rpx;
4 years ago
}
4 years ago
.status-text {
position: absolute;
right: 0;
top: 22rpx;
width: 140rpx;
line-height: 47rpx;
background: rgba(11, 137, 142, .1);
text-align: center;
color: #0B898E;
font-size: 25rpx;
font-weight: bold;
border-radius: 23rpx 0px 0px 23rpx;
}
4 years ago
.status-text.disable {
width: 120rpx;
background: rgba(51, 51, 51, .1);
color: #666666;
}
.allowance-box {
height: 113rpx;
background: url("https://sz-qd.oss-cn-hangzhou.aliyuncs.com/uploads/20220606/0b2895725088c04fb182e09ec186f895.png");
background-size: 100% auto;
background-repeat: no-repeat;
padding: 30rpx 30rpx 10rpx;
font-size: 24rpx;
color: #FFFFFF;
position: relative;
display: flex;
justify-content: start;
align-items: baseline;
}
.allowance-box .com-price {
font-size: 30rpx;
color: #FFFFFF;
}
.allowance-box .com-price:before {
font-size: 18rpx;
color: #FFFFFF;
}
.allowance-box .com-price:after {
font-size: 18rpx;
color: #FFFFFF;
}
.allowance-box .yellow {
color: #DF2115;
padding: 8rpx 14rpx;
background-color: #FDEDD4;
margin-left: 20rpx;
border-radius: 30rpx;
}
.mask-allowance .mask-content {
margin: auto;
width: auto;
top: initial;
bottom: initial;
padding: 20rpx;
width: 80%;
}
.mask-allowance .mask-content .rule-title {
text-align: center;
margin-bottom: 20rpx;
5 years ago
}