Browse Source

信用报告

xinfeng 6 years ago
parent
commit
147b72db05

+ 30 - 1
assets/css/credit/detail/index.scss

@@ -15,7 +15,6 @@
       align-items: center;
       width: 700px;
       margin: 0 auto;
-      margin-top: -100000px;
 
       .title {
         height: 80px;
@@ -44,6 +43,35 @@
           margin-top: 60px;
         }
 
+        &.project {
+          .cell {
+            width: 100%;
+            display: flex;
+            justify-content: space-between;
+            align-items: center;
+            .showDetail {
+              width:65px;
+              height:25px;
+              border-radius:2px;
+              border:1px solid rgba(48,142,255,1);
+              display: flex;
+              justify-content: center;
+              align-items: center;
+              cursor: pointer;
+              p {
+                height: 13px;
+                line-height: 16px;
+                font-size:12px;
+                font-weight:500;
+                color:rgba(48,142,255,1);
+                transform-origin: center center;
+                transform: scale(0.917);
+                user-select: none;
+              }
+            }
+          }
+        }
+
         .stitle {
           width: 100%;
           height:44px;
@@ -162,6 +190,7 @@
       color:rgba(48,142,255,1);
       line-height:18px;
       margin-right: 150px;
+      user-select: none;
     }
   }
 

+ 1 - 1
pages/credit/buy/_uid.vue

@@ -62,7 +62,7 @@
               background
               layout="prev, pager, next"
               :total="page.total"
-              :page-count="page.pageSize"
+              :page-size="page.pageSize"
               @current-change="handleCurrentChange"
             >
             </el-pagination>

File diff suppressed because it is too large
+ 280 - 0
pages/credit/detail/_id.vue


File diff suppressed because it is too large
+ 0 - 228
pages/credit/detail/_uid.vue