bt-lcyd/pages/order/order.wxss

69 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

2022-06-14 10:56:41 +08:00
.venue-list{
width: 690rpx;
margin: 0 auto;
}
.venue-box{
display: flex;
justify-content: space-between;
padding: 20rpx;
border: 1px solid #ddd;
margin-bottom: 20rpx;
border-radius: 10rpx;
}
.venue-pic{
width: 35%;
height: 180rpx;
border-radius: 10rpx;
overflow: hidden;
}
.venue-img{
width: 100%;
height: 100%;
}
.venue-info{
width: 100%;
}
.venue-title{
display: flex;
justify-content: space-between;
}
.venue-name{
display: inline-block;
font-size: 34rpx;
}
.venue-pay{
background: green;
color: #fff;
display: inline-block;
width: 50rpx;
text-align: center;
font-size: 36rpx;
}
.venue-address{
font-size: 28rpx;
color: #BBB;
margin-top: 10rpx;
}
.part-title{
font-size: 36rpx;
padding: 15rpx 0;
border-bottom: 1px solid #ddd;
}
.venue-time{
display: inline-block;
padding: 10rpx 20rpx;
background: #4B7AFE;
color: #fff;
margin-top: 10rpx;
border-radius: 10rpx;
}
.cancel-book{
margin-top: 10rpx;
}
.cancel-btn{
display: inline-block;
padding: 0 20rpx;
color: #fff;
border-radius: 10rpx;
background: rgba(255, 0, 0, 0.604);
}