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