Commit 0c73bf50 authored by 吴冠's avatar 吴冠

官网板式

parent aa84210b
...@@ -103,4 +103,8 @@ ...@@ -103,4 +103,8 @@
.el-col-12 { .el-col-12 {
width: 100%; width: 100%;
} }
.el-menu-item.is-active {
/* background: #FF5203; */
color:#FF5203
}
</style> </style>
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
</el-dropdown-menu> </el-dropdown-menu>
</el-dropdown> </el-dropdown>
<!-- <div class="checkout" v-show = "showButton" @mouseover="hover()">退出</div> --> <!-- <div class="checkout" v-show = "showButton" @mouseover="hover()">退出</div> -->
<nuxt-link to="/login/user" class="login" v-show="showDefault">登录</nuxt-link> <nuxt-link to="/login/user" class="login" v-show="showDefault">登录</nuxt-link>
<span style="color:blue;margin-left:30px" class="other" @click="loginOther" v-show="showDefault">商家免费入驻</span> <span style="color:blue;margin-left:30px" class="other" @click="loginOther" v-show="showDefault">商家免费入驻</span>
<button @click="jump" v-show="!showDefault" class="right-pos">商家管理后台</button> <button @click="jump" v-show="!showDefault" class="right-pos">商家管理后台</button>
</div> </div>
...@@ -48,7 +48,7 @@ import Cookies from 'js-cookie' ...@@ -48,7 +48,7 @@ import Cookies from 'js-cookie'
return { return {
isicon:false, isicon:false,
input: '', input: '',
userName:'欢迎来到捷安采,', userName:'欢迎来到捷安采,',
showDefault: true, showDefault: true,
/* showButton:false */ /* showButton:false */
} }
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
v-model="input" v-model="input"
clearable> clearable>
</el-input> </el-input>
<el-button type="primary" @click="toSearch">搜索</el-button> <el-button @click="toSearch">搜索</el-button>
</div> </div>
</div> </div>
</div> </div>
...@@ -111,4 +111,31 @@ import Cookies from "js-cookie" ...@@ -111,4 +111,31 @@ import Cookies from "js-cookie"
.t11{ .t11{
cursor: pointer; cursor: pointer;
} }
/* 更改element-UI按钮样式 */
.el-button{
color: #fff;
background-color: #FF5203;
/* border-color: #FF69B4; */
}
.el-button:hover{
background-color: #FF5203;
/* border-color: #FF69B4; */
color: #FFFFFF
}
.el-button:focus{
background-color: #FF5203;
color: #FFFFFF
/* border-color: #FF69B4; */
}
.el-input__inner{
border:1px solid #FF5203
}
.el-input__inner:focus{
border:1px solid #FF5203
}
.el-button:hover{
background-color: #FF5203;
/* border-color: #FF69B4; */
}
</style> </style>
...@@ -144,7 +144,7 @@ import inDex from '@/pages/index.vue' ...@@ -144,7 +144,7 @@ import inDex from '@/pages/index.vue'
<style scoped> <style scoped>
.nav-sty:hover{ .nav-sty:hover{
cursor: pointer; cursor: pointer;
color:#0486FE color:#FF5203
} }
.nav { .nav {
width: 100%; width: 100%;
...@@ -160,6 +160,7 @@ import inDex from '@/pages/index.vue' ...@@ -160,6 +160,7 @@ import inDex from '@/pages/index.vue'
.nav-list>.active { .nav-list>.active {
color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, 1);
background: #0486FE;
background: #FF5203;
} }
</style> </style>
...@@ -53,7 +53,7 @@ export default { ...@@ -53,7 +53,7 @@ export default {
height: 100%; height: 100%;
min-height: 6rem; min-height: 6rem;
} }
.imagesList{ /* .imagesList{
position: fixed; position: fixed;
flex-direction: column; flex-direction: column;
width:30px; width:30px;
...@@ -71,5 +71,5 @@ export default { ...@@ -71,5 +71,5 @@ export default {
position: absolute; position: absolute;
right:40px; right:40px;
top:58px; top:58px;
} } */
</style> </style>
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<span class="left">项目名称</span> <span class="left">项目名称</span>
<el-input v-model="getData.title" placeholder="请输入内容" style="width: 2.3rem;"></el-input> <el-input v-model="getData.title" placeholder="请输入内容" style="width: 2.3rem;"></el-input>
<div style="width:0.6rem;" class="flex"> <div style="width:0.6rem;" class="flex">
<el-button type="primary" style="margin-left:20px" @click="queryStr">查询</el-button> <el-button style="margin-left:20px" @click="queryStr">查询</el-button>
<el-button class="reset" @click="reset">重置</el-button> <el-button class="reset" @click="reset">重置</el-button>
</div> </div>
</div> </div>
...@@ -241,10 +241,10 @@ import Cookies from 'js-cookie' ...@@ -241,10 +241,10 @@ import Cookies from 'js-cookie'
} }
.reset { .reset {
color: rgba(4, 134, 254, 1); color:#FF5203;
background: rgba(230, 241, 252, 1); background: #FFFFFF;
border: 1px solid rgba(163, 208, 253, 1); border: 1px solid #FF5203
} }
.price>ul { .price>ul {
width: 9.3rem; width: 9.3rem;
...@@ -291,10 +291,9 @@ import Cookies from 'js-cookie' ...@@ -291,10 +291,9 @@ import Cookies from 'js-cookie'
.price-item>div:last-child { .price-item>div:last-child {
width: 4.5rem width: 4.5rem
} }
.state-red {
.state-red { color:#FF5203
color: rgba(255, 24, 24, 1); }
}
.pagination{ .pagination{
position: absolute; position: absolute;
/* bottom: -2%; */ /* bottom: -2%; */
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<span class="left">项目名称</span> <span class="left">项目名称</span>
<el-input v-model="getData.title" placeholder="请输入内容" style="width: 2.3rem;"></el-input> <el-input v-model="getData.title" placeholder="请输入内容" style="width: 2.3rem;"></el-input>
<div style="width:0.6rem;" class="flex"> <div style="width:0.6rem;" class="flex">
<el-button type="primary" style="margin-left:20px" @click="queryStr">查询</el-button> <el-button style="margin-left:20px" @click="queryStr">查询</el-button>
<el-button class="reset" @click="reset">重置</el-button> <el-button class="reset" @click="reset">重置</el-button>
</div> </div>
</div> </div>
...@@ -289,11 +289,11 @@ import Cookies from 'js-cookie' ...@@ -289,11 +289,11 @@ import Cookies from 'js-cookie'
width:70px; width:70px;
} }
.reset { .reset {
color: rgba(4, 134, 254, 1); color:#FF5203;
background: rgba(230, 241, 252, 1); background: #FFFFFF;
border: 1px solid rgba(163, 208, 253, 1); border: 1px solid #FF5203
} }
.price>ul { .price>ul {
width: 9.3rem; width: 9.3rem;
...@@ -341,9 +341,9 @@ import Cookies from 'js-cookie' ...@@ -341,9 +341,9 @@ import Cookies from 'js-cookie'
width: 4.5rem width: 4.5rem
} }
.state-red { .state-red {
color: rgba(255, 24, 24, 1); color:#FF5203
} }
.pagination{ .pagination{
position: absolute; position: absolute;
/* bottom: -2%; */ /* bottom: -2%; */
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<span class="left">项目名称</span> <span class="left">项目名称</span>
<el-input v-model="getData.title" placeholder="请输入内容" style="width: 2.3rem;"></el-input> <el-input v-model="getData.title" placeholder="请输入内容" style="width: 2.3rem;"></el-input>
<div style="width:0.6rem;" class="flex"> <div style="width:0.6rem;" class="flex">
<el-button type="primary" style="margin-left:20px" @click="queryStr">查询</el-button> <el-button style="margin-left:20px" @click="queryStr">查询</el-button>
<el-button class="reset" @click="reset">重置</el-button> <el-button class="reset" @click="reset">重置</el-button>
</div> </div>
</div> </div>
...@@ -252,11 +252,10 @@ import Cookies from 'js-cookie' ...@@ -252,11 +252,10 @@ import Cookies from 'js-cookie'
} }
.reset { .reset {
color: rgba(4, 134, 254, 1); color:#FF5203;
background: rgba(230, 241, 252, 1); background: #FFFFFF;
border: 1px solid rgba(163, 208, 253, 1); border: 1px solid #FF5203
} }
.price>ul { .price>ul {
width: 9.3rem; width: 9.3rem;
box-sizing: border-box; box-sizing: border-box;
...@@ -302,10 +301,9 @@ import Cookies from 'js-cookie' ...@@ -302,10 +301,9 @@ import Cookies from 'js-cookie'
.price-item>div:last-child { .price-item>div:last-child {
width: 4.5rem width: 4.5rem
} }
.state-red {
.state-red { color:#FF5203
color: rgba(255, 24, 24, 1); }
}
.pagination{ .pagination{
position: absolute; position: absolute;
left: 50%; left: 50%;
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<span class="left">项目名称</span> <span class="left">项目名称</span>
<el-input v-model="getData.title" placeholder="请输入内容" style="width: 2.3rem;"></el-input> <el-input v-model="getData.title" placeholder="请输入内容" style="width: 2.3rem;"></el-input>
<div style="width:0.6rem;" class="flex"> <div style="width:0.6rem;" class="flex">
<el-button type="primary" style="margin-left:20px" @click="queryStr">查询</el-button> <el-button style="margin-left:20px" @click="queryStr">查询</el-button>
<el-button class="reset" @click="reset">重置</el-button> <el-button class="reset" @click="reset">重置</el-button>
</div> </div>
</div> </div>
...@@ -305,9 +305,9 @@ export default { ...@@ -305,9 +305,9 @@ export default {
} }
.reset { .reset {
color: rgba(4, 134, 254, 1); color:#FF5203;
background: rgba(230, 241, 252, 1); background: #FFFFFF;
border: 1px solid rgba(163, 208, 253, 1); border: 1px solid #FF5203
} }
.price > ul { .price > ul {
...@@ -356,7 +356,7 @@ export default { ...@@ -356,7 +356,7 @@ export default {
} }
.state-red { .state-red {
color: rgba(255, 24, 24, 1); color:#FF5203
} }
.pagination{ .pagination{
position: absolute; position: absolute;
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<span class="left">项目名称</span> <span class="left">项目名称</span>
<el-input v-model="getData.title" placeholder="请输入内容" style="width: 2.3rem;"></el-input> <el-input v-model="getData.title" placeholder="请输入内容" style="width: 2.3rem;"></el-input>
<div style="width:0.6rem;" class="flex"> <div style="width:0.6rem;" class="flex">
<el-button type="primary" style="margin-left:20px" @click="queryStr">查询</el-button> <el-button style="margin-left:20px" @click="queryStr">查询</el-button>
<el-button class="reset" @click="reset">重置</el-button> <el-button class="reset" @click="reset">重置</el-button>
</div> </div>
</div> </div>
...@@ -243,11 +243,10 @@ import Cookies from 'js-cookie' ...@@ -243,11 +243,10 @@ import Cookies from 'js-cookie'
} }
.reset { .reset {
color: rgba(4, 134, 254, 1); color:#FF5203;
background: rgba(230, 241, 252, 1); background: #FFFFFF;
border: 1px solid rgba(163, 208, 253, 1); border: 1px solid #FF5203
} }
.price>ul { .price>ul {
width: 9.3rem; width: 9.3rem;
box-sizing: border-box; box-sizing: border-box;
...@@ -295,8 +294,8 @@ import Cookies from 'js-cookie' ...@@ -295,8 +294,8 @@ import Cookies from 'js-cookie'
} }
.state-red { .state-red {
color: rgba(255, 24, 24, 1); color:#FF5203
} }
.pagination{ .pagination{
position: absolute; position: absolute;
/* bottom: -2%; */ /* bottom: -2%; */
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<span class="left">项目名称</span> <span class="left">项目名称</span>
<el-input v-model="getData.title" placeholder="请输入内容" style="width: 2.3rem;"></el-input> <el-input v-model="getData.title" placeholder="请输入内容" style="width: 2.3rem;"></el-input>
<div style="width:0.6rem;" class="flex"> <div style="width:0.6rem;" class="flex">
<el-button type="primary" style="margin-left:20px" @click="queryStr">查询</el-button> <el-button style="margin-left:20px" @click="queryStr">查询</el-button>
<el-button class="reset" @click="reset">重置</el-button> <el-button class="reset" @click="reset">重置</el-button>
</div> </div>
</div> </div>
...@@ -242,12 +242,11 @@ import Cookies from 'js-cookie' ...@@ -242,12 +242,11 @@ import Cookies from 'js-cookie'
width:70px width:70px
} }
.reset { .reset {
color: rgba(4, 134, 254, 1); color:#FF5203;
background: rgba(230, 241, 252, 1); background: #FFFFFF;
border: 1px solid rgba(163, 208, 253, 1); border: 1px solid #FF5203
} }
.price>ul { .price>ul {
width: 9.3rem; width: 9.3rem;
box-sizing: border-box; box-sizing: border-box;
...@@ -294,9 +293,9 @@ import Cookies from 'js-cookie' ...@@ -294,9 +293,9 @@ import Cookies from 'js-cookie'
width: 4.5rem width: 4.5rem
} }
.state-red { .state-red {
color: rgba(255, 24, 24, 1); color:#FF5203
} }
.pagination{ .pagination{
position: absolute; position: absolute;
/* bottom: -2%; */ /* bottom: -2%; */
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<span class="left">项目名称</span> <span class="left">项目名称</span>
<el-input v-model="getData.title" placeholder="请输入内容" style="width: 2.3rem;"></el-input> <el-input v-model="getData.title" placeholder="请输入内容" style="width: 2.3rem;"></el-input>
<div style="width:0.6rem;" class="flex"> <div style="width:0.6rem;" class="flex">
<el-button type="primary" style="margin-left:20px" @click="queryStr">查询</el-button> <el-button style="margin-left:20px" @click="queryStr">查询</el-button>
<el-button class="reset" @click="reset">重置</el-button> <el-button class="reset" @click="reset">重置</el-button>
</div> </div>
</div> </div>
...@@ -240,11 +240,11 @@ import Cookies from 'js-cookie' ...@@ -240,11 +240,11 @@ import Cookies from 'js-cookie'
width:70px; width:70px;
} }
.reset { .reset {
color: rgba(4, 134, 254, 1); color:#FF5203;
background: rgba(230, 241, 252, 1); background: #FFFFFF;
border: 1px solid rgba(163, 208, 253, 1); border: 1px solid #FF5203
} }
.price>ul { .price>ul {
width: 9.3rem; width: 9.3rem;
...@@ -292,9 +292,9 @@ import Cookies from 'js-cookie' ...@@ -292,9 +292,9 @@ import Cookies from 'js-cookie'
width: 4.5rem width: 4.5rem
} }
.state-red { .state-red {
color: rgba(255, 24, 24, 1); color:#FF5203
} }
.pagination{ .pagination{
position: absolute; position: absolute;
/* bottom: -2%; */ /* bottom: -2%; */
......
...@@ -88,6 +88,7 @@ export default { ...@@ -88,6 +88,7 @@ export default {
this.itemTitle = data.title this.itemTitle = data.title
this.itemCode = data.projectId this.itemCode = data.projectId
this.contentList = data.content this.contentList = data.content
this.itemTime = data.createTime
} }
} }
} }
......
...@@ -307,7 +307,7 @@ export default { ...@@ -307,7 +307,7 @@ export default {
this.formdata.itemTitle = data.title; this.formdata.itemTitle = data.title;
this.formdata.itemCode = data.inquiryCode; this.formdata.itemCode = data.inquiryCode;
this.formdata.itemTime = data.createTime; this.formdata.itemTime = data.createTime;
this.formdata.area = data.provinceId + data.cityId + data.districtId; this.formdata.area = data.area;
this.formdata.record = data.purchaseCategory; this.formdata.record = data.purchaseCategory;
let a = data.priority; let a = data.priority;
if (a === 0) { if (a === 0) {
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<span class="left">项目名称</span> <span class="left">项目名称</span>
<el-input v-model="getData.title" placeholder="请输入内容" style="width: 2.3rem;" ></el-input> <el-input v-model="getData.title" placeholder="请输入内容" style="width: 2.3rem;" ></el-input>
<div style="width:0.6rem;" class="flex"> <div style="width:0.6rem;" class="flex">
<el-button type="primary" style="margin-left:20px" @click="queryStr">查询</el-button> <el-button style="margin-left:20px" @click="queryStr">查询</el-button>
<el-button class="reset" @click="reset">重置</el-button> <el-button class="reset" @click="reset">重置</el-button>
</div> </div>
</div> </div>
...@@ -322,9 +322,9 @@ export default { ...@@ -322,9 +322,9 @@ export default {
} }
.reset { .reset {
color: rgba(4, 134, 254, 1); color:#FF5203;
background: rgba(230, 241, 252, 1); background: #FFFFFF;
border: 1px solid rgba(163, 208, 253, 1); border: 1px solid #FF5203
} }
.price > ul { .price > ul {
...@@ -373,6 +373,7 @@ export default { ...@@ -373,6 +373,7 @@ export default {
} }
.state-red { .state-red {
color: rgba(255, 24, 24, 1); color:#FF5203
} }
/* 更改element-UI按钮样式 */
</style> </style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment