serviceDiary.wxss 6.24 KB
@charset "UTF-8";
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.container.data-v-1cb81ec6 {
  height: 100vh;
  background: linear-gradient(135deg, #e8f5e9 0%, #b2dfdb 100%);
  padding: 40rpx;
  box-sizing: border-box;
}
.header.data-v-1cb81ec6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40rpx;
}
.back-btn.data-v-1cb81ec6 {
  display: flex;
  align-items: center;
  background: #fff;
  border: none;
  border-radius: 24rpx;
  padding: 16rpx 24rpx;
  color: #388e3c;
  font-size: 28rpx;
  box-shadow: 0 4rpx 16rpx rgba(76, 175, 80, 0.15);
  transition: all 0.2s ease;
}
.back-btn.data-v-1cb81ec6:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.back-icon.data-v-1cb81ec6 {
  font-size: 32rpx;
  margin-right: 8rpx;
}
.back-text.data-v-1cb81ec6 {
  font-size: 28rpx;
}
.header-title.data-v-1cb81ec6 {
  text-align: center;
  color: #388e3c;
  font-size: 36rpx;
  font-weight: bold;
  letter-spacing: 4rpx;
  flex: 1;
}
.header-placeholder.data-v-1cb81ec6 {
  width: 120rpx;
}
.member-card.data-v-1cb81ec6 {
  background: #fff;
  border-radius: 32rpx;
  box-shadow: 0 8rpx 32rpx rgba(76, 175, 80, 0.1);
  padding: 40rpx;
  margin-bottom: 40rpx;
}
.member-info.data-v-1cb81ec6 {
  display: flex;
  align-items: center;
}
.member-avatar.data-v-1cb81ec6 {
  width: 80rpx;
  height: 80rpx;
  background: linear-gradient(135deg, #4caf50 0%, #66bb6a 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40rpx;
  margin-right: 24rpx;
}
.member-details.data-v-1cb81ec6 {
  flex: 1;
}
.member-name.data-v-1cb81ec6 {
  font-size: 32rpx;
  font-weight: 600;
  color: #2e7d32;
  margin-bottom: 8rpx;
}
.member-id.data-v-1cb81ec6 {
  font-size: 24rpx;
  color: #6a9c6a;
}
.log-card.data-v-1cb81ec6 {
  background: #fff;
  border-radius: 32rpx;
  box-shadow: 0 8rpx 32rpx rgba(76, 175, 80, 0.1);
  overflow: hidden;
  flex: 1;
}
.log-header.data-v-1cb81ec6 {
  background: linear-gradient(120deg, #43e97b 0%, #38f9d7 100%);
  padding: 32rpx 40rpx;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2rpx;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.log-header-right.data-v-1cb81ec6 {
  display: flex;
  align-items: center;
  gap: 24rpx;
}
.log-title.data-v-1cb81ec6 {
  font-size: 32rpx;
}
.log-count.data-v-1cb81ec6 {
  font-size: 28rpx;
  opacity: 0.9;
}
.log-content.data-v-1cb81ec6 {
  max-height: calc(100vh - 400rpx);
  overflow-y: auto;
}
.log-item.data-v-1cb81ec6 {
  padding: 32rpx 40rpx;
  border-bottom: 2rpx solid #f0f0f0;
  position: relative;
}
.log-item.data-v-1cb81ec6:last-child {
  border-bottom: none;
}
.log-time.data-v-1cb81ec6 {
  font-size: 24rpx;
  color: #6a9c6a;
  margin-bottom: 12rpx;
}
.log-content-text.data-v-1cb81ec6 {
  font-size: 28rpx;
  color: #333;
  line-height: 1.6;
  margin-bottom: 12rpx;
}
.log-staff.data-v-1cb81ec6 {
  font-size: 24rpx;
  color: #2e7d32;
  font-weight: 500;
}
.empty-state.data-v-1cb81ec6 {
  text-align: center;
  padding: 120rpx 40rpx;
  color: #6a9c6a;
}
.empty-icon.data-v-1cb81ec6 {
  font-size: 120rpx;
  margin-bottom: 32rpx;
  opacity: 0.5;
}
.empty-text.data-v-1cb81ec6 {
  font-size: 32rpx;
  margin-bottom: 16rpx;
}
.empty-tip.data-v-1cb81ec6 {
  font-size: 28rpx;
  opacity: 0.7;
}
.btn-add-log.data-v-1cb81ec6 {
  background: rgba(255, 255, 255, 0.2);
  border: 2rpx solid rgba(255, 255, 255, 0.3);
  border-radius: 20rpx;
  padding: 12rpx 24rpx;
  color: #fff;
  font-size: 24rpx;
  font-weight: 500;
  transition: all 0.2s ease;
}
.btn-add-log.data-v-1cb81ec6:active {
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
/* 服务日志项目样式 */
.log-header-info.data-v-1cb81ec6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16rpx;
  padding-bottom: 12rpx;
  border-bottom: 2rpx solid #f0f0f0;
}
.log-header-right-info.data-v-1cb81ec6 {
  display: flex;
  align-items: center;
  gap: 16rpx;
}
.log-creator.data-v-1cb81ec6 {
  font-size: 24rpx;
  color: #6a9c6a;
}
.btn-edit-log.data-v-1cb81ec6 {
  background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
  border: none;
  border-radius: 12rpx;
  padding: 8rpx 20rpx;
  color: #fff;
  font-size: 22rpx;
  font-weight: 500;
  transition: all 0.2s ease;
}
.btn-edit-log.data-v-1cb81ec6:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 0.8;
}
.log-images-section.data-v-1cb81ec6 {
  margin-bottom: 24rpx;
}
.images-title.data-v-1cb81ec6 {
  font-size: 26rpx;
  color: #2e7d32;
  font-weight: 600;
  margin-bottom: 12rpx;
}
.images-grid.data-v-1cb81ec6 {
  display: flex;
  flex-wrap: wrap;
  gap: 12rpx;
}
.image-item.data-v-1cb81ec6 {
  width: 120rpx;
  height: 120rpx;
  border-radius: 12rpx;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease;
}
.image-item.data-v-1cb81ec6:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  border-color: #4caf50;
}
.log-image.data-v-1cb81ec6 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.log-remark.data-v-1cb81ec6 {
  background: #f9fff9;
  border: 2rpx solid #c8e6c9;
  border-radius: 16rpx;
  padding: 20rpx;
  margin-top: 16rpx;
}
.remark-label.data-v-1cb81ec6 {
  font-size: 26rpx;
  color: #2e7d32;
  font-weight: 600;
  margin-bottom: 8rpx;
}
.remark-content.data-v-1cb81ec6 {
  font-size: 28rpx;
  color: #333;
  line-height: 1.6;
}