From 50433e86b718fab0d94ea1410724b29b5f53fa0a Mon Sep 17 00:00:00 2001
From: zuoxiao <zuoxiao>
Date: 星期三, 09 四月 2025 15:11:26 +0800
Subject: [PATCH] 更新SVG图标样式,优化灌溉计划和取水口页面逻辑,添加状态处理和信息提示功能;调整界面样式,提升用户体验。

---
 pages/home/home.wxss |  735 +++++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 519 insertions(+), 216 deletions(-)

diff --git a/pages/home/home.wxss b/pages/home/home.wxss
index ee43aa4..113d5c7 100644
--- a/pages/home/home.wxss
+++ b/pages/home/home.wxss
@@ -1,333 +1,636 @@
 /* pages/home/home.wxss */
 .base-wrapper {
-  background-color: #ececec;
-  width: 100%;
-  height: 100vh;
-  overflow: hidden;
-  /* 闃叉搴曢儴鍖哄煙婊氬姩 */
-  display: flex;
-  flex-direction: column;
+    background-color: #ececec;
+    width: 100%;
+    height: 100vh;
+    overflow: hidden;
+    /* 闃叉搴曢儴鍖哄煙婊氬姩 */
+    display: flex;
+    flex-direction: column;
 }
 
 .head-wrapper {
-  background-color: #1890FF;
-  height: 25vh;
-  width: 100%;
-  padding-left: 40rpx;
-  display: grid;
-  flex-direction: column;
-  align-items: center;
-  border-bottom-left-radius: 5rpx;
-  border-bottom-right-radius: 5rpx;
-  z-index: 1;
-  border-top: 1px solid #0484fc;
+    background-color: #1890FF;
+    height: 25vh;
+    width: 100%;
+    padding-left: 40rpx;
+    display: grid;
+    flex-direction: column;
+    align-items: center;
+    border-bottom-left-radius: 5rpx;
+    border-bottom-right-radius: 5rpx;
+    z-index: 1;
+    border-top: 1px solid #0484fc;
 
 }
 
 .head-top {
-  display: flex;
-  align-items: center;
-  /* 鍦ㄧ旱鍚戞柟鍚戜笂灞呬腑瀵归綈 */
+    display: flex;
+    align-items: center;
+    /* 鍦ㄧ旱鍚戞柟鍚戜笂灞呬腑瀵归綈 */
 }
 
 
 .head-text-wrapper {
-  flex: 1;
-  display: flex;
-  flex-direction: column;
-  align-items: left;
-  justify-content: center;
-  margin-left: 15rpx;
+    flex: 1;
+    display: flex;
+    flex-direction: column;
+    align-items: left;
+    justify-content: center;
+    margin-left: 15rpx;
 }
 
 .head-button-wrapper {
-  flex: 1;
-  display: flex;
-  flex-direction: column;
-  align-items: center;
-  justify-content: center;
-  margin-left: 15rpx;
+    flex: 1;
+    display: flex;
+    flex-direction: column;
+    align-items: center;
+    justify-content: center;
+    margin-left: 15rpx;
 }
 
 
 .head-bottom {
-  margin-top: 20rpx;
-  color: #fff;
-  font-size: 35rpx;
+    margin-top: 20rpx;
+    color: #fff;
+    font-size: 35rpx;
 }
 
 .unbind {
-  font-size: 30rpx;
-  /* 鎸夐挳鏂囧瓧鐨勫瓧浣撳ぇ灏� */
-  color: #1890FF;
-  /* 鎸夐挳鏂囧瓧棰滆壊 */
-  background-color: #fff;
-  /* 鎸夐挳鑳屾櫙棰滆壊 */
-  border: none;
-  /* 鍘绘帀鎸夐挳杈规 */
-  border-radius: 20px;
-  /* 鎸夐挳鍦嗚 */
-  padding-left: 20rpx;
-  padding-right: 20rpx;
-  padding-top: 5rpx;
-  padding-bottom: 5rpx;
-  margin-bottom: 10rpx;
+    font-size: 30rpx;
+    /* 鎸夐挳鏂囧瓧鐨勫瓧浣撳ぇ灏� */
+    color: #1890FF;
+    /* 鎸夐挳鏂囧瓧棰滆壊 */
+    background-color: #fff;
+    /* 鎸夐挳鑳屾櫙棰滆壊 */
+    border: none;
+    /* 鍘绘帀鎸夐挳杈规 */
+    border-radius: 20px;
+    /* 鎸夐挳鍦嗚 */
+    padding-left: 20rpx;
+    padding-right: 20rpx;
+    padding-top: 5rpx;
+    padding-bottom: 5rpx;
+    margin-bottom: 10rpx;
 }
 
 .head-text-wrapper text {
-  color: #fff;
-  font-size: 32rpx;
+    color: #fff;
+    font-size: 32rpx;
 }
 
 .balance-label {
-  margin-bottom: 40rpx;
-  color: #fff;
-  font-size: 35rpx;
+    margin-bottom: 40rpx;
+    color: #fff;
+    font-size: 35rpx;
 }
 
 .center-wrapper {
-  margin-top: -40rpx;
-  margin-right: 20rpx;
-  margin-left: 20rpx;
-  margin-bottom: 10rpx;
-  height: 18vh;
-  background-color: #fff;
-  border-radius: 5px;
-  display: flex;
-  padding-top: 20rpx;
-  padding-bottom: 20rpx;
-  justify-content: space-around;
-  z-index: 1;
-  /* 浣� center-wrapper 鍦ㄥご閮ㄤ箣涓� */
+    margin-top: -40rpx;
+    margin-right: 20rpx;
+    margin-left: 20rpx;
+    margin-bottom: 10rpx;
+    height: 18vh;
+    background-color: #fff;
+    border-radius: 5px;
+    display: flex;
+    padding-top: 20rpx;
+    padding-bottom: 20rpx;
+    justify-content: space-around;
+    z-index: 1;
+    /* 浣� center-wrapper 鍦ㄥご閮ㄤ箣涓� */
 }
 
 .center-view {
-  flex: 1;
-  /* 姣忎釜鍏冪礌骞冲垎瀹藉害 */
-  display: flex;
-  flex-direction: column;
-  /* 鍦ㄧ旱鍚戜笂鎺掑垪瀛愬厓绱� */
-  align-items: center;
-  /* 鍦ㄧ旱鍚戜笂灞呬腑鏄剧ず瀛愬厓绱� */
-  justify-content: center;
-  /* 鍦ㄦí鍚戝拰绾靛悜涓婇兘灞呬腑鏄剧ず瀛愬厓绱� */
+    flex: 1;
+    /* 姣忎釜鍏冪礌骞冲垎瀹藉害 */
+    display: flex;
+    flex-direction: column;
+    /* 鍦ㄧ旱鍚戜笂鎺掑垪瀛愬厓绱� */
+    align-items: center;
+    /* 鍦ㄧ旱鍚戜笂灞呬腑鏄剧ず瀛愬厓绱� */
+    justify-content: center;
+    /* 鍦ㄦí鍚戝拰绾靛悜涓婇兘灞呬腑鏄剧ず瀛愬厓绱� */
 }
 
 .center-view image,
 .center-view t-avatar {
-  width: 90rpx;
-  /* 鏍规嵁闇�瑕佽皟鏁村浘鏍囧ぇ灏� */
-  height: 90rpx;
-  /* 鏍规嵁闇�瑕佽皟鏁村浘鏍囧ぇ灏� */
-  margin-bottom: 10rpx;
-  /* 鍥炬爣鍜屾枃鏈箣闂寸殑闂磋窛 */
+    width: 90rpx;
+    /* 鏍规嵁闇�瑕佽皟鏁村浘鏍囧ぇ灏� */
+    height: 90rpx;
+    /* 鏍规嵁闇�瑕佽皟鏁村浘鏍囧ぇ灏� */
+    margin-bottom: 10rpx;
+    /* 鍥炬爣鍜屾枃鏈箣闂寸殑闂磋窛 */
 }
 
 .center-view text {
-  margin-top: 15rpx;
-  font-size: 30rpx;
-  color: #1890FF;
+    margin-top: 15rpx;
+    font-size: 30rpx;
+    color: #1890FF;
 }
 
 .bottom-wrapper {
-  margin-right: 20rpx;
-  margin-left: 20rpx;
-  display: flex;
-  flex-direction: column;
-  margin-top: 48vh;
+    margin-right: 20rpx;
+    margin-left: 20rpx;
+    display: flex;
+    flex-direction: column;
+    margin-top: 48vh;
 }
 
 .scroll-view {
-  flex: 1;
-  overflow-y: auto;
-  /* 鍏佽鍨傜洿婊氬姩 */
-  z-index: 0;
-  /* 纭繚 scroll-view 鍦ㄥご閮ㄥ拰 center-wrapper 涔嬩笅 */
+    flex: 1;
+    overflow-y: auto;
+    /* 鍏佽鍨傜洿婊氬姩 */
+    z-index: 0;
+    /* 纭繚 scroll-view 鍦ㄥご閮ㄥ拰 center-wrapper 涔嬩笅 */
 }
 
 
 
 .list-item {
-  background-color: #fff;
-  margin-bottom: 2rpx;
-  display: flex;
-  justify-content: space-between;
-  align-items: center;
-  padding-left: 30rpx;
-  padding-right: 30rpx;
-  padding-top: 30rpx;
-  padding-bottom: 30rpx;
-  margin-left: 20rpx;
-  margin-right: 20rpx;
+    background-color: #fff;
+    margin-bottom: 2rpx;
+    display: flex;
+    justify-content: space-between;
+    align-items: center;
+    padding-left: 30rpx;
+    padding-right: 30rpx;
+    padding-top: 30rpx;
+    padding-bottom: 30rpx;
+    margin-left: 20rpx;
+    margin-right: 20rpx;
 }
 
 .list-item text {
-  font-size: 30rpx;
+    font-size: 30rpx;
 }
 
 
 
 .list-item-piping {
-  display: flex;
-  flex-direction: column;
-  align-items: center;
+    display: flex;
+    flex-direction: column;
+    align-items: center;
 }
 
 .bottom-title {
-  border-radius: 5px 5px 0 0;
-  background-color: #fff;
-  display: flex;
-  align-items: center;
-  /* 鍨傜洿鏂瑰悜灞呬腑 */
-  justify-content: space-between;
-  /* 瀛愬厓绱犲湪涓昏酱涓婄殑瀵归綈鏂瑰紡 */
-  padding: 10px;
-  /* 瀹瑰櫒鐨勫唴杈硅窛 */
-  margin-left: 20rpx;
-  margin-right: 20rpx;
-  margin-top: 20rpx;
+    border-radius: 5px 5px 0 0;
+    background-color: #fff;
+    display: flex;
+    align-items: center;
+    /* 鍨傜洿鏂瑰悜灞呬腑 */
+    justify-content: space-between;
+    /* 瀛愬厓绱犲湪涓昏酱涓婄殑瀵归綈鏂瑰紡 */
+    padding: 10px;
+    /* 瀹瑰櫒鐨勫唴杈硅窛 */
+    margin-left: 20rpx;
+    margin-right: 20rpx;
+    margin-top: 20rpx;
 }
 
 .bottom-title-text {
-  position: absolute;
-  /* 缁濆瀹氫綅 */
-  left: 50%;
-  /* 绉诲姩鍒板鍣ㄧ殑涓棿 */
-  transform: translateX(-50%);
-  /* 閫氳繃骞崇Щ鑷韩瀹藉害鐨勪竴鍗婃潵瀹炵幇鐪熸鐨勫眳涓� */
-  font-size: 16px;
-  /* 瀛椾綋澶у皬 */
-  color: #333;
-  /* 瀛椾綋棰滆壊 */
-}
+    margin-right: 10rpx;
+    /* 缁欐枃鏈拰鍥炬爣涔嬮棿娣诲姞涓�浜涢棿璺� */
+    font-size: 35rpx;
+    /* 瀛椾綋澶у皬 */
+    color: #333;
+    /* 瀛椾綋棰滆壊 */
+  }
+  
 
 .refresh-button {
-  margin-left: auto;
-  /* 灏嗘寜閽帹鍒板鍣ㄧ殑鏈�鍙充晶 */
-  font-size: 30rpx;
-  /* 鎸夐挳鏂囧瓧鐨勫瓧浣撳ぇ灏� */
-  color: #fff;
-  /* 鎸夐挳鏂囧瓧棰滆壊 */
-  background-color: #1890FF;
-  /* 鎸夐挳鑳屾櫙棰滆壊 */
-  border: none;
-  /* 鍘绘帀鎸夐挳杈规 */
-  border-radius: 5px;
-  /* 鎸夐挳鍦嗚 */
-  padding-left: 25rpx;
-  padding-right: 25rpx;
-  padding-top: 15rpx;
-  padding-bottom: 15rpx;
+    margin-left: auto;
+    /* 灏嗘寜閽帹鍒板鍣ㄧ殑鏈�鍙充晶 */
+    font-size: 30rpx;
+    /* 鎸夐挳鏂囧瓧鐨勫瓧浣撳ぇ灏� */
+    color: #fff;
+    /* 鎸夐挳鏂囧瓧棰滆壊 */
+    background-color: #1890FF;
+    /* 鎸夐挳鑳屾櫙棰滆壊 */
+    border: none;
+    /* 鍘绘帀鎸夐挳杈规 */
+    border-radius: 5px;
+    /* 鎸夐挳鍦嗚 */
+    padding-left: 25rpx;
+    padding-right: 25rpx;
+    padding-top: 15rpx;
+    display: flex;
+    align-items: center;
+    justify-content: center;
+    padding-bottom: 15rpx;
+}
+
+.refresh-button:active {
+    background-color: #7c7c7c;
+    /* Change to a darker color when pressed */
 }
 
 .refresh-view {
-  text-align: center;
-  padding: 30rpx;
-  display: flex;
-  justify-content: center;
-  align-items: center;
+    text-align: center;
+    padding: 30rpx;
+    display: flex;
+    justify-content: center;
+    align-items: center;
 }
 
 .dot {
-  width: 20rpx;
-  height: 20rpx;
-  background-color: #333;
-  border-radius: 50%;
-  margin: 0 5px;
-  animation: blink 1.4s infinite both;
+    width: 20rpx;
+    height: 20rpx;
+    background-color: #333;
+    border-radius: 50%;
+    margin: 0 5px;
+    animation: blink 1.4s infinite both;
 }
 
 .dot:nth-child(2) {
-  animation-delay: 0.2s;
+    animation-delay: 0.2s;
 }
 
 .dot:nth-child(3) {
-  animation-delay: 0.4s;
+    animation-delay: 0.4s;
 }
 
 @keyframes blink {
 
-  0%,
-  80%,
-  100% {
-    opacity: 0;
-  }
+    0%,
+    80%,
+    100% {
+        opacity: 0;
+    }
 
-  40% {
-    opacity: 1;
-  }
+    40% {
+        opacity: 1;
+    }
 }
 
 .switch {
-  --td-switch-checked-color: #1890FF;
+    --td-switch-checked-color: #1890FF;
 }
 
 
 .item-left {
-  display: flex;
-  align-items: center;
+    display: flex;
+    align-items: center;
 }
 
 .item-left text {
-  font-size: 40rpx;
-  min-width: 150rpx;
+    font-size: 40rpx;
+    min-width: 150rpx;
 }
 
 .item-img {
-  width: 40rpx;
-  /* 鏍规嵁闇�瑕佽皟鏁村浘鏍囧ぇ灏� */
-  height: 40rpx;
-  /* 鏍规嵁闇�瑕佽皟鏁村浘鏍囧ぇ灏� */
-  margin-left: 20rpx;
+    width: 40rpx;
+    /* 鏍规嵁闇�瑕佽皟鏁村浘鏍囧ぇ灏� */
+    height: 40rpx;
+    /* 鏍规嵁闇�瑕佽皟鏁村浘鏍囧ぇ灏� */
+    margin-left: 20rpx;
 }
 
 .dialog {
-  --td-dialog-content-font-size: 40rpx;
-  --td-dialog-content-line-height: 50rpx
+    --td-dialog-content-font-size: 40rpx;
+    --td-dialog-content-line-height: 50rpx
 }
 
 .noMore-View-home {
-  display: flex;
-  flex-direction: column;
-  /* 纭繚瀛愬厓绱犵旱鍚戞帓鍒� */
-  justify-content: center;
-  /* 鍨傜洿灞呬腑 */
-  align-items: center;
-  /* 姘村钩灞呬腑 */
-  height: 100%;
-  /* 璁╁鍣ㄩ珮搴﹀崰婊$埗鍏冪礌 */
+    display: flex;
+    flex-direction: column;
+    /* 纭繚瀛愬厓绱犵旱鍚戞帓鍒� */
+    justify-content: center;
+    /* 鍨傜洿灞呬腑 */
+    align-items: center;
+    /* 姘村钩灞呬腑 */
+    height: 100%;
+    /* 璁╁鍣ㄩ珮搴﹀崰婊$埗鍏冪礌 */
 }
 
 .item-button {
-  display: flex;
-  height: 80rpx;
-  padding: 0 60rpx;
-  background-color: #1890FF;
-  color: white;
-  border: none;
-  border-radius: 20rpx;
-  font-size: 30rpx;
-  align-items: center;
-  justify-content: center;
+    display: flex;
+    height: 80rpx;
+    padding: 0 60rpx;
+    background-color: #1890FF;
+    color: white;
+    border: none;
+    border-radius: 20rpx;
+    font-size: 30rpx;
+    align-items: center;
+    justify-content: center;
+}
+
+.item-button:active {
+    background-color: #7c7c7c;
+    /* Change to a darker color when pressed */
 }
 
 .divider {
-  width: 100%;
-  margin-top: 2rpx;
-  /* background-color: #e0e0e0; */
+    width: 100%;
+    margin-top: 2rpx;
+    /* background-color: #e0e0e0; */
 }
 
 
