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.

108 lines
2.3 KiB

7 months ago
@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;
7 months ago
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%);
7 months ago
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.content-area.data-v-748d0662 {
padding: 220rpx 24rpx 24rpx 24rpx;
7 months ago
min-height: calc(100vh - 220rpx - 140rpx);
}
.ship-cell.data-v-748d0662 {
background: #fff;
border-radius: 16rpx;
7 months ago
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 {
7 months ago
font-size: 32rpx;
font-weight: bold;
margin-bottom: 18rpx;
7 months ago
color: #222;
}
.ship-no.data-v-748d0662 {
color: #222;
font-weight: bold;
font-size: 32rpx;
}
.ship-row.data-v-748d0662 {
7 months ago
font-size: 28rpx;
color: #222;
margin-bottom: 10rpx;
}
7 months ago
.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 {
7 months ago
min-width: 320rpx;
height: 80rpx;
border-radius: 40rpx;
background: #217aff;
color: #fff;
font-size: 32rpx;
font-weight: 500;
border: none;
outline: none;
7 months ago
box-shadow: 0 4rpx 16rpx rgba(33, 122, 255, 0.08);
transition: background 0.2s;
}
7 months ago
.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;
}