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.

120 lines
2.3 KiB

@charset "UTF-8";
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
/* uni.scss */
.assign-order-page.data-v-38f3c378 {
background: #f6f8fb;
min-height: 100vh;
}
.b-border.data-v-38f3c378 {
width: 100%;
height: 30rpx;
border-radius: 0 0 120rpx 120rpx;
background-color: #1479ff;
}
.nurse-list.data-v-38f3c378 {
padding: 30rpx;
}
.section-title.data-v-38f3c378 {
font-size: 32rpx;
font-weight: bold;
color: #333;
margin-bottom: 30rpx;
}
.search-box.data-v-38f3c378 {
margin-bottom: 30rpx;
}
.nurse-items.data-v-38f3c378 {
background: #fff;
border-radius: 20rpx;
overflow: hidden;
}
.nurse-item.data-v-38f3c378 {
display: flex;
align-items: center;
padding: 30rpx;
border-bottom: 1rpx solid #f5f5f5;
transition: all 0.3s ease;
}
.nurse-item.data-v-38f3c378:last-child {
border-bottom: none;
}
.nurse-item.active.data-v-38f3c378 {
background: #f0f8ff;
border-left: 6rpx solid #1479ff;
}
.nurse-item.data-v-38f3c378:active {
background: #f0f8ff;
}
.nurse-avatar.data-v-38f3c378 {
margin-right: 30rpx;
}
.nurse-info.data-v-38f3c378 {
flex: 1;
}
.nurse-name.data-v-38f3c378 {
font-size: 32rpx;
font-weight: bold;
color: #333;
margin-bottom: 10rpx;
}
.nurse-phone.data-v-38f3c378 {
font-size: 28rpx;
color: #666;
margin-bottom: 10rpx;
}
.nurse-status.data-v-38f3c378 {
font-size: 24rpx;
padding: 4rpx 12rpx;
border-radius: 20rpx;
display: inline-block;
}
.nurse-status.online.data-v-38f3c378 {
background: #e8f5e8;
color: #52c41a;
}
.nurse-status.offline.data-v-38f3c378 {
background: #f5f5f5;
color: #999;
}
.nurse-select.data-v-38f3c378 {
margin-left: 20rpx;
}
.empty-state.data-v-38f3c378 {
background: #fff;
border-radius: 20rpx;
padding: 60rpx 0;
}
.assign-btn-wrapper.data-v-38f3c378 {
position: fixed;
left: 0;
right: 0;
bottom: 40rpx;
padding: 0 30rpx;
z-index: 1001;
}
.assign-btn.data-v-38f3c378 {
width: 100%;
background: linear-gradient(to right, #476de4, #7bb9f7);
color: #fff;
font-size: 32rpx;
border-radius: 50rpx;
height: 88rpx;
line-height: 88rpx;
}
.assign-btn.data-v-38f3c378:disabled {
background: #ccc;
color: #999;
}