liyongli há 2 semanas atrás
pai
commit
b8db79714a
3 ficheiros alterados com 13 adições e 7 exclusões
  1. 1 1
      src/config/page.json
  2. 12 5
      src/view/fenghui/index.vue
  3. 0 1
      src/view/fenghui/lang.js

+ 1 - 1
src/config/page.json

@@ -86,6 +86,6 @@
         "title": "第十一届“陕西好青年”候选人选风采展示"
     },
     "fenghui": {
-        "title": "中亚峰会投票"
+        "title": "2025中国-拉美互联⽹发展与合作论坛"
     }
 }

+ 12 - 5
src/view/fenghui/index.vue

@@ -139,9 +139,6 @@ const permissionList = [
 const isFile = () => {
     return from.file && from.file.length;
 };
-const isString = v => {
-    return !!v && typeof v == 'string' && isNaN(v);
-};
 const topWidth = ref(window.$originData.orginParames.availWidth);
 const from = reactive({
     name: '',
@@ -226,8 +223,7 @@ const onSubmit = () => {
     overflow-x: hidden;
     width: 100vw;
     min-height: 100vh;
-    background-color: #0927A1;
-    background-size: 100% 100%;
+    background: linear-gradient(270deg, #1C4DD6 0%, #1D18BC 100%);
     font-weight: 400;
     padding-bottom: 20px;
 
@@ -284,6 +280,17 @@ const onSubmit = () => {
             background-color: rgb(0, 0, 0, 0);
             color: #FFFFFF;
         }
+
+        .van-field__body input {
+            &::placeholder,
+            &::-webkit-input-placeholder,
+            &:-moz-placeholder,
+            &::-moz-placeholder,
+            &:-ms-input-placeholder {
+                color: rgba(255, 255, 255, 0.6);
+            }
+
+        }
     }
 }
 </style>

+ 0 - 1
src/view/fenghui/lang.js

@@ -6,5 +6,4 @@ export default {
     "en": {
         "introduce": "Introduce"
     }
-
 }