main #34
@ -16,9 +16,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="search-box">
|
<!-- <div class="search-box">
|
||||||
<search></search>
|
<search></search>
|
||||||
</div>
|
</div> -->
|
||||||
<div style="width: 90%;max-width: 1600px;">
|
<div style="width: 90%;max-width: 1600px;">
|
||||||
<router-view></router-view>
|
<router-view></router-view>
|
||||||
</div>
|
</div>
|
||||||
@ -250,7 +250,7 @@ export default Vue.extend({
|
|||||||
}
|
}
|
||||||
|
|
||||||
.banner-title {
|
.banner-title {
|
||||||
width: 500px;
|
width: 700px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #8890ab;
|
color: #8890ab;
|
||||||
line-height: 2 !important;
|
line-height: 2 !important;
|
||||||
@ -350,6 +350,10 @@ export default Vue.extend({
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
img{
|
||||||
|
width: 120px;
|
||||||
|
height: 120px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.bigUl {
|
.bigUl {
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="main-box">
|
<div class="main-box">
|
||||||
<div style="margin-top: 25px;">
|
<!-- <div style="margin-top: 25px;">
|
||||||
<span style="margin-top: 100px;" class="title">
|
<span style="margin-top: 100px;" class="title">
|
||||||
<span class="leftText">
|
<span class="leftText">
|
||||||
算力供需
|
算力供需
|
||||||
</span>
|
</span>
|
||||||
<span class="rightText"> 广场</span></span>
|
<span class="rightText"> 广场</span></span>
|
||||||
</div>
|
</div> -->
|
||||||
|
|
||||||
<!-- 发布商品/需求弹窗 -->
|
<!-- 发布商品/需求弹窗 -->
|
||||||
<el-dialog :title="publish_type === '2' ? '发布需求' : '发布商品'" width="60vw" top="5vh"
|
<el-dialog :title="publish_type === '2' ? '发布需求' : '发布商品'" width="60vw" top="5vh"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user