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.

132 lines
2.8 KiB

.ship-detail-bg.data-v-bbc5a964 {
min-height: 100vh;
background: linear-gradient(180deg, #cbe6ff 0%, #f6faff 100%);
padding-bottom: 32rpx;
}
7 months ago
.fixed-nav.data-v-bbc5a964 {
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);
}
.nav-bar.data-v-bbc5a964 {
display: flex;
align-items: center;
justify-content: space-between;
height: 88rpx;
padding: 0 32rpx;
background: transparent;
font-size: 36rpx;
margin-bottom: 32rpx;
}
.iconfont.icon-back.data-v-bbc5a964 {
font-size: 44rpx;
color: #222;
}
.iconfont.icon-more.data-v-bbc5a964 {
font-size: 36rpx;
color: #222;
}
.nav-title.data-v-bbc5a964 {
flex: 1;
text-align: center;
font-size: 36rpx;
font-weight: bold;
color: #222;
letter-spacing: 2rpx;
}
.ship-section.data-v-bbc5a964 {
background: #fff;
border-radius: 24rpx;
margin: 0 24rpx 32rpx 24rpx;
box-shadow: 0 4rpx 16rpx rgba(59,124,255,0.08);
padding: 32rpx 24rpx 8rpx 24rpx;
margin-top: 20px;
}
.section-title.data-v-bbc5a964 {
font-size: 30rpx;
font-weight: bold;
color: #222;
margin-bottom: 24rpx;
}
.section-row.data-v-bbc5a964 {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 28rpx;
color: #222;
padding: 18rpx 0;
border-bottom: 1rpx solid #f2f4f8;
}
.section-row.data-v-bbc5a964:last-child {
border-bottom: none;
}
.bottom-add-btn.data-v-bbc5a964 {
position: fixed;
left: 50%;
bottom: 32px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 80vw;
max-width: 340px;
height: 48px;
background: linear-gradient(90deg, #3b7cff 0%, #5bb6ff 100%);
color: #fff;
font-size: 18px;
font-weight: 500;
border-radius: 24px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 16px rgba(59,124,255,0.12);
z-index: 99;
}
7 months ago
.content-area.data-v-bbc5a964 {
padding-top: 90px;
6 months ago
padding-bottom: 20px;
7 months ago
}
.fixed-bottom-btn-bar.data-v-bbc5a964 {
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 200;
background: rgba(255,255,255,0.95);
display: flex;
justify-content: center;
padding: 16px 0 24px 0;
box-shadow: 0 -2px 8px rgba(0,0,0,0.04);
}
.edit-btn.data-v-bbc5a964 {
min-width: 320rpx;
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;
}
7 months ago
.delete-btn.data-v-bbc5a964 {
min-width: 320rpx;
height: 80rpx;
border-radius: 40rpx;
background: #ff3b3b;
color: #fff;
font-size: 32rpx;
font-weight: 500;
border: none;
outline: none;
box-shadow: 0 4rpx 16rpx rgba(255,59,59,0.12);
transition: background 0.2s;
margin-left: 16px;
}