Browse Source

样式调整

GouGengquan 1 tháng trước cách đây
mục cha
commit
21a08ab3e0

+ 1 - 1
index.html

@@ -6,7 +6,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>大友评估主营业务系统</title>
   </head>
-  <body>
+  <body style="background-color: #F7F8FA;">
     <div id="app"></div>
     <script type="module" src="/src/main.js"></script>
   </body>

+ 1 - 1
src/components/BackBar/index.vue

@@ -1,7 +1,7 @@
 <template>
   <van-nav-bar :title="title" :left-text="lefttext" left-arrow @click-left="onClickLeft()" class="back-bar" />
   <!-- 顶一下高度,不然bar脱离文档流了会遮挡内容 -->
-  <div style="margin-bottom:46px"></div>
+  <div style="margin-bottom:56px"></div>
 </template>
 
 <script>

+ 2 - 0
src/views/assets/index.vue

@@ -23,5 +23,7 @@ export default {
 </script>
 <style scoped>
 .base {
+  background-color: #F7F8FA; 
+  width: 100%; 
 }
 </style>

+ 1 - 2
src/views/assets/myOrder.vue

@@ -130,8 +130,7 @@ export default {
 <style scoped>
 .card {
   background-color: white;
-  border-radius: 12px;
-  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
+  border-radius: 5px;
   padding: 16px;
   margin: 10px;
 }

+ 2 - 2
src/views/home/components/NavBar.vue

@@ -69,14 +69,14 @@ export default {
   width: 100%;
   height: 60px;
   position: relative; 
-  background-color: #f2f2f2;
+  background-color: #F7F8FA;
   border-bottom: 1px #d7d7d7 solid;
 }
 
 .navbarFixed {
   width: 100%;
   height: 60px;
-  background-color: #f2f2f2;
+  background-color: #F7F8FA;
   border-bottom: 1px #d7d7d7 solid;
   position: fixed;
   top: 0;

+ 1 - 1
src/views/home/components/Tabbar.vue

@@ -54,7 +54,7 @@ export default {
 
 <style scoped>
 .tabbar-meun{
-  background-color: #f2f2f2;
+  background-color: #F7F8FA;
   border-top:1px #d7d7d7 solid;
 }
 </style>

+ 1 - 1
src/views/home/home.vue

@@ -179,7 +179,7 @@
         </svg>
         <div class="icon-word">正在进行</div>
       </div>
-      <div class="icon-area">
+      <div class="icon-area" @click="goBench('/index/land/myOrder')">
         <svg t="1748250501503" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2184" id="mx_n_1748250501504" width="36" height="36">
           <path
             d="M810.666667 1024H213.333333c-117.333333 0-213.333333-96-213.333333-213.333333V213.333333C0 96 96 0 213.333333 0h597.333334c117.333333 0 213.333333 96 213.333333 213.333333v597.333334c0 117.333333-96 213.333333-213.333333 213.333333z"

+ 1 - 1
src/views/home/index.vue

@@ -56,7 +56,7 @@ export default {
 </script>
 <style scoped>
 .base {
-  background-color: #f2f2f2; 
+  background-color: #F7F8FA; 
   width: 100%; 
 }
 </style>

+ 1 - 2
src/views/home/start.vue

@@ -116,8 +116,7 @@ export default {
 <style scoped>
 .card {
   background-color: white;
-  border-radius: 8px;
-  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
+  border-radius: 5px;
   padding: 16px;
   margin: 10px;
 }

+ 2 - 0
src/views/land/index.vue

@@ -23,5 +23,7 @@ export default {
 </script>
 <style scoped>
 .base {
+  background-color: #F7F8FA; 
+  width: 100%; 
 }
 </style>

+ 1 - 2
src/views/land/myOrder.vue

@@ -90,8 +90,7 @@ export default {
 <style scoped>
 .card {
   background-color: white;
-  border-radius: 12px;
-  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
+  border-radius: 5px;
   padding: 16px;
   margin: 10px;
 }

+ 1 - 1
src/views/login/index.vue

@@ -209,7 +209,7 @@ export default {
 .submit-btn {
   margin-top: 50px;
   height: 55px;
-  background: #f2f2f2;
+  background: #F7F8FA;
   border-radius: 11px;
   border: 0;
   outline: none;

+ 2 - 0
src/views/major/index.vue

@@ -23,5 +23,7 @@ export default {
 </script>
 <style scoped>
 .base {
+  background-color: #F7F8FA; 
+  width: 100%; 
 }
 </style>

+ 1 - 2
src/views/major/myOrder.vue

@@ -128,8 +128,7 @@ export default {
 <style scoped>
 .card {
   background-color: white;
-  border-radius: 12px;
-  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
+  border-radius: 5px;
   padding: 16px;
   margin: 10px;
 }

+ 1 - 2
src/views/major/pendingOrder.vue

@@ -95,8 +95,7 @@ export default {
 <style scoped>
 .card {
   background-color: white;
-  border-radius: 12px;
-  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
+  border-radius: 5px;
   padding: 16px;
   margin: 10px;
 }

+ 2 - 0
src/views/personal/index.vue

@@ -23,6 +23,8 @@ export default {
 </script>
 <style scoped>
 .base {
+  background-color: #F7F8FA; 
+  width: 100%; 
 }
 </style>
 

+ 1 - 2
src/views/personal/myOrder.vue

@@ -117,8 +117,7 @@ export default {
 <style scoped>
 .card {
   background-color: white;
-  border-radius: 12px;
-  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
+  border-radius: 5px;
   padding: 16px;
   margin: 10px;
 }

+ 1 - 2
src/views/personal/pendingOrder.vue

@@ -91,8 +91,7 @@ export default {
 <style scoped>
 .card {
   background-color: white;
-  border-radius: 12px;
-  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
+  border-radius: 5px;
   padding: 16px;
   margin: 10px;
 }