@charset "UTF-8";
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场（https://ext.dcloud.net.cn）上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者，建议你使用scss预处理，并在插件代码中直接使用这些变量（无需 import 这个文件），方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者（插件使用者），你可以通过修改这些变量来定制自己的插件主题，实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理，你也可以直接在你的 scss 代码中使用如下变量，同时无需 import 这个文件
 */
/* uni.scss */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.evaluate-page.data-v-2208e2a6 {
  background: #ffffff;
  padding: 0 30rpx;
  box-sizing: border-box;
}
.content-wrap.data-v-2208e2a6 {
  padding-bottom: 40rpx;
}
.rate-block.data-v-2208e2a6 {
  padding: 40rpx 0;
  box-sizing: border-box;
}
.title-row.data-v-2208e2a6 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.title-label.data-v-2208e2a6,
.title-value.data-v-2208e2a6 {
  font-weight: 400;
  font-size: 30rpx;
  color: #222222;
}
.title-label.data-v-2208e2a6 {
  font-weight: 500;
}
.title-value.data-v-2208e2a6 {
  font-weight: 500;
}
.star-row.data-v-2208e2a6 {
  margin-top: 30rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.no-text-row.data-v-2208e2a6 {
  justify-content: flex-start;
}
.star-list.data-v-2208e2a6 {
  display: flex;
  align-items: center;
}
.star-item.data-v-2208e2a6 {
  width: 54rpx;
  height: 54rpx;
  margin-right: 10rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50rpx;
  line-height: 1;
  color: #e5e7eb;
  position: relative;
}
.star-item.active.data-v-2208e2a6 {
  color: #ffc533;
}
.rate-text.data-v-2208e2a6 {
  font-size: 30rpx;
  color: #666666;
}
.divider.data-v-2208e2a6 {
  height: 1rpx;
  background: #f0f1f4;
  margin-bottom: 26rpx;
}
.upload-row.data-v-2208e2a6 {
  display: flex;
  align-items: flex-start;
  gap: 10rpx;
  margin-bottom: 22rpx;
}
.upload-box.data-v-2208e2a6,
.photo-box.data-v-2208e2a6 {
  width: 122rpx;
  height: 122rpx;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.upload-box.data-v-2208e2a6 {
  border: 1rpx dashed #c8ccd4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.upload-plus.data-v-2208e2a6 {
  font-size: 54rpx;
  line-height: 1;
  color: #999999;
}
.upload-text.data-v-2208e2a6 {
  margin-top: 8rpx;
  font-size: 24rpx;
  color: #999999;
}
.photo-image.data-v-2208e2a6 {
  width: 100%;
  height: 100%;
}
.photo-delete.data-v-2208e2a6 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 32rpx;
  line-height: 32rpx;
  text-align: center;
  font-size: 22rpx;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.45);
}
.textarea-box.data-v-2208e2a6 {
  background: #f6f8fb;
  border-radius: 18rpx;
  padding: 18rpx 18rpx 16rpx;
  box-sizing: border-box;
}
.textarea-placeholder-wrap.data-v-2208e2a6 {
  display: flex;
  align-items: flex-start;
}
.textarea-icon.data-v-2208e2a6 {
  width: 26rpx;
  height: 26rpx;
  border: 2rpx solid #b9bec7;
  margin-top: 8rpx;
  margin-right: 12rpx;
  box-sizing: border-box;
  position: relative;
}
.textarea-icon.data-v-2208e2a6::before,
.textarea-icon.data-v-2208e2a6::after {
  content: '';
  position: absolute;
  background: #b9bec7;
}
.textarea-icon.data-v-2208e2a6::before {
  width: 20rpx;
  height: 2rpx;
  left: 2rpx;
  top: 11rpx;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.textarea-icon.data-v-2208e2a6::after {
  width: 2rpx;
  height: 12rpx;
  right: 4rpx;
  top: 3rpx;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.textarea.data-v-2208e2a6 {
  flex: 1;
  min-height: 260rpx;
  font-size: 28rpx;
  line-height: 1.6;
  color: #333333;
  background: transparent;
}
.textarea-placeholder.data-v-2208e2a6 {
  font-size: 28rpx;
  color: #b9bec7;
}
.textarea-count.data-v-2208e2a6 {
  display: block;
  margin-top: 8rpx;
  text-align: right;
  font-size: 20rpx;
  color: #999999;
}
.submit-wrap.data-v-2208e2a6 {
  position: fixed;
  left: 18rpx;
  right: 18rpx;
  bottom: calc(16rpx + env(safe-area-inset-bottom));
}
.submit-btn.data-v-2208e2a6 {
  height: 78rpx;
  border-radius: 39rpx;
  background: #22abf4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34rpx;
  font-weight: 500;
  color: #ffffff;
}

