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.

224 lines
4.6 KiB

6 months ago
@charset "UTF-8";
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
/* uni.scss */
.reservation-page.data-v-f5e463b4 {
background: linear-gradient(180deg, #cbe6ff 0%, #f6faff 100%);
min-height: 100vh;
padding-bottom: 140rpx;
padding-top: 90px;
font-family: 'SourceHanSansCN', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}
.wechat-browser.data-v-f5e463b4 {
padding-top: 10px;
}
.fixed-nav.data-v-f5e463b4 {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 100;
background: linear-gradient(180deg, #cbe6ff 0%, #f6faff 100%);
6 months ago
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.header.data-v-f5e463b4 {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 16px 10px 16px;
background: linear-gradient(180deg, #cbe6ff 0%, #f6faff 100%);
padding-top: 7vh;
}
.back-btn.data-v-f5e463b4, .more-btn.data-v-f5e463b4 {
font-size: 24px;
color: #333;
}
.title.data-v-f5e463b4 {
font-size: 22px;
font-weight: bold;
color: #222;
}
.card.data-v-f5e463b4 {
background: #fff;
border-radius: 18px;
margin: 0 16px 16px 16px;
6 months ago
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
padding: 18px 18px 12px 18px;
margin-top: 20px;
}
.card-title.data-v-f5e463b4 {
font-size: 16px;
font-weight: 600;
margin-bottom: 12px;
color: #222;
}
.water-info-row.data-v-f5e463b4 {
display: flex;
justify-content: center;
align-items: flex-start;
width: -webkit-fit-content;
width: fit-content;
margin: 0 auto;
gap: 150rpx;
}
.water-info-col.data-v-f5e463b4 {
display: flex;
flex-direction: column;
align-items: flex-start;
text-align: left;
}
.label.data-v-f5e463b4 {
color: #888;
font-size: 15px;
margin-bottom: 2px;
text-align: left;
}
.value.blue.data-v-f5e463b4 {
color: #217aff;
font-size: 14px;
text-align: left;
}
.info-list.data-v-f5e463b4 {
border-top: 1px solid #f0f0f0;
}
.info-row.data-v-f5e463b4 {
display: flex;
justify-content: space-between;
align-items: center;
padding: 12px 0;
border-bottom: 1px solid #f0f0f0;
}
.info-row.data-v-f5e463b4:last-child {
border-bottom: none;
}
.info-label.data-v-f5e463b4 {
color: #222;
font-size: 16px;
}
.info-value.data-v-f5e463b4 {
color: #222;
font-size: 16px;
display: flex;
align-items: center;
}
.arrow.data-v-f5e463b4 {
color: #bdbdbd;
font-size: 18px;
margin-left: 4px;
}
.direction-row.data-v-f5e463b4, .batch-row.data-v-f5e463b4 {
display: flex;
margin-bottom: 8px;
justify-content: center;
}
.direction-btn.data-v-f5e463b4, .batch-btn.data-v-f5e463b4 {
border: none;
border-radius: 24px;
padding: 0;
font-size: 14px;
background: #f2f6fa;
color: #888;
height: 24px;
width: 110px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 20rpx;
6 months ago
border: none;
outline: none;
}
.direction-btn.data-v-f5e463b4::after, .batch-btn.data-v-f5e463b4::after {
border: none;
}
.direction-btn.active.data-v-f5e463b4, .batch-btn.active.data-v-f5e463b4 {
background: #217aff;
color: #fff;
}
.notice-row.data-v-f5e463b4 {
margin: 24px 16px 0 16px;
}
.notice-title.data-v-f5e463b4 {
font-size: 14px;
font-weight: 600;
margin-bottom: 8px;
color: #222;
}
.notice-check.data-v-f5e463b4 {
display: flex;
align-items: center;
margin-top: 8px;
font-size: 13px;
color: #888;
}
.tabbar.data-v-f5e463b4 {
position: fixed;
left: 0;
right: 0;
bottom: 0;
height: 60px;
background: #fff;
display: flex;
border-top: 1px solid #eaeaea;
z-index: 10;
}
.tab-item.data-v-f5e463b4 {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: #888;
font-size: 14px;
}
.tab-item.active.data-v-f5e463b4 {
color: #217aff;
}
.icon.data-v-f5e463b4 {
font-size: 22px;
margin-bottom: 2px;
}
.reservation-bottom-bar.data-v-f5e463b4 {
position: fixed;
left: 0;
right: 0;
bottom: 0;
background: #fcfcfc;
6 months ago
box-shadow: 0 -2rpx 16rpx rgba(59, 124, 255, 0.08);
padding: 24rpx 24rpx 32rpx 24rpx;
z-index: 999;
display: flex;
justify-content: center;
}
.reservation-btn.data-v-f5e463b4 {
min-width: 320rpx;
height: 80rpx;
border-radius: 40rpx;
background: #217aff;
color: #fff;
font-size: 32rpx;
font-weight: 500;
border: none;
outline: none;
6 months ago
box-shadow: 0 4rpx 16rpx rgba(33, 122, 255, 0.08);
transition: background 0.2s;
}
.reservation-scroll.data-v-f5e463b4 {
padding-bottom: 80rpx;
}
6 months ago
.date-btn.active.data-v-f5e463b4 {
background: #217aff;
color: #fff;
}