110 lines
1.4 KiB
CSS

image {
width: 100%;
height: 100%;
}
.box {
padding-bottom: 160rpx;
}
.reservation_img {
width: 750rpx;
height: 502rpx;
overflow: hidden;
}
.reservation_img image {
width: 100%;
height: 100%;
}
.Tit {
font-weight: 400;
font-size: 40rpx;
color: #000000;
margin-left: 20rpx;
margin-top: 40rpx;
}
.money {
display: flex;
font-weight: 400;
font-size: 36rpx;
color: #FF512A;
align-items: center;
margin-top: 20rpx;
margin-left: 20rpx;
margin-bottom: 10rpx;
}
.money view {
font-size: 60rpx;
margin-top: -19rpx;
}
.money text {
font-size: 24rpx;
}
.row {
display: flex;
align-items: center;
justify-content: space-between;
margin: 0 40rpx;
padding-top: 30rpx;
padding-bottom: 16rpx;
border-bottom: 1rpx solid #E6E6E6;
}
.row_tit {
font-weight: 400;
font-size: 24rpx;
color: #999999;
}
.row_con {
font-weight: 400;
font-size: 24rpx;
color: #222222;
}
.none {
border: none;
}
.gray {
margin-top: 14rpx;
}
.Tit2 {
font-weight: bold;
font-size: 32rpx;
color: #222222;
margin-left: 20rpx;
margin-top: 30rpx;
}
.server {
margin: 0 40rpx;
margin-top: 30rpx;
font-weight: 400;
font-size: 24rpx;
color: #222222;
}
.btn {
font-weight: 400;
font-size: 36rpx;
color: #FFFFFF;
width: 650rpx;
height: 80rpx;
background: #FF512A;
border-radius: 100rpx 100rpx 100rpx 100rpx;
display: flex;
align-items: center;
justify-content: center;
position: fixed;
left: 50rpx;
right: 50rpx;
bottom: 50rpx;
}