bt-lcyd/pages/home/home.wxss

85 lines
1.3 KiB
Plaintext
Raw Normal View History

2022-06-14 10:56:41 +08:00
.swiper-box, swiper, .swiper-item, .swiper-item image{
width: 100%;
height: 400rpx;
}
.link-container{
padding: 0 30rpx;
display: flex;
margin: 20rpx 0;
justify-content: space-between;
}
.link-box{
display: inline-block;
width: 158rpx;
height: 80rpx;
font-size: 26rpx;
line-height: 80rpx;
text-align: center;
color: #fff;
position: relative;
}
.link-box image{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.venue-title{
font-size: 36rpx;
color: #000;
font-weight: bold;
padding-bottom: 15rpx;
}
.venue-list{
width: 690rpx;
margin: 0 auto;
}
.venue-box{
display: flex;
justify-content: space-between;
padding: 15rpx;
border: 1px solid #ddd;
border-radius: 10rpx;
margin-bottom: 20rpx;
}
.venue-pic{
width: 35%;
height: 180rpx;
border-radius: 10rpx;
overflow: hidden;
}
.venue-img{
width: 100%;
height: 100%;
}
.venue-info{
width: 63%;
}
.venue-title{
display: flex;
justify-content: space-between;
}
.venue-name{
display: inline-block;
font-size: 30rpx;
}
.venue-pay{
background: green;
color: #fff;
display: inline-block;
width: 50rpx;
text-align: center;
font-size: 36rpx;
}
.venue-address{
font-size: 30rpx;
color: #888;
margin-top: 20rpx;
}
.part-title{
font-size: 36rpx;
padding: 15rpx 0;
border-bottom: 1px solid #ddd;
}