|
|
|
|
/* pages/info/hotelProductInfo/index.wxss */
|
|
|
|
|
page {
|
|
|
|
|
background: white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.top-info {
|
|
|
|
|
background: white;
|
|
|
|
|
margin-top: -20rpx;
|
|
|
|
|
padding: 48rpx 28rpx 28rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.product-base-info{
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
.product-base-info .headImg{
|
|
|
|
|
width: 187rpx;
|
|
|
|
|
height: 240rpx;
|
|
|
|
|
background: #D1D7CB;
|
|
|
|
|
border-radius: 13rpx;
|
|
|
|
|
margin-right: 20rpx;
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-base-info .title {
|
|
|
|
|
font-family: PingFang SC;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 32rpx;
|
|
|
|
|
color: #111111;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-base-info .subtitle {
|
|
|
|
|
margin-top: 20rpx;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 27rpx;
|
|
|
|
|
color: #888888;
|
|
|
|
|
}
|
|
|
|
|
.base-info{
|
|
|
|
|
flex: 1;
|
|
|
|
|
width: 1rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
.product-base-info .tags-box {
|
|
|
|
|
margin-top: 18rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
height: 50rpx;
|
|
|
|
|
overflow-y: hidden;
|
|
|
|
|
overflow-x: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tags-box .tag {
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 24rpx;
|
|
|
|
|
color: #0B898E;
|
|
|
|
|
padding: 7rpx 16rpx;
|
|
|
|
|
background: #E6F3F3;
|
|
|
|
|
border-radius: 19rpx;
|
|
|
|
|
margin-right: 13rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bottom-price {
|
|
|
|
|
flex: 1;
|
|
|
|
|
height: 1rpx;
|
|
|
|
|
color: #E52910;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tags-price text:nth-child(1) {
|
|
|
|
|
font-size: 21rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tags-price text:nth-child(2) {
|
|
|
|
|
font-size: 37rpx;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tags-price text:nth-child(3) {
|
|
|
|
|
font-size: 21rpx;
|
|
|
|
|
color: #999999;
|
|
|
|
|
margin-left: 4rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tags-box .iconfont {
|
|
|
|
|
margin-left: 4rpx;
|
|
|
|
|
font-size: 24rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.address-info{
|
|
|
|
|
margin-top: 26rpx;
|
|
|
|
|
padding-top: 15rpx;
|
|
|
|
|
border-top: 1px solid #D8D8D8;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.map-container{
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
font-family: PingFang SC;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 24rpx;
|
|
|
|
|
color: #888;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
.map-container image{
|
|
|
|
|
width: 53rpx;
|
|
|
|
|
height: 53rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.show-tip{
|
|
|
|
|
margin-top: 27rpx;
|
|
|
|
|
width: 100%;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
background: #E6F3F3;
|
|
|
|
|
border-radius: 13rpx;
|
|
|
|
|
padding: 24rpx 5rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
/* justify-content: space-between; */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 24rpx;
|
|
|
|
|
color: #111111;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.show-tip image{
|
|
|
|
|
width: 26rpx;
|
|
|
|
|
height: 26rpx;
|
|
|
|
|
margin:0 12rpx 0 20rpx;
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.scroll-all-box {
|
|
|
|
|
margin: 20rpx 0;
|
|
|
|
|
background: white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.scroll-menus {
|
|
|
|
|
padding: 0 107rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: center;
|
|
|
|
|
font-size: 29rpx;
|
|
|
|
|
color: #333;
|
|
|
|
|
height: 84rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.scroll-menu-item {
|
|
|
|
|
position: relative;
|
|
|
|
|
line-height: 84rpx;
|
|
|
|
|
}
|
|
|
|
|
.scroll-menu-item.active{
|
|
|
|
|
color: #0B898E;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.scroll-menu-item.active::after {
|
|
|
|
|
content: "1";
|
|
|
|
|
font-size: 0;
|
|
|
|
|
display: block;
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 46rpx;
|
|
|
|
|
height: 6rpx;
|
|
|
|
|
border-radius: 3rpx;
|
|
|
|
|
background: #0B898E;
|
|
|
|
|
left: 50%;
|
|
|
|
|
margin-left: -23rpx;
|
|
|
|
|
bottom: 0rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fixed-menus {
|
|
|
|
|
position: fixed;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
background: white;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-text{
|
|
|
|
|
padding: 0 40rpx;
|
|
|
|
|
}
|
|
|
|
|
.info-box {
|
|
|
|
|
padding: 30rpx 0rpx 39rpx;
|
|
|
|
|
}
|
|
|
|
|
.info-box-line{
|
|
|
|
|
border-bottom: 1px solid #D8D8D8;
|
|
|
|
|
}
|
|
|
|
|
.info-title {
|
|
|
|
|
font-size: 35rpx;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #000;
|
|
|
|
|
margin-bottom: 30rpx;
|
|
|
|
|
}
|
|
|
|
|
#box1{
|
|
|
|
|
margin-top: 40rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.max-details{
|
|
|
|
|
position: relative;
|
|
|
|
|
max-height: 650rpx;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.white-placholder{
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
height: 333rpx;
|
|
|
|
|
background-image: linear-gradient(to bottom, transparent, #fff);
|
|
|
|
|
}
|
|
|
|
|
.show-btn{
|
|
|
|
|
padding-top: 30rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
}
|
|
|
|
|
.show-btn view{
|
|
|
|
|
width: 158rpx;
|
|
|
|
|
height: 44rpx;
|
|
|
|
|
border-radius: 22rpx;
|
|
|
|
|
border: 1px solid #0B898E;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
color: #0B898E;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 44rpx;
|
|
|
|
|
margin-right: 29rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.box {
|
|
|
|
|
/* margin: 20rpx; */
|
|
|
|
|
/* background: white; */
|
|
|
|
|
/* border-radius: 13rpx; */
|
|
|
|
|
background: #f2f2f2;
|
|
|
|
|
padding: 20rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.box-top {
|
|
|
|
|
line-height: 95rpx;
|
|
|
|
|
border-bottom: 1rpx solid #d9d9d9;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
color: #000;
|
|
|
|
|
font-size: 35rpx;
|
|
|
|
|
padding: 0 20rpx;
|
|
|
|
|
background: #fff;
|
|
|
|
|
border-radius: 13rpx 13rpx 0 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.box-top .iconfont {
|
|
|
|
|
color: #0B898E;
|
|
|
|
|
font-size: 33rpx;
|
|
|
|
|
margin-right: 16rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.empty-box {
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 40rpx 0;
|
|
|
|
|
font-size: 23rpx;
|
|
|
|
|
color: #333;
|
|
|
|
|
background: #fff;
|
|
|
|
|
border-radius: 0 0 13rpx 13rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.box-top .score {
|
|
|
|
|
color: #D62828;
|
|
|
|
|
font-size: 30rpx;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
margin-left: 11rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.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;
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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: 240rpx;
|
|
|
|
|
line-height: 78rpx;
|
|
|
|
|
background: #D62828;
|
|
|
|
|
border-radius: 39rpx;
|
|
|
|
|
}
|
|
|
|
|
/*
|
|
|
|
|
.btns .btn:nth-child(1) {
|
|
|
|
|
margin-right: 3rpx;
|
|
|
|
|
border-radius: 39rpx 0 0 39rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sku-name-item {
|
|
|
|
|
background: #EFEFEF;
|
|
|
|
|
border: 1rpx solid #EFEFEF;
|
|
|
|
|
/* width: 318rpx; */
|
|
|
|
|
line-height: 77rpx;
|
|
|
|
|
border-radius: 14rpx;
|
|
|
|
|
margin-bottom: 25rpx;
|
|
|
|
|
margin-right: 30rpx;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
padding: 0 15rpx;
|
|
|
|
|
min-width: 270rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* .icon-xin,.icon-shoucang {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 20rpx;
|
|
|
|
|
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;
|
|
|
|
|
} */
|
|
|
|
|
.icon-fenxiang {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 20rpx;
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-shoucang {
|
|
|
|
|
color: #D62828;
|
|
|
|
|
font-size: 40rpx !important;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 购物车 */
|
|
|
|
|
.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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.allowance-box {
|
|
|
|
|
height: 113rpx;
|
|
|
|
|
background: url("https://sz-qd.oss-cn-hangzhou.aliyuncs.com/uploads/20220602/7762b9c4be5adac1f3d0ab5228569821.png");
|
|
|
|
|
background-size: 100% auto;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
padding: 30rpx 30rpx 10rpx;
|
|
|
|
|
font-size: 24rpx;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
margin-top: -60rpx;
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
.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: 45rpx;
|
|
|
|
|
margin-top: 40rpx;
|
|
|
|
|
}
|
|
|
|
|
.all view:last-child{
|
|
|
|
|
margin-top: 10rpx;
|
|
|
|
|
}
|
|
|
|
|
.sku{
|
|
|
|
|
margin-left: 10rpx;
|
|
|
|
|
color: #666;
|
|
|
|
|
font-size: 24rpx;
|
|
|
|
|
margin-top: 8rpx;
|
|
|
|
|
}
|
|
|
|
|
.proad{
|
|
|
|
|
margin: 20rpx;
|
|
|
|
|
}
|
|
|
|
|
.proad-title{
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
margin-bottom: 16rpx;
|
|
|
|
|
}
|
|
|
|
|
.proad-title image{
|
|
|
|
|
width: 292rpx;
|
|
|
|
|
height: 34rpx;
|
|
|
|
|
}
|
|
|
|
|
.pro-list{
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
}
|
|
|
|
|
.proitem{
|
|
|
|
|
width: 213rpx;
|
|
|
|
|
}
|
|
|
|
|
.item-hd image{
|
|
|
|
|
width: 213rpx;
|
|
|
|
|
height: 273rpx;
|
|
|
|
|
background: #D1D7CB;
|
|
|
|
|
border-radius: 13rpx;
|
|
|
|
|
}
|
|
|
|
|
.item-bm{
|
|
|
|
|
padding: 8rpx 12rpx;
|
|
|
|
|
}
|
|
|
|
|
.protitle{
|
|
|
|
|
|
|
|
|
|
font-family: PingFang SC;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 29rpx;
|
|
|
|
|
color: #111111;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.pro-price{
|
|
|
|
|
color: #E52910;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 30rpx;
|
|
|
|
|
}
|
|
|
|
|
.pro-price:before {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
content:"¥";
|
|
|
|
|
color: #E52910;
|
|
|
|
|
font-size: 20rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pro-price:after {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
content:'起';
|
|
|
|
|
color: #999999;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
}
|
|
|
|
|
.icon-shop{
|
|
|
|
|
width: 34rpx;
|
|
|
|
|
height: 36rpx;
|
|
|
|
|
}
|
|
|
|
|
.left-img{
|
|
|
|
|
display: flex;
|
|
|
|
|
width: 290rpx;
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
padding: 0 40rpx;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
.no-shop{
|
|
|
|
|
width: 230rpx;
|
|
|
|
|
}
|
|
|
|
|
.shop-box{
|
|
|
|
|
display:flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
height: 70rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wineScene-price-container {
|
|
|
|
|
width: 750rpx;
|
|
|
|
|
height: 100rpx;
|
|
|
|
|
background: linear-gradient(-90deg,#FF413B, #FFAB2E);
|
|
|
|
|
border-radius: 20rpx 20rpx 0rpx 0rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
padding: 0 26rpx;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
font-size: 24rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wineScene-price-container .wineSecne-price {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 36rpx;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
}
|
|
|
|
|
.wineScene-price-container .wineSecne-money {
|
|
|
|
|
font-size: 24rpx;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
text-decoration-line: line-through;
|
|
|
|
|
padding-left: 14rpx;
|
|
|
|
|
}
|
|
|
|
|
.wineScene-price-container .wineSecne-price::before {
|
|
|
|
|
font-size: 24rpx;
|
|
|
|
|
content: '¥';
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hotel-custom-detail{
|
|
|
|
|
display: flex;
|
|
|
|
|
/* justify-content: space-between; */
|
|
|
|
|
height: fit-content;
|
|
|
|
|
font-family: PingFang SC;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 24rpx;
|
|
|
|
|
color: #666666;
|
|
|
|
|
margin-bottom: 20rpx;
|
|
|
|
|
}
|
|
|
|
|
.hotel-custom-detail .tip-info{
|
|
|
|
|
width: 33rpx;
|
|
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
}
|
|
|
|
|
.hotel-custom-detail .tip-info .tip{
|
|
|
|
|
font-family: PingFang SC;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 23rpx;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
width: 33rpx;
|
|
|
|
|
height: 33rpx;
|
|
|
|
|
background: #6394FD;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 33rpx;
|
|
|
|
|
}
|
|
|
|
|
.hotel-custom-detail .tip-info .info{
|
|
|
|
|
width: 11rpx;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background: #D0DFFE;
|
|
|
|
|
border-radius: 5rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hotel-custom-right>view{
|
|
|
|
|
margin-bottom: 20rpx;
|
|
|
|
|
}
|
|
|
|
|
.hotel-custom-right>view:last-of-type{
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|