ouyj 2 месяцев назад
Родитель
Сommit
87aee2dcdb
1 измененных файлов с 66 добавлено и 26 удалено
  1. 66 26
      pages/score/detail/selfEvaluate.uvue

+ 66 - 26
pages/score/detail/selfEvaluate.uvue

@@ -1756,39 +1756,63 @@ async function submitSelfEvaluationForm(): Promise<void> {
   margin-bottom: 20rpx;
 }
 
-.info-item {
-  flex-direction: row;
-  padding: 20rpx 0;
-  border-bottom: 1rpx solid #f0f0f0;
-
-  &:last-child {
-    border-bottom: none;
-  }
-
-  .info-label {
-    width: 240rpx;
-    font-size: 28rpx;
-    color: #666666;
-    white-space: nowrap;
-  }
-
-  .info-value {
-    flex: 1;
-    font-size: 28rpx;
-    color: #333333;
-    text-align: right;
-  }
-  
-  .info-input {
+.info-input {
     flex: 1;
     font-size: 28rpx;
     color: #333333;
     border: 1rpx solid #e0e0e0;
     border-radius: 8rpx;
     padding: 10rpx;
-	text-align: right;
+    text-align: right;
+    /* iOS兼容性处理 */
+    box-sizing: border-box;
+    outline: none;
+    appearance: none;
+    /* #ifdef APP-IOS */
+    -webkit-appearance: none;
+    /* #endif */
+  }
+
+  .info-item {
+    flex-direction: row;
+    padding: 20rpx 0;
+    border-bottom: 1rpx solid #f0f0f0;
+
+    &:last-child {
+      border-bottom: none;
+    }
+
+    .info-label {
+      width: 240rpx;
+      font-size: 28rpx;
+      color: #666666;
+      white-space: nowrap;
+    }
+
+    .info-value {
+      flex: 1;
+      font-size: 28rpx;
+      color: #333333;
+      text-align: right;
+    }
+
+    .info-input {
+      flex: 1;
+      font-size: 28rpx;
+      color: #333333;
+      border: 1rpx solid #e0e0e0;
+      border-radius: 8rpx;
+      padding: 10rpx;
+      text-align: right;
+      /* iOS兼容性处理 */
+      box-sizing: border-box;
+      outline: none;
+      appearance: none;
+      /* #ifdef APP-IOS */
+      -webkit-appearance: none;
+      /* #endif */
+    }
   }
-}
 
 .form-item {
   margin-bottom: 30rpx;
@@ -1816,8 +1840,16 @@ async function submitSelfEvaluationForm(): Promise<void> {
   padding: 20rpx;
   font-size: 28rpx;
   color: #333;
+  /* iOS兼容性处理 */
+  box-sizing: border-box;
+  outline: none;
+  appearance: none;
+  /* #ifdef APP-IOS */
+  -webkit-appearance: none;
+  /* #endif */
 }
 
+
 .picker {
   width: 100%;
 }
@@ -1906,8 +1938,16 @@ async function submitSelfEvaluationForm(): Promise<void> {
   font-size: 26rpx;
   color: #333;
   text-align: right;
+  /* iOS兼容性处理 */
+  box-sizing: border-box;
+  outline: none;
+  appearance: none;
+  /* #ifdef APP-IOS */
+  -webkit-appearance: none;
+  /* #endif */
 }
 
+
 .submit-btn {
   margin-top: 40rpx;
   height: 80rpx;