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.
155 lines
3.2 KiB
155 lines
3.2 KiB
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
/* uni.scss */
|
|
.data-v-748d0662 input::-webkit-input-placeholder {
|
|
font-size: 24rpx !important;
|
|
color: #b0b8c6;
|
|
}
|
|
.data-v-748d0662 input::placeholder {
|
|
font-size: 24rpx !important;
|
|
color: #b0b8c6;
|
|
}
|
|
.reservation-page.data-v-748d0662 {
|
|
background: linear-gradient(180deg, #eaf3ff 0%, #f6faff 100%);
|
|
min-height: 100vh;
|
|
padding-bottom: 140rpx;
|
|
}
|
|
.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;
|
|
min-height: calc(100vh - 220rpx - 140rpx);
|
|
}
|
|
.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-card-header.data-v-748d0662 {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 12rpx;
|
|
}
|
|
.status.data-v-748d0662 {
|
|
font-size: 24rpx;
|
|
border-radius: 8rpx;
|
|
padding: 2px 18rpx;
|
|
color: #fff;
|
|
font-weight: 500;
|
|
display: inline-block;
|
|
-webkit-transform: skewX(-20deg);
|
|
transform: skewX(-20deg);
|
|
border: none;
|
|
margin-right: 16rpx;
|
|
}
|
|
.status-text.data-v-748d0662 {
|
|
display: inline-block;
|
|
-webkit-transform: skewX(20deg);
|
|
transform: skewX(20deg);
|
|
}
|
|
.status.pending.data-v-748d0662 {
|
|
background: #ff9800;
|
|
}
|
|
.status.rejected.data-v-748d0662 {
|
|
background: #ff3b3b;
|
|
}
|
|
.status.approved.data-v-748d0662 {
|
|
background: #22c58b;
|
|
}
|
|
.ship-title.data-v-748d0662 {
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
margin-bottom: 18rpx;
|
|
color: #222;
|
|
}
|
|
.ship-no.data-v-748d0662 {
|
|
color: #222;
|
|
font-weight: bold;
|
|
font-size: 32rpx;
|
|
}
|
|
.ship-row.data-v-748d0662 {
|
|
font-size: 28rpx;
|
|
color: #222;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
.fixed-bottom.data-v-748d0662 {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background: #fcfcfc;
|
|
box-shadow: 0 -2rpx 16rpx rgba(59, 124, 255, 0.08);
|
|
padding: 24rpx 24rpx 32rpx 24rpx;
|
|
z-index: 999;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.add-cell-btn.data-v-748d0662 {
|
|
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;
|
|
}
|
|
.empty-tip.data-v-748d0662 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 120rpx 0;
|
|
}
|
|
.empty-img.data-v-748d0662 {
|
|
width: 240rpx;
|
|
height: 240rpx;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
.empty-text.data-v-748d0662 {
|
|
font-size: 28rpx;
|
|
color: #666;
|
|
}
|
|
.delete-cell-btn.data-v-748d0662 {
|
|
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;
|
|
}
|
|
.with-margin.data-v-748d0662 {
|
|
margin-left: 24rpx;
|
|
}
|
|
|