wuhongyu 5 lat temu
rodzic
commit
c3edc7ca00
1 zmienionych plików z 43 dodań i 2 usunięć
  1. 43 2
      src/views/market/index.vue

+ 43 - 2
src/views/market/index.vue

@@ -86,7 +86,7 @@
           <el-col :span="24">
             <el-col :span="24" class="downLeftTop">
               <el-image :src="downLeftTopImage"></el-image>
-              <span class="topText">
+              <span class="topTexts">
                 <span>最新发布</span>
                 <span
                   ><p>B</p>
@@ -207,7 +207,7 @@ export default {
     },
 
     fabu() {
-      window.location.href = 'http://localhost:8002/enterprise/enterprisexuqiu';
+      window.location.href = 'http://free.liaoningdoupo.com/platweb/enterprise/enterprisexuqiu';
     },
   },
 };
@@ -399,6 +399,47 @@ export default {
 .downLeftTop .el-image {
   width: 40px;
 }
+
+.topTexts {
+  width: 100%;
+  border-bottom: 2.5px solid #044b79;
+  display: inline-block;
+  position: relative;
+  top: -10px;
+  margin: 0 0 0 5px;
+}
+.topTexts span:first-child {
+  font-size: 24px;
+  font-weight: 700;
+  color: #000000;
+  padding: 0 10px;
+  top: 4px;
+}
+.topTexts span p:first-child {
+  font-weight: 800;
+  font-size: 34px;
+
+  color: #92959a;
+
+  top: 11px;
+  display: inline-block;
+}
+.topTexts span p:last-child {
+  display: inline-block;
+  font-weight: 700;
+  font-size: 18px;
+  color: #92959a;
+}
+.topTexts span:last-child {
+  float: right;
+  font-size: 16px;
+  font-weight: 700;
+  color: #044b79;
+  position: relative;
+  top: 20px;
+  cursor: pointer;
+}
+
 .topText {
   width: 89%;
   border-bottom: 2.5px solid #044b79;