From bfd70830b78bc42e0a284baa044efacc29897cd5 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 28 四月 2026 22:02:46 +0800
Subject: [PATCH] 小程序改bug

---
 small-program/unpackage/dist/dev/mp-weixin/pages/evaluate/evaluate.wxss |  219 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 219 insertions(+), 0 deletions(-)

diff --git a/small-program/unpackage/dist/dev/mp-weixin/pages/evaluate/evaluate.wxss b/small-program/unpackage/dist/dev/mp-weixin/pages/evaluate/evaluate.wxss
new file mode 100644
index 0000000..8589d84
--- /dev/null
+++ b/small-program/unpackage/dist/dev/mp-weixin/pages/evaluate/evaluate.wxss
@@ -0,0 +1,219 @@
+@charset "UTF-8";
+/**
+ * 杩欓噷鏄痷ni-app鍐呯疆鐨勫父鐢ㄦ牱寮忓彉閲�
+ *
+ * uni-app 瀹樻柟鎵╁睍鎻掍欢鍙婃彃浠跺競鍦猴紙https://ext.dcloud.net.cn锛変笂寰堝涓夋柟鎻掍欢鍧囦娇鐢ㄤ簡杩欎簺鏍峰紡鍙橀噺
+ * 濡傛灉浣犳槸鎻掍欢寮�鍙戣�咃紝寤鸿浣犱娇鐢╯css棰勫鐞嗭紝骞跺湪鎻掍欢浠g爜涓洿鎺ヤ娇鐢ㄨ繖浜涘彉閲忥紙鏃犻渶 import 杩欎釜鏂囦欢锛夛紝鏂逛究鐢ㄦ埛閫氳繃鎼Н鏈ㄧ殑鏂瑰紡寮�鍙戞暣浣撻鏍间竴鑷寸殑App
+ *
+ */
+/**
+ * 濡傛灉浣犳槸App寮�鍙戣�咃紙鎻掍欢浣跨敤鑰咃級锛屼綘鍙互閫氳繃淇敼杩欎簺鍙橀噺鏉ュ畾鍒惰嚜宸辩殑鎻掍欢涓婚锛屽疄鐜拌嚜瀹氫箟涓婚鍔熻兘
+ *
+ * 濡傛灉浣犵殑椤圭洰鍚屾牱浣跨敤浜唖css棰勫鐞嗭紝浣犱篃鍙互鐩存帴鍦ㄤ綘鐨� scss 浠g爜涓娇鐢ㄥ涓嬪彉閲忥紝鍚屾椂鏃犻渶 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;
+}
+

--
Gitblit v1.9.3