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.
200 lines
4.1 KiB
200 lines
4.1 KiB
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
/* uni.scss */
|
|
.assign-order-page.data-v-38f3c378 {
|
|
min-height: 100vh;
|
|
height: 100vh;
|
|
background: #f6f8fb;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.main-scroll.data-v-38f3c378 {
|
|
flex: 1;
|
|
height: 0;
|
|
overflow: hidden;
|
|
}
|
|
.b-border.data-v-38f3c378 {
|
|
flex-shrink: 0;
|
|
width: 100%;
|
|
height: 30rpx;
|
|
border-radius: 0 0 120rpx 120rpx;
|
|
background-color: #1479ff;
|
|
}
|
|
.glass-card.data-v-38f3c378 {
|
|
background: #fff;
|
|
border-radius: 20rpx;
|
|
box-shadow: 0 6rpx 24rpx rgba(20, 121, 255, 0.08);
|
|
}
|
|
.order-brief.data-v-38f3c378 {
|
|
margin: 24rpx 24rpx 0;
|
|
padding: 28rpx 30rpx;
|
|
}
|
|
.order-brief--empty.data-v-38f3c378 {
|
|
padding: 24rpx 30rpx;
|
|
}
|
|
.order-brief--empty .muted.data-v-38f3c378 {
|
|
font-size: 26rpx;
|
|
color: #999;
|
|
line-height: 1.5;
|
|
}
|
|
.order-brief__title.data-v-38f3c378 {
|
|
font-size: 28rpx;
|
|
font-weight: 600;
|
|
color: #1479ff;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.order-brief__row.data-v-38f3c378 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: flex-start;
|
|
font-size: 28rpx;
|
|
padding: 12rpx 0;
|
|
border-bottom: 1rpx solid #f0f0f0;
|
|
}
|
|
.order-brief__row.data-v-38f3c378:last-child {
|
|
border-bottom: none;
|
|
padding-bottom: 0;
|
|
}
|
|
.order-brief__row .label.data-v-38f3c378 {
|
|
color: #888;
|
|
flex-shrink: 0;
|
|
width: 160rpx;
|
|
}
|
|
.order-brief__row .value.data-v-38f3c378 {
|
|
color: #333;
|
|
text-align: right;
|
|
flex: 1;
|
|
word-break: break-all;
|
|
}
|
|
.nurse-panel.data-v-38f3c378 {
|
|
margin: 24rpx;
|
|
padding-bottom: 24rpx;
|
|
}
|
|
.section-title.data-v-38f3c378 {
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
color: #333;
|
|
margin-bottom: 20rpx;
|
|
display: flex;
|
|
align-items: baseline;
|
|
gap: 16rpx;
|
|
}
|
|
.section-hint.data-v-38f3c378 {
|
|
font-size: 24rpx;
|
|
font-weight: normal;
|
|
color: #999;
|
|
}
|
|
.search-box.data-v-38f3c378 {
|
|
margin-bottom: 24rpx;
|
|
}
|
|
.nurse-items.data-v-38f3c378 {
|
|
background: #fff;
|
|
border-radius: 20rpx;
|
|
overflow: hidden;
|
|
box-shadow: 0 4rpx 20rpx rgba(0, 0, 0, 0.04);
|
|
}
|
|
.nurse-item.data-v-38f3c378 {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 28rpx 24rpx 28rpx 20rpx;
|
|
border-bottom: 1rpx solid #f0f2f5;
|
|
}
|
|
.nurse-item.data-v-38f3c378:last-of-type {
|
|
border-bottom: none;
|
|
}
|
|
.nurse-item.active.data-v-38f3c378 {
|
|
background: linear-gradient(90deg, #f2f8ff 0%, #fff 56%);
|
|
box-shadow: inset 4rpx 0 0 #1479ff;
|
|
}
|
|
.nurse-radio-wrap.data-v-38f3c378 {
|
|
width: 44rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-right: 8rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
.nurse-radio.data-v-38f3c378 {
|
|
width: 36rpx;
|
|
height: 36rpx;
|
|
border-radius: 50%;
|
|
border: 2rpx solid #c8ccd4;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-shrink: 0;
|
|
}
|
|
.nurse-radio.on.data-v-38f3c378 {
|
|
border-color: #1479ff;
|
|
background: #e8f1ff;
|
|
}
|
|
.nurse-radio__dot.data-v-38f3c378 {
|
|
width: 18rpx;
|
|
height: 18rpx;
|
|
border-radius: 50%;
|
|
background: #1479ff;
|
|
}
|
|
.nurse-avatar.data-v-38f3c378 {
|
|
margin-right: 22rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
.nurse-info.data-v-38f3c378 {
|
|
flex: 1;
|
|
min-width: 0;
|
|
}
|
|
.nurse-name-row.data-v-38f3c378 {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 12rpx;
|
|
flex-wrap: wrap;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
.nurse-name.data-v-38f3c378 {
|
|
font-size: 28rpx;
|
|
color: #666;
|
|
letter-spacing: 1rpx;
|
|
font-family: system-ui;
|
|
margin-bottom: 6rpx;
|
|
}
|
|
.nurse-sub.data-v-38f3c378 {
|
|
font-size: 22rpx;
|
|
color: #999;
|
|
line-height: 1.4;
|
|
}
|
|
.empty-state.data-v-38f3c378 {
|
|
background: #fff;
|
|
border-radius: 20rpx;
|
|
padding: 80rpx 20rpx 120rpx;
|
|
box-shadow: 0 4rpx 20rpx rgba(0, 0, 0, 0.03);
|
|
}
|
|
.footer-bar.data-v-38f3c378 {
|
|
flex-shrink: 0;
|
|
padding: 20rpx 30rpx 40rpx;
|
|
background: #fff;
|
|
box-shadow: 0 -4rpx 24rpx rgba(0, 0, 0, 0.06);
|
|
}
|
|
.confirm-btn.data-v-38f3c378 {
|
|
opacity: 1 !important;
|
|
border: none !important;
|
|
position: relative;
|
|
z-index: 2;
|
|
}
|
|
.confirm-btn.data-v-38f3c378::after {
|
|
border: none;
|
|
}
|
|
.safe-area.data-v-38f3c378 {
|
|
padding-bottom: calc(40rpx + constant(safe-area-inset-bottom));
|
|
padding-bottom: calc(40rpx + env(safe-area-inset-bottom));
|
|
}
|