xz_mini/pages/venueDetail/venueDetail.wxss
dong_bo0602 d4bb4f1c78 0329
2022-03-29 11:05:37 +08:00

170 lines
2.7 KiB
Plaintext

swiper{
height: 100%;
}
.swiper-box{
position: absolute;
top: 65rpx;
right: 40rpx;
width: 240rpx;
height: 310rpx;
}
.swiper-box image{
width: 240rpx;
height: 310rpx;
border-radius: 14rpx;
}
.venue{
margin-top: 10rpx;
padding: 0 20rpx;
}
.venue-name{
font-size: 34rpx;
color: #000;
margin-bottom: 10rpx;
font-weight: bold;
}
.venue-info{
font-size: 28rpx;
color: #242424;
border-bottom: 1px solid #ddd;
padding: 15rpx 0;
}
.venue-info image{
width: 28rpx;
height: 28rpx;
vertical-align: middle;
}
.selecet-tab{
display: flex;
overflow-x: auto;
flex-wrap: nowrap;
padding: 0 20rpx;
}
.tab-btn{
flex-shrink: 0;
display: inline-flex;
justify-content: center;
align-items: center;
height: 60rpx;
color: #BBBBBB;
font-size: 30rpx;
margin-left: 60rpx;
}
.tab-btn.active{
color: #9F1512;
border-bottom: 1px solid #9F1512;
}
.tab-btn:first-child{
margin-left: 20rpx;
}
.tab-info{
padding: 0 20rpx;
margin-top: 10rpx;
}
.tab-content{
border-bottom: 1px solid #ddd;
padding-bottom: 10rpx;
}
.info-title{
font-size: 30rpx;
color: #000;
font-weight: bold;
}
.info-content{
font-size: 28rpx;
color: #BBBBBB;
padding-left: 20rpx;
margin: 10rpx 0;
}
.venue-other{
margin: 10rpx 0 20rpx;
padding: 0 40rpx;
}
.other-title{
font-size: 32rpx;
color: #122939;
font-weight: bold;
}
.other-content{
font-size: 28rpx;
color: #122939;
margin: 10rpx 0;
}
.other-container{
padding-bottom: 10rpx;
border-bottom: 1px solid #ddd;
}
.venue-intro{
padding: 0 40rpx 20rpx;
}
.intro-title{
font-size: 30rpx;
color: #122939;
font-weight: bold;
}
.intro-content{
font-size: 28rpx;
color: #000;
}
.book-btn{
position: absolute;
bottom: -27rpx;
left: 140rpx;
width: 210rpx;
height: 66rpx;
box-shadow: 0px 6px 8px 0px rgba(35, 24, 21, 0.19);
border-radius: 30rpx;
font-size: 32rpx;
color: #fff;
}
.btn{
height: 66rpx;
background: linear-gradient(-30deg, rgba(255, 164, 40, 0.97), rgba(247, 197, 46, 0.97));
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 30rpx;
border-radius: 30rpx;
}
.venue-top{
position: relative;
height: 340rpx;
padding: 50rpx 0 80rpx 45rpx;
box-sizing: border-box;
}
.venue-bg{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.venue-top-name{
font-size: 34rpx;
color: #fff;
font-weight: bold;
margin-bottom: 30rpx;
}
.venue-top-info{
font-size: 28rpx;
color: #fff;
}
.venue-top-tip{
font-size: 28rpx;
color: #fff;
margin-top: 30rpx;
}
.venue-position{
margin-top: 70rpx;
padding: 0 40rpx;
margin-bottom: 50rpx;
}
.position-text{
font-size: 28rpx;
color: #122939;
}
.position-text text{
color: #999;
}