纸通宝小程序
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.
 

127 lines
2.1 KiB

/* pages/order/order-info/index.wxss */
.margin-top {
margin-top: 18rpx;
}
.detail-price {
font-size: 40rpx;
font-family: DINAlternate-Bold, DINAlternate;
font-weight: bold;
color: rgba(255, 66, 43, 1);
line-height: 40rpx;
}
.text-name {
font-size: 36rpx;
font-weight: bold;
font-family: PingFang-SC-Medium, PingFang-SC;
color: rgba(51, 51, 51, 1);
line-height: 22px;
}
.offer-btn {
width: 150px;
height: 45px;
background: rgba(255, 66, 43, 1);
box-shadow: 0px 4px 14px -6px rgba(255, 43, 45, 0.8);
border-radius: 23px;
color: white;
font-size: 32rpx;
margin-left: 32rpx;
}
button::after {
border: none;
}
.swiper-cnt {
display: flex;
flex-direction: column;
width: 100%;
position: relative;
}
.video-cnt {
position: absolute;
top: 0;
left: 0;
z-index: -1 !important;
width: 100%;
height: 100%;
}
.play-btn {
position: absolute;
top: 320rpx;
left: 342rpx;
z-index: 100;
}
.image-load {
width: 20px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
}
.page-num {
font-size: 24rpx;
font-family: PingFang-SC-Regular, PingFang-SC;
font-weight: 400;
color: rgba(153, 153, 153, 1);
}
.booking-tool {
width: calc(100% - 20px);
background-color: #fff;
position: fixed;
bottom: 150px;
left: 25px;
}
.roder-add {
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
background-color: #fff;
border-radius: 20px;
position: absolute;
top: 24px;
right: 24px;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.info-layout {
position: absolute;
top: 0;
width: 100%;
height: 60rpx;
opacity: 0.75;
background: #D8D8D8;
}
.pacman {
width: 240rpx;
height: 60rpx;
border-right: 20rpx solid transparent;
border-top: 30rpx solid #F5222D;
border-left: 20rpx solid #F5222D;
border-bottom: 30rpx solid #F5222D;
}
.info-index {
line-height:48rpx;
position: absolute;
right: 32rpx;
bottom: 24rpx;
font-size: 32rpx;
width: 90rpx;
height: 48rpx;
text-align: center;
background-color: rgba(0, 0, 0, 0.3);
border-radius: 24rpx;
}