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.

1093 lines
18 KiB

5 years ago
/* pages/info/sceneProductInfo/index.wxss */
page {
background: #f8f8f8;
5 years ago
}
5 years ago
.swiper {
width: 100%;
height: 400rpx;
}
8 months ago
.swiper image,.swiper video {
5 years ago
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 {
8 months ago
font-size: 37rpx;
font-weight: bold;
5 years ago
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;
8 months ago
font-weight: bold;
font-size: 21rpx;
color: #0B898E;
5 years ago
margin-right: 10rpx;
8 months ago
padding: 6rpx 7rpx;
border-radius: 10rpx;
border: 1px solid #0B898E;
5 years ago
}
8 months ago
.address-box {
display: flex;
margin-top: 20rpx;
height: 100rpx;
background: rgba(11, 137, 142, 0.06);
border-radius: 13rpx;
padding: 15rpx 13rpx;
box-sizing: border-box;
5 years ago
}
8 months ago
.address-text{
flex: 1;
width: 1rpx;
padding-right: 26rpx;
display: flex;
flex-direction: column;
justify-content: space-between;
5 years ago
}
.info-address {
8 months ago
font-weight: bold;
font-size: 27rpx;
color: #000000;
5 years ago
}
8 months ago
.sub-info-address{
font-weight: 500;
font-size: 24rpx;
color: #666666;
}
.address-box .iconfont{
font-weight: 500;
font-size: 24rpx;
color: #0B898E;
flex-shrink: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
}
.address-box .iconfont image{
width: 33rpx;
height: 33rpx;
}
.address-box.true-address{
background-image: url("https://static.ticket.sz-trip.com/uploads/20250808/2f37b2d618091c22ed5d6a330fd742e4.png");
background-size: 100% 100%;
background-repeat: no-repeat;
5 years ago
}
5 years ago
.box {
margin: 20rpx;
2 years ago
/* background: white; */
5 years ago
border-radius: 13rpx;
}
5 years ago
.box-top {
line-height: 95rpx;
2 years ago
/* border-bottom: 1rpx solid #d9d9d9; */
5 years ago
font-weight: 500;
color: #000;
font-size: 35rpx;
padding: 0 20rpx;
}
5 years ago
.product-item {
2 years ago
/* margin: 0 20rpx; */
padding: 33rpx 26rpx 30rpx;
/* border-bottom: 1rpx solid #ccc; */
background-color: rgba(11,137,142, .06);
border-radius: 13rpx;
margin-bottom: 18rpx;
5 years ago
}
5 years ago
.skutitle {
2 years ago
font-family: PingFang SC;
5 years ago
font-weight: 500;
2 years ago
font-size: 31rpx;
color: #000000;
5 years ago
}
5 years ago
.product-box {
display: flex;
align-items: flex-end;
justify-content: space-between;
2 years ago
margin-top: 13rpx;
/* margin-top: 20rpx; */
5 years ago
}
5 years ago
.product-left {
flex: 1;
}
5 years ago
.product-tags {
display: flex;
align-items: center;
}
5 years ago
.product-tag {
2 years ago
/* font-size: 20rpx;
5 years ago
color: #0B898E;
border-radius: 16rpx;
line-height: 30rpx;
2 years ago
border: 1rpx solid; */
/* padding: 0 15rpx; */
5 years ago
margin-right: 13rpx;
2 years ago
font-family: PingFang SC;
font-weight: 400;
font-size: 23rpx;
color: #666666;
5 years ago
}
5 years ago
.product-tags .product-tags:last-child {
margin-right: 0;
}
5 years ago
.order-tip-text {
8 months ago
font-weight: 500;
font-size: 23rpx;
color: #FFFFFF;
2 years ago
margin-top: 18rpx;
8 months ago
width: 152rpx;
height: 40rpx;
border-radius: 4rpx;
background: #0B898E;
text-align: center;
line-height: 40rpx;
5 years ago
}
5 years ago
.product-right {
text-align: center;
flex-shrink: 0;
2 years ago
display: flex;
align-items: center;
5 years ago
}
5 years ago
.product-right .price {
2 years ago
font-weight: 500;
5 years ago
color: #D62828;
font-size: 24rpx;
2 years ago
/* margin-bottom: 20rpx; */
margin-right: 19rpx;
5 years ago
}
.product-right .price text:nth-child(2) {
5 years ago
font-weight: 500;
2 years ago
font-size: 36rpx;
5 years ago
}
.product-right .price text:nth-child(3) {
5 years ago
color: #8D8D8D;
font-size: 20rpx;
}
5 years ago
.product-right .btn {
2 years ago
/* background: #D62828;
5 years ago
color: #fff;
border-radius: 30px;
line-height: 60rpx;
font-size: 29rpx;
font-weight: 500;
2 years ago
width: 176rpx; */
width: 93rpx;
height: 80rpx;
8 months ago
background: #D62828;
2 years ago
border-radius: 13rpx;
font-weight: 500;
font-size: 31rpx;
color: #FFFFFF;
text-align: center;
line-height: 80rpx;
5 years ago
}
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;
margin-top: 6rpx;
5 years ago
}
.product-comment-top .comment-info .iconfont text {
5 years ago
margin-right: 6rpx;
}
5 years ago
.comment-content {
margin-left:10rpx;
5 years ago
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;
font-family: PingFang SC !important;
5 years ago
}
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;
}
4 years ago
/* .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;
4 years ago
} */
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;
10 months ago
background: url("https://static.ticket.sz-trip.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;
4 years ago
}
.fixed-bottom {
position: fixed;
left: 0;
right: 0;
bottom: 0;
height: 140rpx;
background: white;
display: flex;
align-items: center;
box-shadow: 0px 0px 16rpx 0px rgba(6, 0, 1, 0.1);
padding: 0 40rpx;
color: #666666;
font-size: 23rpx;
justify-content: space-between;
text-align: center;
}
.fixed-bottom .iconfont {
font-size: 34rpx;
line-height: 40rpx;
}
.btns {
color: #fff;
font-size: 32rpx;
font-weight: 500;
border-radius: 39rpx;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.btns .btn {
width: 216rpx;
line-height: 78rpx;
background: #D62828;
}
.btns .btn:nth-child(1) {
margin-right: 3rpx;
2 years ago
border-radius: 39rpx;
4 years ago
}
.btns .btn:nth-child(2) {
border-radius: 0 39rpx 39rpx 0;
}
.btns .btn.disable {
background: #ccc;
}
.mask-content {
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 100%;
}
.mask-content .icon-close {
position: absolute;
right: 40rpx;
top: 40rpx;
}
.sku-info-box {
margin: 50rpx 40rpx;
display: flex;
justify-content: space-between;
}
.sku-info-box image {
width: 218rpx;
height: 180rpx;
border-radius: 13rpx;
display: block;
margin-right: 40rpx;
flex-shrink: 0;
}
.sku-info {
flex: 1;
}
.sku-price {
font-size: 40rpx;
font-weight: 500;
color: #D62828;
margin: 20rpx 0;
display: flex;
justify-content: flex-start;
align-items: center;
}
.sku-price::before {
content: "¥";
font-weight: 400;
font-size: 27rpx;
vertical-align: baseline;
}
.sku-price view {
font-size: 24rpx;
color: #FFFFFF;
background-color: #D62828;
border-radius: 22rpx;
line-height: 44rpx;
margin-left: 7rpx;
padding: 0 20rpx;
}
.sku-name {
font-size: 27rpx;
color: #666666;
}
.sku-names {
display: flex;
font-size: 29rpx;
color: #333;
margin: 0 40rpx;
text-align: center;
flex-wrap: wrap;
margin-bottom: 20rpx;
}
.sku-name-item {
background: #EFEFEF;
border: 1rpx solid #EFEFEF;
width: 318rpx;
line-height: 77rpx;
border-radius: 14rpx;
margin-bottom: 25rpx;
margin-right: 10rpx;
}
.sku-name-item:nth-child(2n) {
margin-right: 0;
}
.sku-name-item.active {
color: #0B898E;
border-color: #0B898E;
background: rgba(11, 137, 142, 0.1);
}
.number-box {
display: flex;
align-items: center;
border-top: 1rpx solid #ccc;
justify-content: space-between;
margin: 0 40rpx;
padding: 40rpx 0;
}
.number-box text {
flex: 1;
font-size: 29rpx;
color: #333;
}
.number-box view {
border: 1rpx solid #666;
border-radius: 7rpx;
text-align: center;
width: 67rpx;
line-height: 67rpx;
font-size: 33rpx;
color: #000;
}
.number-box view.disable {
border-color: #ccc;
color: #999;
}
4 years ago
.sku-name-item.disable {
border-color: transparent;
color: #fff;
background: #d7d7d7;
}
4 years ago
.number-box view.number {
width: 94rpx;
margin: 0 15rpx;
}
.btn-box {
height: 138rpx;
background: #FFFFFF;
box-shadow: 0px 0px 16rpx 0px rgba(6, 0, 1, 0.1);
display: flex;
align-items: center;
justify-content: center;
position: fixed;
left: 0;
right: 0;
bottom: 0;
}
.mask-btn {
width: 670rpx;
line-height: 78rpx;
background: #D62828;
border-radius: 39rpx;
color: #fff;
text-align: center;
font-size: 33rpx;
font-weight: 500;
}
.mask-btn.disable {
background: #ccc;
}
/* 购物车 */
.cart-box {
position: fixed;
display: flex;
align-items: center;
justify-content: center;
width: 80rpx;
height: 80rpx;
background: #FFFFFF;
box-shadow: 0px 0px 20rpx 0px rgba(0, 0, 0, 0.2);
border-radius: 50%;
right: 20rpx;
bottom: 166rpx;
}
.cart-box image {
display: block;
width: 49rpx;
}
.cart-num {
width: 26rpx;
border: 1rpx solid;
border-radius: 50%;
line-height: 26rpx;
text-align: center;
font-size: 23rpx;
color: #D20000;
position: absolute;
right: -2rpx;
top: -5rpx;
}
.headimg {
position: fixed;
z-index: 3;
left: -218rpx;
width: 218rpx;
height: 180rpx;
top: 0;
}
.headimg.active {
transition: left .6s linear, top .6s cubic-bezier(0.5, -0.5, 1, 1), width .6s ease, height .6s ease;
width: 80rpx;
height: 80rpx;
left: 650rpx;
border-radius: 50%;
}
.imgs{
width: 200rpx;
height: 200rpx;
margin: 10rpx;
border-radius: 8rpx;
}
.img-box{
display: inline-block;
position: relative;
}
.all{
color: #fff;
position:absolute;
bottom: 17rpx;
right: 10rpx;
width: 200rpx;
height: 200rpx;
border-radius: 8rpx;
background-color: rgba(0, 0, 0, .5);
}
.all view{
text-align: center;
}
.all view:first-child{
font-size: 40rpx;
margin-top: 40rpx;
}
.all view:last-child{
margin-top: 10rpx;
font-size: 30rpx;
}
.sku{
margin-left: 10rpx;
color: #666;
font-size: 24rpx;
margin-top: 8rpx;
3 years ago
}
.btn-r{
border-radius: 39rpx !important;
2 years ago
}
.totalPrice {
font-family: PingFang SC;
font-weight: 500;
font-size: 48rpx;
color: #D62828;
}
.totalPrice::before {
content: "¥";
font-size: 24rpx;
}
.bottom-box {
height: 133rpx;
background: #FFFFFF;
box-shadow: 0rpx -3rpx 8rpx 0rpx rgba(71,71,71,0.1);
padding: 0 50rpx;
display: flex;
justify-content: space-between;
align-items: center;
8 months ago
position: fixed;
left: 0;
right: 0;
bottom: 0;
2 years ago
}
.next {
width: 250rpx;
height: 80rpx;
background: #D62828;
border-radius: 40rpx;
font-family: PingFang;
font-weight: bold;
font-size: 32rpx;
color: #FFFFFF;
text-align: center;
line-height: 80rpx;
}
.mask-content1 {
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 100%;
background: white;
8 months ago
/* border-radius: 12rpx; */
2 years ago
overflow-y: auto;
8 months ago
height: 85vh;
8 months ago
display: flex;
flex-direction: column;
2 years ago
}
.icon-close {
position: absolute;
8 months ago
top: 24rpx;
right: 24rpx;
}
.sku-type-container{
display: flex;
8 months ago
}
.left-type-container{
width: 147rpx;
flex-shrink: 0;
background: #F8F8F8;
display: flex;
flex-direction: column;
1 year ago
max-height: 1100rpx;
overflow: auto;
}
.left-type-container .sku-type{
padding: 38rpx 12rpx;
font-weight: 500;
font-size: 24rpx;
color: #000000;
}
.left-type-container .sku-type.active{
background: #FFFFFF;
font-weight: bold;
color: #0B898E;
}
.sku-type-container .right-container{
background: #FFFFFF;
flex: 1;
width: 1rpx;
max-height: 1100rpx;
}
.box-gb-20241216{
background: #FFF;
margin: 20rpx 0;
padding:0 20rpx;
8 months ago
}
.tab-info-container{
height: 100%;
height: 93rpx;
background: #ECF4F4;
border-radius: 13rpx 13rpx 0rpx 0rpx;
display: flex;
margin-top: 20rpx;
}
.tab-info-container .tab-item{
flex: 1;
flex-shrink: 0;
height: 93rpx;
/* background: #FFFFFF; */
border-radius: 13rpx 13rpx 0rpx 0rpx;
font-weight: 500;
font-size: 31rpx;
color: #000000;
text-align: center;
line-height: 93rpx;
}
.tab-info-container .tab-item.active{
font-weight: bold;
font-size: 31rpx;
color: #0B898E;
background: #FFFFFF;
}
.scroll-menus{
8 months ago
padding: 26rpx 33rpx 26rpx;
8 months ago
display: flex;
justify-content: space-between;
align-items: center;
}
.scroll-menus .scroll-menu-item{
width: 200rpx;
height: 53rpx;
border-radius: 27rpx;
border: 1px solid #999999;
line-height: 53rpx;
font-weight: bold;
font-size: 28rpx;
color: #666666;
text-align: center;
}
.scroll-menus .scroll-menu-item.active{
border: 1px solid #0B898E;
color: #0B898E;
}
.info-title {
font-size: 35rpx;
font-weight: bold;
color: #000;
margin-bottom: 30rpx;
}
.orderNotice{
8 months ago
padding: 20rpx 25rpx 0 35rpx;
}
.mask-top-menu{
width: 100%;
height: 84rpx;
background: #FFFFFF;
font-weight: 500;
font-size: 31rpx;
color: #000000;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1rpx solid #D8D8D8;
padding: 0 128rpx;
box-sizing: border-box;
flex-shrink: 0;
}
.mask-top-menu>view{
height: 84rpx;
line-height: 84rpx;
min-width: 121rpx;
}
.mask-top-menu>view.active{
color: #0B898E;
border-bottom: 4rpx solid #0B898E;
}
.mask-content1 .date-box .box-title{
font-weight: bold;
font-size: 37rpx;
color: #000000;
}
.mask-scroll-content{
flex: 1;
height: 100rpx;
5 months ago
}
.adv-container{
padding-top: 20rpx;
width: 100%;
}
.adv-container image{
width: 672rpx;
height: 166.67rpx;
margin: 0 auto;
display: block;
}
.adv-swiper{
height: 166.67rpx;
2 months ago
}
.zhezhao {
width: 100vw;
height: 100vh;
position: fixed;
background-color: #fff;
z-index: 2000;
5 years ago
}