-.error-dialog{
-  --td-dialog-title-color:red;
-  --td-dialog-title-font-size:40rpx;
+.error-dialog {
+    --td-dialog-title-color: red;
+    --td-dialog-title-font-size: 40rpx;
 }
 
-.scen-code{
-  width: 40rpx;
-  height: 40rpx;
-  position: absolute; /* 娣诲姞杩欒 */
-  top: 15rpx; /* 鏍规嵁闇�瑕佽皟鏁磋窛绂婚《閮ㄧ殑璺濈 */
-  right: 30rpx; /* 鏍规嵁闇�瑕佽皟鏁磋窛绂诲彸渚х殑璺濈 */
+.scen-view {
+    position: absolute;
+    /* 娣诲姞杩欒 */
+    top: 15rpx;
+    /* 鏍规嵁闇�瑕佽皟鏁磋窛绂婚《閮ㄧ殑璺濈 */
+    right: 30rpx;
+    /* 鏍规嵁闇�瑕佽皟鏁磋窛绂诲彸渚х殑璺濈 */
+    display: flex;
+    align-items: center;
+    /* 鍨傜洿鏂瑰悜灞呬腑 */
+    justify-content: space-between;
+}
 
-}
\ No newline at end of file
+.scen-code {
+    width: 40rpx;
+    height: 40rpx;
+}
+
+.scen-view text {
+    font-size: 30rpx;
+    color: #ffffff;
+}
+
+.project-select-container {
+    padding: 20rpx 0;
+}
+
+.project-select-container .t-radio {
+    margin-bottom: 20rpx;
+    padding: 10rpx 0;
+}
+
+.project-select-container .t-radio:last-child {
+    margin-bottom: 0;
+}
+
+.project-select-container .t-radio__label {
+    font-size: 28rpx;
+    color: #333;
+}
+
+.project-select-container .t-radio--checked {
+    background: #e6f4ff;
+}
+
+/* 寮圭獥鎸夐挳鏍峰紡 */
+.dialog__button-group {
+    display: flex;
+    justify-content: space-between;
+    margin-top: 32rpx;
+}
+
+.dialog__button-group .t-button {
+    flex: 1;
+    margin: 0 16rpx;
+}
+
+.dialog__button-group .t-button:first-child {
+    margin-left: 0;
+}
+
+.dialog__button-group .t-button:last-child {
+    margin-right: 0;
+}
+
+.project-select-popup {
+    background-color: #fff;
+    border-radius: 16rpx;
+    width: 600rpx;
+}
+
+.popup-title {
+    font-size: 32rpx;
+    font-weight: bold;
+    text-align: center;
+    padding: 32rpx;
+    border-bottom: 1px solid #f0f0f0;
+}
+
+.popup-content {
+    padding: 32rpx;
+}
+
+.radio-group {
+    display: flex;
+    flex-direction: column;
+    gap: 20rpx;
+}
+
+.radio-group .t-radio {
+    margin-bottom: 20rpx;
+    padding: 20rpx;
+    background: #f5f5f5;
+    border-radius: 8rpx;
+}
+
+.radio-group .t-radio:last-child {
+    margin-bottom: 0;
+}
+
+.popup-footer {
+    padding: 32rpx;
+    border-top: 1px solid #f0f0f0;
+}
+
+.dialog-content {
+    padding: 32rpx;
+    max-height: 60vh;
+}
+
+.project-options {
+    display: flex;
+    flex-direction: column;
+    gap: 20rpx;
+}
+
+.project-option {
+    display: flex;
+    justify-content: space-between;
+    align-items: center;
+    padding: 30rpx;
+    background: #f5f5f5;
+    border-radius: 8rpx;
+    font-size: 32rpx;
+}
+
+.project-option.selected {
+    background: #e6f4ff;
+    border: 2rpx solid #1890FF;
+}
+
+.selected-icon {
+    width: 40rpx;
+    height: 40rpx;
+}
+
+.project-dialog-content {
+    padding: 20rpx;
+}
+
+.project-item {
+    margin: 20rpx 0;
+    padding: 30rpx;
+    background-color: #f5f5f5;
+    border-radius: 8rpx;
+    text-align: center;
+    font-size: 32rpx;
+}
+
+.project-item-selected {
+    background-color: #e6f4ff;
+    color: #1890FF;
+    border: 2rpx solid #1890FF;
+}
+
+.radio-content {
+    padding: 30rpx 20rpx 10rpx;
+}
+
+.radio-content .t-radio {
+    margin-bottom: 20rpx;
+    padding: 20rpx;
+    background-color: #f5f5f5;
+    border-radius: 8rpx;
+}
+
+.radio-content .t-radio--checked {
+    background-color: #e6f4ff;
+}
+
+.project-modal {
+    position: fixed;
+    top: 0;
+    left: 0;
+    right: 0;
+    bottom: 0;
+    z-index: 9999;
+    display: flex;
+    align-items: center;
+    justify-content: center;
+}
+
+.project-modal-mask {
+    position: absolute;
+    top: 0;
+    left: 0;
+    right: 0;
+    bottom: 0;
+    background-color: rgba(0, 0, 0, 0.6);
+}
+
+.project-modal-content {
+    position: relative;
+    width: 80%;
+    max-width: 600rpx;
+    background-color: #fff;
+    border-radius: 16rpx;
+    overflow: hidden;
+    display: flex;
+    flex-direction: column;
+}
+
+.project-modal-header {
+    padding: 30rpx;
+    text-align: center;
+    border-bottom: 1rpx solid #f0f0f0;
+}
+
+.project-modal-title {
+    font-size: 36rpx;
+    font-weight: bold;
+    color: #333;
+}
+
+.project-modal-body {
+    padding: 30rpx;
+}
+
+.project-modal-tip {
+    display: block;
+    font-size: 28rpx;
+    color: #999;
+    margin-bottom: 30rpx;
+    text-align: center;
+}
+
+.project-radio-group {
+    display: flex;
+    flex-direction: column;
+    gap: 20rpx;
+}
+
+.project-radio {
+    display: flex;
+    align-items: center;
+    padding: 20rpx;
+    background-color: #f5f5f5;
+    border-radius: 8rpx;
+}
+
+.project-radio-selected {
+    background-color: #e6f4ff;
+    border: 2rpx solid #1890FF;
+}
+
+.project-radio text {
+    margin-left: 10rpx;
+    font-size: 32rpx;
+}
+
+.project-modal-footer {
+    padding: 30rpx;
+    border-top: 1rpx solid #f0f0f0;
+}
+
+.project-modal-btn {
+    width: 100%;
+    height: 80rpx;
+    line-height: 80rpx;
+    text-align: center;
+    background-color: #1890FF;
+    color: #fff;
+    font-size: 32rpx;
+    border-radius: 8rpx;
+}
+
+.project-modal-btn[disabled] {
+    background-color: #cccccc;
+    color: #ffffff;
+}
+
+.info-img {
+    width: 50rpx;
+    height: 50rpx;
+}
+
+.title-center {
+    position: absolute;
+    /* 缁濆瀹氫綅 */
+    left: 50%;
+    /* 绉诲姩鍒板鍣ㄧ殑涓棿 */
+    transform: translateX(-50%);
+    display: flex;
+    justify-content: space-between;
+    /* 浣垮瓙鍏冪礌鍦ㄤ富杞翠笂鍧囧寑鍒嗗竷 */
+    align-items: center;
+    /* 鍨傜洿灞呬腑瀵归綈 */
+}
+.content-container {
+    white-space: pre-line;
+    word-wrap: break-word;
+    /* 闃叉闀垮崟璇嶆棤娉曟崲琛� */
+  }
+  
+  .long-content {
+    height: 450rpx;
+    margin-top: 16rpx;
+    font-size: 32rpx;
+    color: #888;
+  }
+  
\ No newline at end of file

--
Gitblit v1.8.0