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

官网板式

parent aa84210b
......@@ -103,4 +103,8 @@
.el-col-12 {
width: 100%;
}
.el-menu-item.is-active {
/* background: #FF5203; */
color:#FF5203
}
</style>
......@@ -15,7 +15,7 @@
</el-dropdown-menu>
</el-dropdown>
<!-- <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>
<button @click="jump" v-show="!showDefault" class="right-pos">商家管理后台</button>
</div>
......@@ -48,7 +48,7 @@ import Cookies from 'js-cookie'
return {
isicon:false,
input: '',
userName:'欢迎来到捷安采,',
userName:'欢迎来到捷安采,',
showDefault: true,
/* showButton:false */
}
......
......@@ -12,7 +12,7 @@
v-model="input"
clearable>
</el-input>
<el-button type="primary" @click="toSearch">搜索</el-button>
<el-button @click="toSearch">搜索</el-button>
</div>
</div>
</div>
......@@ -111,4 +111,31 @@ import Cookies from "js-cookie"
.t11{
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>
......@@ -144,7 +144,7 @@ import inDex from '@/pages/index.vue'
<style scoped>
.nav-sty:hover{
cursor: pointer;
color:#0486FE
color:#FF5203
}
.nav {
width: 100%;
......@@ -160,6 +160,7 @@ import inDex from '@/pages/index.vue'
.nav-list>.active {
color: rgba(255, 255, 255, 1);
background: #0486FE;
background: #FF5203;
}
</style>
......@@ -53,7 +53,7 @@ export default {
height: 100%;
min-height: 6rem;
}
.imagesList{
/* .imagesList{
position: fixed;
flex-direction: column;
width:30px;
......@@ -71,5 +71,5 @@ export default {
position: absolute;
right:40px;
top:58px;
}
} */
</style>
......@@ -20,7 +20,7 @@
<span class="left">项目名称</span>
<el-input v-model="getData.title" placeholder="请输入内容" style="width: 2.3rem;"></el-input>
<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>
</div>
</div>
......@@ -241,10 +241,10 @@ import Cookies from 'js-cookie'
}
.reset {
color: rgba(4, 134, 254, 1);
background: rgba(230, 241, 252, 1);
border: 1px solid rgba(163, 208, 253, 1);
}
color:#FF5203;
background: #FFFFFF;
border: 1px solid #FF5203
}
.price>ul {
width: 9.3rem;
......@@ -291,10 +291,9 @@ import Cookies from 'js-cookie'
.price-item>div:last-child {
width: 4.5rem
}
.state-red {
color: rgba(255, 24, 24, 1);
}
.state-red {
color:#FF5203
}
.pagination{
position: absolute;
/* bottom: -2%; */
......
......@@ -19,7 +19,7 @@
<span class="left">项目名称</span>
<el-input v-model="getData.title" placeholder="请输入内容" style="width: 2.3rem;"></el-input>
<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>
</div>
</div>
......@@ -289,11 +289,11 @@ import Cookies from 'js-cookie'
width:70px;
}
.reset {
color: rgba(4, 134, 254, 1);
background: rgba(230, 241, 252, 1);
border: 1px solid rgba(163, 208, 253, 1);
}
.reset {
color:#FF5203;
background: #FFFFFF;
border: 1px solid #FF5203
}
.price>ul {
width: 9.3rem;
......@@ -341,9 +341,9 @@ import Cookies from 'js-cookie'
width: 4.5rem
}
.state-red {
color: rgba(255, 24, 24, 1);
}
.state-red {
color:#FF5203
}
.pagination{
position: absolute;
/* bottom: -2%; */
......
......@@ -20,7 +20,7 @@
<span class="left">项目名称</span>
<el-input v-model="getData.title" placeholder="请输入内容" style="width: 2.3rem;"></el-input>
<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>
</div>
</div>
......@@ -252,11 +252,10 @@ import Cookies from 'js-cookie'
}
.reset {
color: rgba(4, 134, 254, 1);
background: rgba(230, 241, 252, 1);
border: 1px solid rgba(163, 208, 253, 1);
}
color:#FF5203;
background: #FFFFFF;
border: 1px solid #FF5203
}
.price>ul {
width: 9.3rem;
box-sizing: border-box;
......@@ -302,10 +301,9 @@ import Cookies from 'js-cookie'
.price-item>div:last-child {
width: 4.5rem
}
.state-red {
color: rgba(255, 24, 24, 1);
}
.state-red {
color:#FF5203
}
.pagination{
position: absolute;
left: 50%;
......
......@@ -32,7 +32,7 @@
<span class="left">项目名称</span>
<el-input v-model="getData.title" placeholder="请输入内容" style="width: 2.3rem;"></el-input>
<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>
</div>
</div>
......@@ -305,9 +305,9 @@ export default {
}
.reset {
color: rgba(4, 134, 254, 1);
background: rgba(230, 241, 252, 1);
border: 1px solid rgba(163, 208, 253, 1);
color:#FF5203;
background: #FFFFFF;
border: 1px solid #FF5203
}
.price > ul {
......@@ -356,7 +356,7 @@ export default {
}
.state-red {
color: rgba(255, 24, 24, 1);
color:#FF5203
}
.pagination{
position: absolute;
......
......@@ -20,7 +20,7 @@
<span class="left">项目名称</span>
<el-input v-model="getData.title" placeholder="请输入内容" style="width: 2.3rem;"></el-input>
<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>
</div>
</div>
......@@ -243,11 +243,10 @@ import Cookies from 'js-cookie'
}
.reset {
color: rgba(4, 134, 254, 1);
background: rgba(230, 241, 252, 1);
border: 1px solid rgba(163, 208, 253, 1);
}
color:#FF5203;
background: #FFFFFF;
border: 1px solid #FF5203
}
.price>ul {
width: 9.3rem;
box-sizing: border-box;
......@@ -295,8 +294,8 @@ import Cookies from 'js-cookie'
}
.state-red {
color: rgba(255, 24, 24, 1);
}
color:#FF5203
}
.pagination{
position: absolute;
/* bottom: -2%; */
......
......@@ -20,7 +20,7 @@
<span class="left">项目名称</span>
<el-input v-model="getData.title" placeholder="请输入内容" style="width: 2.3rem;"></el-input>
<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>
</div>
</div>
......@@ -242,12 +242,11 @@ import Cookies from 'js-cookie'
width:70px
}
.reset {
color: rgba(4, 134, 254, 1);
background: rgba(230, 241, 252, 1);
border: 1px solid rgba(163, 208, 253, 1);
}
.reset {
color:#FF5203;
background: #FFFFFF;
border: 1px solid #FF5203
}
.price>ul {
width: 9.3rem;
box-sizing: border-box;
......@@ -294,9 +293,9 @@ import Cookies from 'js-cookie'
width: 4.5rem
}
.state-red {
color: rgba(255, 24, 24, 1);
}
.state-red {
color:#FF5203
}
.pagination{
position: absolute;
/* bottom: -2%; */
......
......@@ -20,7 +20,7 @@
<span class="left">项目名称</span>
<el-input v-model="getData.title" placeholder="请输入内容" style="width: 2.3rem;"></el-input>
<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>
</div>
</div>
......@@ -240,11 +240,11 @@ import Cookies from 'js-cookie'
width:70px;
}
.reset {
color: rgba(4, 134, 254, 1);
background: rgba(230, 241, 252, 1);
border: 1px solid rgba(163, 208, 253, 1);
}
.reset {
color:#FF5203;
background: #FFFFFF;
border: 1px solid #FF5203
}
.price>ul {
width: 9.3rem;
......@@ -292,9 +292,9 @@ import Cookies from 'js-cookie'
width: 4.5rem
}
.state-red {
color: rgba(255, 24, 24, 1);
}
.state-red {
color:#FF5203
}
.pagination{
position: absolute;
/* bottom: -2%; */
......
......@@ -88,6 +88,7 @@ export default {
this.itemTitle = data.title
this.itemCode = data.projectId
this.contentList = data.content
this.itemTime = data.createTime
}
}
}
......
......@@ -307,7 +307,7 @@ export default {
this.formdata.itemTitle = data.title;
this.formdata.itemCode = data.inquiryCode;
this.formdata.itemTime = data.createTime;
this.formdata.area = data.provinceId + data.cityId + data.districtId;
this.formdata.area = data.area;
this.formdata.record = data.purchaseCategory;
let a = data.priority;
if (a === 0) {
......
......@@ -32,7 +32,7 @@
<span class="left">项目名称</span>
<el-input v-model="getData.title" placeholder="请输入内容" style="width: 2.3rem;" ></el-input>
<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>
</div>
</div>
......@@ -322,9 +322,9 @@ export default {
}
.reset {
color: rgba(4, 134, 254, 1);
background: rgba(230, 241, 252, 1);
border: 1px solid rgba(163, 208, 253, 1);
color:#FF5203;
background: #FFFFFF;
border: 1px solid #FF5203
}
.price > ul {
......@@ -373,6 +373,7 @@ export default {
}
.state-red {
color: rgba(255, 24, 24, 1);
color:#FF5203
}
/* 更改element-UI按钮样式 */
</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