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.
80 lines
1.7 KiB
80 lines
1.7 KiB
|
|
.ship-detail-bg.data-v-bbc5a964 {
|
|
min-height: 100vh;
|
|
background: linear-gradient(180deg, #cbe6ff 0%, #f6faff 100%);
|
|
padding-bottom: 32rpx;
|
|
}
|
|
.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;
|
|
}
|
|
|