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.

71 lines
1.5 KiB

.reservation-page.data-v-748d0662 {
background: linear-gradient(180deg, #eaf3ff 0%, #f6faff 100%);
min-height: 100vh;
padding-bottom: 40rpx;
}
.fixed-nav.data-v-748d0662 {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 100;
background: linear-gradient(180deg, #cbe6ff 0%, #f6faff 100%);
box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.content-area.data-v-748d0662 {
padding: 220rpx 24rpx 24rpx 24rpx;
}
.ship-cell.data-v-748d0662 {
background: #fff;
border-radius: 16rpx;
box-shadow: 0 2rpx 8rpx rgba(0,0,0,0.04);
padding: 32rpx 28rpx;
margin-bottom: 32rpx;
border: 1rpx solid #e5e5e5;
}
.ship-title.data-v-748d0662 {
font-size: 30rpx;
font-weight: bold;
margin-bottom: 18rpx;
}
.ship-no.data-v-748d0662 {
color: #222;
font-weight: bold;
font-size: 32rpx;
}
.ship-row.data-v-748d0662 {
font-size: 26rpx;
color: #222;
margin-bottom: 10rpx;
}
.add-btn.data-v-748d0662 {
position: absolute;
right: 32rpx;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 10;
font-size: 44rpx;
color: #217aff;
}
.add-cell-btn-bar.data-v-748d0662 {
display: flex;
justify-content: center;
margin-top: 32rpx;
}
.add-cell-btn.data-v-748d0662 {
min-width: 420rpx;
height: 80rpx;
border-radius: 40rpx;
background: #217aff;
color: #fff;
font-size: 32rpx;
font-weight: 500;
border: none;
outline: none;
box-shadow: 0 4rpx 16rpx rgba(33,122,255,0.08);
transition: background 0.2s;
}