cyl/dev
wangxia 4 years ago
parent d4805c626d
commit 6eccb9461f

File diff suppressed because one or more lines are too long

@ -167,7 +167,7 @@ export default {
i {
display: inline-block;
line-height: 20px;
border-bottom: 2px solid #ff6a00;
border-bottom: 2px solid #ff4400;
padding: 6px 0;
}
span {
@ -177,7 +177,7 @@ export default {
width: 4px;
height: 20px;
margin-right: 8px;
background: #ff6a00;
background: #ff4400;
}
}
.jobinfobox:last-of-type {
@ -209,7 +209,7 @@ export default {
height: 20px;
left: 0;
bottom: 0;
background: #ff6a00;
background: #ff4400;
border-radius: 16px 16px 16px 0px;
font-size: 12px;
font-weight: 500;
@ -242,7 +242,7 @@ export default {
margin-top: 12px;
text-align: left;
// span:first-child {
// color: #ff6a00;
// color: #ff4400;
// background: rgba(254, 97, 0, 0.1);
// }
span {
@ -261,7 +261,7 @@ export default {
margin-bottom: 16px;
font-size: 16px;
text-align: left;
color: #ff6a00;
color: #ff4400;
font-weight: normal;
line-height: 18px;
span {

@ -120,8 +120,8 @@
style="
margin-left: 10px;
color: #fff;
background-color: #ff6a00;
border-color: #ff6a00;
background-color: #ff4400;
border-color: #ff4400;
"
@click="handleOk"
>
@ -406,10 +406,10 @@ export default {
box-shadow: none;
}
.ant-radio-inner {
border-color: #ff6a00;
border-color: #ff4400;
box-shadow: none;
&::after {
background-color: #ff6a00 !important;
background-color: #ff4400 !important;
}
}
}
@ -420,7 +420,7 @@ export default {
display: none;
}
&:hover .ant-radio-inner {
border-color: #ff6a00 !important;
border-color: #ff4400 !important;
box-shadow: none;
}
}

@ -177,13 +177,12 @@ export default {
},
isShow() {
const that = this;
let box = document.querySelector('.time-container')
box.style.opacity = 1
let box = document.querySelector(".time-container");
box.style.opacity = 1;
if (this.isShow) {
// console.log(this.selectHour);
this.$nextTick(() => {
this.selectDate = new Date(
new Date(this.datetime || new Date()).format("yyyy-MM-dd 00:00")
).getTime();
@ -280,12 +279,11 @@ export default {
// this.confirmPicker();
},
closePicker() {
let box = document.querySelector('.time-container')
box.style.opacity = 0
let box = document.querySelector(".time-container");
box.style.opacity = 0;
setTimeout(() => {
this.$emit("update:is-show", false);
}, (300));
this.$emit("update:is-show", false);
}, 300);
console.log(box);
},
setNow() {
@ -367,7 +365,7 @@ export default {
},
closebox() {
console.log(this.selectDate);
this.closePicker()
this.closePicker();
},
// onSelectMinute(n) {
// this.selectMinute = n;
@ -428,9 +426,9 @@ export default {
};
</script>
<style lang="less">
.time-container{
.time-container {
opacity: 1;
transition: opacity .3s;
transition: opacity 0.3s;
}
.date-picker-bg {
position: fixed;
@ -584,13 +582,13 @@ export default {
}
td:not(.bggray):hover {
div {
border: 1px solid #ff6a00;
color: #ff6a00;
border: 1px solid #ff4400;
color: #ff4400;
}
}
td.active {
div {
background: #ff6a00;
background: #ff4400;
color: white !important;
font-weight: bold;
}
@ -666,7 +664,7 @@ export default {
// }
li.active {
color: white;
background: #ff6a00;
background: #ff4400;
}
}
.minutes-list {
@ -701,13 +699,13 @@ export default {
}
}
&:last-child {
background-color: #ff6a00;
border-color: #ff6a00;
background-color: #ff4400;
border-color: #ff4400;
color: #fff;
&:active,
&:hover {
border-color: #ff6a00;
background-color: #ff6a00;
border-color: #ff4400;
background-color: #ff4400;
}
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -194,7 +194,7 @@
<li class="special">
<div
@click.stop="isspecialboxshowclick"
:style="isspecialboxshow ? 'color:#ff6a00' : ''"
:style="isspecialboxshow ? 'color:#ff4400' : ''"
>
<ul class="showspecial" v-if="specialactive.length !== 0">
<li
@ -211,13 +211,13 @@
</ul>
<span v-if="specialactive.length > 3">...</span>
<span
:style="specialactive.length != 0 ? 'color:#ff6a00' : ''"
:style="specialactive.length != 0 ? 'color:#ff4400' : ''"
v-if="specialactive.length === 0"
>特色</span
><i
class="iconfont icon-xiala"
:class="isspecialboxshow ? 'turn' : ''"
:style="isspecialboxshow ? 'color:#ff6a00' : ''"
:style="isspecialboxshow ? 'color:#ff4400' : ''"
></i>
</div>
</li>
@ -369,17 +369,17 @@
class="day"
:style="{
'font-size': '60px',
color: '#FF6A00',
color: '#ff4400',
'line-height': '80px',
'margin-top': '8px',
}"
>
{{ dateinfo.day }}
</p>
<p class="week" :style="{ 'font-size': '16px', color: '#FF6A00' }">
<p class="week" :style="{ 'font-size': '16px', color: '#ff4400' }">
{{ dateinfo.week }}
</p>
<p class="date" :style="{ 'font-size': '16px', color: '#FF6A00' }">
<p class="date" :style="{ 'font-size': '16px', color: '#ff4400' }">
{{ dateinfo.date }}
</p>
</div>
@ -1059,7 +1059,7 @@ export default {
// border: 1px solid rgba(77, 87, 94, 0.3);
border-radius: 4px;
margin-left: 16px;
border: 1px solid #ff6a00;
border: 1px solid #ff4400;
background-color: #fff;
color: rgba(255, 106, 0, 1);
text-align: center;
@ -1156,12 +1156,12 @@ export default {
// .ant-btn {
// box-shadow: none;
// &:hover {
// color: #ff6a00;
// border-color: #ff6a00;
// color: #ff4400;
// border-color: #ff4400;
// }
// }
// .ant-btn.ant-btn-primary {
// background-color: #ff6a00 !important;
// background-color: #ff4400 !important;
// border: none;
// line-height: 32px;
// margin-left: 12px;
@ -1258,19 +1258,19 @@ export default {
font-size: 14px !important;
}
&:hover {
border-color: #ff6a00;
border-color: #ff4400;
box-shadow: none;
}
&:focus {
border-color: #ff6a00;
border-color: #ff4400;
}
}
button {
width: 120px;
height: 44px;
color: white;
background: #ff6a00;
border-color: #ff6a00;
background: #ff4400;
border-color: #ff4400;
border: none;
// border-radius: 16px;
font-size: 18px;
@ -1349,7 +1349,7 @@ export default {
flex-wrap: wrap;
flex: 1;
li {
color: #ff6a00;
color: #ff4400;
margin-right: 40px;
overflow: hidden;
cursor: pointer;
@ -1416,7 +1416,7 @@ export default {
height: 15px;
margin-right: 6px;
font-size: 14px;
color: #ff6a00;
color: #ff4400;
// margin-top: -9px;
&::before {
position: absolute;
@ -1430,7 +1430,7 @@ export default {
.ant-cascader-input {
min-width: 85px;
&:hover &::placeholder {
color: #ff6a00;
color: #ff4400;
}
}
@ -1468,7 +1468,7 @@ export default {
line-height: 19px;
padding: 0 8px;
color: #fff;
background-color: #ff6a00;
background-color: #ff4400;
border-radius: 999px;
i {
display: inline-block;
@ -1589,7 +1589,7 @@ export default {
color: #4d575e;
line-height: 20px;
&:hover {
color: #ff6a00;
color: #ff4400;
}
}
.jobinfo {
@ -1605,7 +1605,7 @@ export default {
margin-top: 14px;
text-align: left;
// span:first-child {
// color: #ff6a00;
// color: #ff4400;
// background: rgba(254, 97, 0, 0.1);
// }
span {
@ -1629,7 +1629,7 @@ export default {
font-size: 16px;
font-weight: normal;
text-align: left;
color: #ff6a00;
color: #ff4400;
// line-height: 24px;
span {
vertical-align: baseline;
@ -1675,17 +1675,17 @@ export default {
}
div:first-child {
height: 24px;
background: #ff6a00;
background: #ff4400;
line-height: 21px;
font-size: 14px;
color: #ffffff;
border: 1px solid #ff6a00;
border: 1px solid #ff4400;
border-radius: 4px 4px 0px 0px;
}
div:last-child {
font-weight: normal;
background-color: #fff4e3;
color: #ff6a00 !important;
color: #ff4400 !important;
}
}
.bottombox1 {
@ -1714,7 +1714,7 @@ export default {
> button:last-child {
margin-left: 16px;
border: 1px solid #ff6a00;
border: 1px solid #ff4400;
background-color: #fff;
color: rgba(255, 106, 0, 1);
cursor: pointer;
@ -1744,26 +1744,26 @@ export default {
// .ant-pagination-next,
// .ant-pagination-prev {
// a:hover {
// color: #ff6a00;
// color: #ff4400;
// }
// }
// input[type="text"] {
// box-shadow: none;
// &:focus {
// border: 1px solid #ff6a00;
// border: 1px solid #ff4400;
// }
// &:hover {
// border: 1px solid #ff6a00;
// border: 1px solid #ff4400;
// }
// }
// .ant-pagination-item {
// border: none;
// a:hover {
// color: #ff6a00;
// color: #ff4400;
// }
// }
// .ant-pagination-item-active {
// background: #ff6a00;
// background: #ff4400;
// a {
// color: white;
// }
@ -1796,7 +1796,7 @@ export default {
font-size: 16px;
border-bottom: none;
color: #fff;
background-color: #ff6a00;
background-color: #ff4400;
&::after {
left: 0;
display: none;
@ -1817,7 +1817,7 @@ export default {
position: absolute;
width: 100%;
font-size: 24px;
color: #ff6a00;
color: #ff4400;
// font-weight: normal;
top: 65%;
left: 50%;
@ -1841,7 +1841,7 @@ export default {
line-height: 20px;
border-radius: 999px;
border: 0;
background-color: #ff6a00;
background-color: #ff4400;
color: #fff;
top: 55%;
left: 50%;
@ -1875,7 +1875,7 @@ export default {
cursor: pointer;
}
.active {
color: #ff6a00;
color: #ff4400;
// position: relative;
// &::after {
// content:'';
@ -1885,9 +1885,9 @@ export default {
// width: 50px;
// bottom: 0;
// left: 0;
// background-color: #ff6a00;
// background-color: #ff4400;
// }
border-bottom: 2px solid #ff6a00;
border-bottom: 2px solid #ff4400;
}
}
}

File diff suppressed because it is too large Load Diff

@ -400,7 +400,7 @@ export default {
padding: 0 0 0 23px !important;
border: 1px solid #dddddd;
&:hover {
border-color: #ff6a00;
border-color: #ff4400;
}
&:focus {
box-shadow: none;
@ -418,7 +418,7 @@ export default {
height: 36px;
margin-top: 20px;
border-radius: 27px;
background-color: #ff6a00;
background-color: #ff4400;
font-size: 16px;
border: none;
color: white;
@ -458,7 +458,7 @@ export default {
line-height: 18px;
margin-top: 2px;
i {
color: #ff6a00;
color: #ff4400;
font-size: 14px;
vertical-align: middle;
margin-right: 5px;
@ -471,7 +471,7 @@ export default {
transition: all 0.2s;
font-size: 12px;
&:hover {
color: #ff6a00;
color: #ff4400;
}
}
}

@ -97,7 +97,7 @@
/>
<span label="register">注册即表示您已阅读并同意</span>
<span style="color: #ff6a00; font-size: 12px">平台用户协议</span>
<span style="color: #ff4400; font-size: 12px">平台用户协议</span>
</div>
<a-form-item>
<span></span>
@ -294,7 +294,7 @@ export default {
width: 100%;
height: 36px;
margin-top: 20px;
background-color: #ff6a00;
background-color: #ff4400;
font-size: 20px;
border: none;
border-radius: 27px;
@ -313,7 +313,7 @@ export default {
}
}
a {
color: #ff6a00;
color: #ff4400;
}
}
.autologin {
@ -321,7 +321,7 @@ export default {
justify-content: space-between;
font-size: 14px;
a {
color: #ff6a00;
color: #ff4400;
}
}
.getrulecode {

@ -319,7 +319,7 @@ export default {
padding: 0 0 0 23px !important;
border: 1px solid #dddddd;
&:hover {
border-color: #ff6a00;
border-color: #ff4400;
}
&:focus {
box-shadow: none;
@ -337,7 +337,7 @@ export default {
height: 36px;
margin-top: 8px;
border-radius: 27px;
background-color: #ff6a00;
background-color: #ff4400;
font-size: 16px;
border: none;
color: white;
@ -374,7 +374,7 @@ export default {
transition: all 0.2s;
}
&:hover {
color: #ff6a00;
color: #ff4400;
}
}
a {

@ -168,7 +168,7 @@ export default {
justify-content: space-between;
margin-top: 30px;
.outletslocation {
color: #ff6a00;
color: #ff4400;
// line-height: 22px;
font-size: 17px;
i {
@ -182,9 +182,9 @@ export default {
width: 100px;
height: 32px;
line-height: 32px;
border: 1px solid #ff6a00;
border: 1px solid #ff4400;
font-size: 16px;
color: #ff6a00;
color: #ff4400;
background-color: #fff;
border-radius: 4px;
}
@ -198,11 +198,11 @@ export default {
// .ant-pagination-item {
// border: none;
// a:hover {
// color: #ff6a00;
// color: #ff4400;
// }
// }
// .ant-pagination-item-active {
// background: #ff6a00;
// background: #ff4400;
// a {
// color: white;
// }
@ -234,7 +234,7 @@ export default {
position: absolute;
width: 100%;
font-size: 24px;
color: #ff6a00;
color: #ff4400;
// font-weight: normal;
top: 65%;
left: 50%;
@ -259,7 +259,7 @@ export default {
line-height: 20px;
border-radius: 999px;
border: 0;
background-color: #ff6a00;
background-color: #ff4400;
color: #fff;
top: 55%;
left: 50%;

@ -346,7 +346,7 @@ export default {
font-size: 16px;
}
.ant-anchor-link-active > .ant-anchor-link-title {
color: #ff6a00;
color: #ff4400;
}
.ant-anchor-ink {
display: none;
@ -372,7 +372,7 @@ export default {
width: 30px;
height: 2px;
position: absolute;
background-color: #ff6a00;
background-color: #ff4400;
bottom: 0;
left: 50%;
transform: translateX(-50%);
@ -474,7 +474,7 @@ export default {
.banner {
height: 72px;
// margin-top: 20px;
background-color: rgba(255, 106, 0);
background-color: #ff4400;
margin-bottom: -20px;
.w {
display: flex;

@ -299,7 +299,7 @@ export default {
font-size: 16px;
}
.ant-anchor-link-active > .ant-anchor-link-title {
color: #ff6a00;
color: #ff4400;
}
.ant-anchor-ink {
display: none;
@ -325,7 +325,7 @@ export default {
width: 30px;
height: 2px;
position: absolute;
background-color: #ff6a00;
background-color: #ff4400;
bottom: 0;
left: 50%;
transform: translateX(-50%);
@ -414,7 +414,7 @@ export default {
.banner {
height: 72px;
margin-top: 20px;
background-color: rgba(255, 106, 0);
background-color: #ff4400;
margin-bottom: -20px;
.w {
display: flex;

@ -103,7 +103,7 @@ export default {
justify-content: left;
align-items: center;
background: #fff1e7;
border: 1px solid #ff6a00;
border: 1px solid #ff4400;
border-radius: 8px;
.logo {
width: 32px;

@ -6,34 +6,37 @@
</div>
<div v-if="isShow">
<div class="contentbody" v-if="!istelshow">
<div class="warninginfo">
您的账号可能存在安全风险为了确保为您本人操作请先进行安全验证
<div class="warninginfo">
您的账号可能存在安全风险为了确保为您本人操作请先进行安全验证
</div>
<div class="tel">
<div>手机号</div>
<input
type="text"
v-model.trim="usertelinfo.tel"
maxlength="11"
/><br />
<input type="text" v-model.trim="usertelinfo.code" maxlength="4" />
<span class="getrulecode"
><span
@click="getPhoneCode"
data-mark="getcode"
v-if="timedata.isfinish"
>获取验证码</span
><timmer :timedata="timedata" v-if="!timedata.isfinish"
/></span>
</div>
<button @click="submit"></button>
</div>
<div class="tel">
<div>手机号</div>
<input
type="text"
v-model.trim="usertelinfo.tel"
maxlength="11"
/><br />
<input type="text" v-model.trim="usertelinfo.code" maxlength="4" />
<span class="getrulecode"
><span
@click="getPhoneCode"
data-mark="getcode"
v-if="timedata.isfinish"
>获取验证码</span
><timmer :timedata="timedata" v-if="!timedata.isfinish"
/></span>
<div class="contentbody" v-else>
<div>{{ userinfo.hidetel }}</div>
<button
style="width: 106px; margin-top: 16px"
@click="istelshow = false"
>
更换手机号
</button>
</div>
<button @click="submit"></button>
</div>
<div class="contentbody" v-else>
<div>{{ userinfo.hidetel }}</div>
<button style="width: 106px; margin-top: 16px" @click="istelshow = false">
更换手机号
</button>
</div>
</div>
</div>
</template>
@ -70,40 +73,41 @@ export default {
timmer: null,
},
istelshow: false,
isShow :false
isShow: false,
};
},
//
computed: {},
//
watch: {
"userinfo.tel"(value){
// setTimeout(()=>{
console.log(value);
console.log(this.userinfo);
if (this.userinfo.tel) {
this.istelshow = true;
// console.log(this.istelshow);
}
this.isShow = true
// },200)
}
"userinfo.tel"(value) {
// setTimeout(()=>{
console.log(value);
console.log(this.userinfo);
if (this.userinfo.tel) {
this.istelshow = true;
// console.log(this.istelshow);
}
this.isShow = true;
// },200)
},
},
//
/**
* 组件实例创建完成属性已绑定但DOM还未生成$ el属性还不存在
*/
created() {
},
created() {},
/**
* el 被新创建的 vm.el 替换并挂载到实例上去之后调用该钩子
* 如果 root 实例挂载了一个文档内元素 mounted 被调用时 vm.el 也在文档内
*/
mounted() {
if (this.userinfo.tel) {
this.istelshow = true;
// console.log(this.istelshow);
this.isShow = true;
}
},
//
methods: {
@ -194,7 +198,7 @@ export default {
button {
width: 64px;
height: 32px;
background: #ff6a00;
background: #ff4400;
border-radius: 4px;
border: none;
font-size: 14px;

@ -90,7 +90,7 @@ export default {
// width: 64px;
// height: 32px;
padding: 5px 18px;
background: #ff6a00;
background: #ff4400;
margin-top: 16px;
border-radius: 4px;
border: none;

@ -1,150 +1,151 @@
<template>
<div class="loginpsw-container">
<div class="contenttitle">
<span>设置新的密码</span>
</div>
<div class="contentbody">
<div class="username">
<div>用户名</div>
<input type="text" :value="username" disabled="disabled" />
</div>
<div class="password">
<div>密码</div>
<input type="password" v-model.trim="password" class="passwordInp"/>
<i class="iconfont icon-biyan1" @click="changeStatus"></i>
</div>
<button @click="submit"></button>
</div>
</div>
<div class="loginpsw-container">
<div class="contenttitle">
<span>设置新的密码</span>
</div>
<div class="contentbody">
<div class="username">
<div>用户名</div>
<input type="text" :value="username" disabled="disabled" />
</div>
<div class="password">
<div>密码</div>
<input type="password" v-model.trim="password" class="passwordInp" />
<i class="iconfont icon-biyan1" @click="changeStatus"></i>
</div>
<button @click="submit"></button>
</div>
</div>
</template>
<script>
import { setUserPswApi } from "../../../../api/userinfo";
export default {
//
name: "",
//
components: {},
//
props: {
userinfo: {
require: true,
},
},
//
data() {
return {
username: "",
password: null,
};
},
//
computed: {},
//
watch: {
userinfo() {
this.$nextTick(() => {
console.log(this.userinfo);
//
name: "",
//
components: {},
//
props: {
userinfo: {
require: true,
},
},
//
data() {
return {
username: "",
password: null,
};
},
//
computed: {},
//
watch: {
userinfo() {
this.$nextTick(() => {
console.log(this.userinfo);
// this.username = this.userinfo.tel;
console.log(this.username);
});
},
},
//
/**
* 组件实例创建完成属性已绑定但DOM还未生成$ el属性还不存在
*/
created() {
console.log(this.userinfo.hidename);
this.username = this.userinfo.userName || this.userinfo.nickName || this.userinfo.tel;
},
/**
* el 被新创建的 vm.el 替换并挂载到实例上去之后调用该钩子
* 如果 root 实例挂载了一个文档内元素 mounted 被调用时 vm.el 也在文档内
*/
mounted() {},
//
methods: {
async submit() {
if (this.password === null || this.password.length === 0) {
this.$message.warning("请输入密码");
} else {
try {
const { data } = await setUserPswApi({ password: this.password });
console.log(data);
if (data.status === 200) {
this.$message.success("密码修改成功");
}
} catch (error) {
console.log(error);
}
}
console.log(this.password);
},
changeStatus(e) {
// console.log(e);
let pas = document.querySelector('.passwordInp')
// this.username = this.userinfo.tel;
console.log(this.username);
});
},
},
//
/**
* 组件实例创建完成属性已绑定但DOM还未生成$ el属性还不存在
*/
created() {
console.log(this.userinfo.hidename);
this.username =
this.userinfo.userName || this.userinfo.nickName || this.userinfo.tel;
},
/**
* el 被新创建的 vm.el 替换并挂载到实例上去之后调用该钩子
* 如果 root 实例挂载了一个文档内元素 mounted 被调用时 vm.el 也在文档内
*/
mounted() {},
//
methods: {
async submit() {
if (this.password === null || this.password.length === 0) {
this.$message.warning("请输入密码");
} else {
try {
const { data } = await setUserPswApi({ password: this.password });
console.log(data);
if (data.status === 200) {
this.$message.success("密码修改成功");
}
} catch (error) {
console.log(error);
}
}
console.log(this.password);
},
changeStatus(e) {
// console.log(e);
let pas = document.querySelector(".passwordInp");
// console.dir(pas);
if (e.target.className == "iconfont icon-biyan1") {
e.target.className = "iconfont icon-zhengyan1";
pas.attributes[1].nodeValue = 'text'
} else {
e.target.className = "iconfont icon-biyan1";
pas.attributes[1].nodeValue = 'password'
}
},
},
if (e.target.className == "iconfont icon-biyan1") {
e.target.className = "iconfont icon-zhengyan1";
pas.attributes[1].nodeValue = "text";
} else {
e.target.className = "iconfont icon-biyan1";
pas.attributes[1].nodeValue = "password";
}
},
},
};
</script>
<style scoped lang="less">
.loginpsw-container {
.contentbody {
.username,
.password {
margin-top: 16px;
div {
font-size: 16px;
line-height: 16px;
margin-bottom: 8px;
}
input {
outline: none;
width: 430px;
height: 40px;
text-indent: 10px;
font-size: 16px;
background: #eeeeee;
border: 1px solid #dddddd;
border-radius: 4px;
}
}
.password {
position: relative;
input {
background-color: #fff;
}
.iconfont {
position: absolute;
font-size: 14px;
right: 48%;
top: 36px;
}
}
button {
width: 64px;
height: 32px;
margin-top: 21px;
background: #ff6a00;
border-radius: 4px;
border: none;
font-size: 14px;
color: #fff;
&:hover {
background-color: #fe8034;
}
}
}
.contentbody {
.username,
.password {
margin-top: 16px;
div {
font-size: 16px;
line-height: 16px;
margin-bottom: 8px;
}
input {
outline: none;
width: 430px;
height: 40px;
text-indent: 10px;
font-size: 16px;
background: #eeeeee;
border: 1px solid #dddddd;
border-radius: 4px;
}
}
.password {
position: relative;
input {
background-color: #fff;
}
.iconfont {
position: absolute;
font-size: 14px;
right: 48%;
top: 36px;
}
}
button {
width: 64px;
height: 32px;
margin-top: 21px;
background: #ff4400;
border-radius: 4px;
border: none;
font-size: 14px;
color: #fff;
&:hover {
background-color: #fe8034;
}
}
}
}
</style>

@ -135,7 +135,7 @@ export default {
button {
width: 64px;
height: 32px;
background: #ff6a00;
background: #ff4400;
border-radius: 4px;
border: none;
font-size: 14px;

@ -78,7 +78,7 @@
<div class="username" v-else>Hi,{{ userinfo.hidetel }}</div>
</div>
<div class="priceinfo">
<ul style="display:none">
<ul style="display: none">
<li
@click="pushto('/accountsetting/myintegral')"
:class="{ tagactive: activelist === 6 }"
@ -140,7 +140,7 @@
<li
@click="pushto('/accountsetting/boundbankcard')"
:class="{ tagactive: activelist === 3 }"
style="display:none"
style="display: none"
>
<span
><i class="iconfont icon-bangdingyinhangka"></i>绑定银行卡</span
@ -164,7 +164,7 @@
<li
@click="pushto('/accountsetting/realname')"
:class="{ tagactive: activelist === 4 }"
style="display:none"
style="display: none"
>
<span><i class="iconfont icon-shimingrenzheng"></i>实名认证</span
><span
@ -536,7 +536,7 @@ export default {
i {
width: 64px;
height: 64px;
color: #ff6a00;
color: #ff4400;
> span {
font-size: 64px;
line-height: 64px;
@ -622,18 +622,18 @@ export default {
}
}
&:hover {
// background-color: #ff6a00 !important;
color: #ff6a00;
// background-color: #ff4400 !important;
color: #ff4400;
span {
span {
color: #ff6a00;
color: #ff4400;
}
i {
color: #ff6a00;
color: #ff4400;
}
}
i {
color: #ff6a00;
color: #ff4400;
}
}
}
@ -686,18 +686,18 @@ export default {
}
}
&:hover {
// background-color: #ff6a00 !important;
color: #ff6a00;
// background-color: #ff4400 !important;
color: #ff4400;
span {
span {
color: #ff6a00;
color: #ff4400;
}
i {
color: #ff6a00;
color: #ff4400;
}
}
i {
color: #ff6a00;
color: #ff4400;
}
}
}

@ -215,7 +215,7 @@ export default {
margin-top: 16px;
span {
font-size: 20px;
color: #ff6a00;
color: #ff4400;
}
div {
button {

@ -6,45 +6,56 @@
@click="pagination.status = -1"
:class="{ townsmanactive: pagination.status === -1 }"
>
全部
全部<span>99</span>
</li>
<li
@click="pagination.status = 10"
:class="{ townsmanactive: pagination.status === 10 }"
>
审核中
审核中<span>99</span>
</li>
<li
@click="pagination.status = 20"
:class="{ townsmanactive: pagination.status === 20 }"
>
待面试
待面试<span>99</span>
</li>
<li
@click="pagination.status = 25"
:class="{ townsmanactive: pagination.status === 25 }"
>
已接到
已接到<span>99</span>
</li>
<li
<li
@click="pagination.status = 30"
:class="{ townsmanactive: pagination.status === 30 }"
>
面试通过
面试通过<span>99</span>
</li>
<li
@click="pagination.status = 40"
:class="{ townsmanactive: pagination.status === 40 }"
>
在职中
在职中<span>99</span>
</li>
<li
@click="pagination.status = 999"
:class="{ townsmanactive: pagination.status === 999 }"
>
报名结束
报名结束<span>99</span>
</li>
<li
@click="pagination.status = 50"
:class="{ townsmanactive: pagination.status === 50 }"
>
当前<span>99</span>
</li>
<li
@click="pagination.status = 70"
:class="{ townsmanactive: pagination.status === 70 }"
>
稍后<span>99</span>
</li>
<!-- <li
@click="pagination.status = 70"
:class="{ townsmanactive: pagination.status === 70 }"
@ -58,13 +69,17 @@
<div class="searchinput">
<a-input
placeholder="搜索工单号/职位/姓名/电话/身份证号"
allowClear
@keyup.enter="onSearch"
@input="resetsearch"
v-model="pagination.keys"
><i slot="prefix" class="iconfont icon-sousuo"></i>
<button slot="suffix" @click="onSearch"></button>
</a-input>
<a-range-picker style="" @change="dateChange" class=""/>
<div>
<div>报名时间</div>
<a-range-picker style="" @change="dateChange" class="" />
</div>
</div>
<div class="pagechange">
<button @click="changepage(-1)"></button>
@ -78,7 +93,27 @@
<li>姓名</li>
<li>报名岗位</li>
<li>政策</li>
<li>状态</li>
<!-- <button @click="statusFilter">filter</button> -->
<li>
<div>状态</div>
<a-select
size="small"
placeholder=""
allowClear
@change="resetStatus"
:dropdownMatchSelectWidth="false"
dropdownClassName="statusclass"
style=""
>
<a-select-option
v-for="(i, index) in orderStatus"
:key="index"
@click="handleChange(i)"
>
{{ i.name }}</a-select-option
>
</a-select>
</li>
</ul>
</div>
<div style="text-align: center; margin-top: 16px">
@ -95,7 +130,7 @@
:class="item.isDown ? '' : 'isDownstyle'"
>
<ul class="proxyInfo">
<li>创建时间: {{ item.createTime }}</li>
<li>报名时间: {{ item.createTime }}</li>
<li>工单号: {{ item.orderNum }}</li>
<li>{{ item.agencyName }}</li>
<li>
@ -105,7 +140,7 @@
</ul>
<ul class="billInfo" style="">
<li>
<div class="serial">{{index + 1}}</div>
<div class="serial">{{ index + 1 }}</div>
<i
class="iconfont icon-shenfenzheng"
:style="{
@ -150,7 +185,7 @@
@change="onChange"
/>
<div class="ant-pagination-options-quick-jumper">
<span>{{pagination.total}}</span>
<span>{{ pagination.total }}</span>
跳至<input
ref="pageinput"
type="text"
@ -203,6 +238,7 @@ import {
getUserApplyOrderStatusById,
isEmptyCheck,
formatDateYMDHM,
formatDateYMD,
} from "../../../../utils/commonUtil";
export default {
@ -221,6 +257,8 @@ export default {
scaleNum: 1, //
rotateNum: 0,
searchvalue: "", //
filterStatus: 1, //
saveBill: [], //
pagination: {
pageNum: 1,
pageSize: 10,
@ -228,7 +266,61 @@ export default {
status: -1,
keys: "",
},
orderStatus: [
{
id: "10",
name: "已报名,审核中",
value: "10",
text: "报名审核中",
num: 0,
},
{
id: "20",
name: "报名成功,待面试",
value: "20",
text: "审核通过",
num: 0,
},
{
id: "21",
name: "审核未通过,报名失败",
value: "21",
text: "审核未通过",
num: 0,
},
{ id: "25", name: "已接到", value: "25", text: "已接到", num: 0 },
{ id: "26", name: "未接到", value: "26", text: "未接到", num: 0 },
{
id: "30",
name: "面试通过,待入职",
value: "30",
text: "面试通过",
num: 0,
},
{
id: "35",
name: "面试未通过",
value: "35",
text: "面试未通过",
num: 0,
},
{
id: "40",
name: "已入职,在职中",
value: "40",
text: "已入职",
num: 0,
},
{
id: "45",
name: "面试通过,未入职",
value: "45",
text: "通过未入职",
num: 0,
},
{ id: "50", name: "已离职", value: "50", text: "已离职", num: 0 },
// { id: "60", name: "", value: "60", text: "", num: 0 }
],
billList: [],
isunfold: false,
statusTimeInfo: "", //
@ -258,8 +350,20 @@ export default {
console.log(e);
this.getBill();
},
dateChange(e){
dateChange(e) {
console.log("ischange");
console.log(e);
if (e.length != 0) {
let date1 = new Date(e[0]._d);
let date2 = new Date(e[1]._d);
this.pagination.startDate = formatDateYMD(date1);
this.pagination.endDate = formatDateYMD(date2);
} else {
this.pagination.startDate = "";
this.pagination.endDate = "";
}
this.getBill();
},
inputpageChange(e) {
const pagenumcount = this.pagination.total / this.pagination.pageSize;
@ -288,6 +392,7 @@ export default {
if (data.status === 200) {
// console.log();
this.billList = data.data.recordList;
console.log(this.billList);
setTimeout(() => {
this.billList.forEach((item, index) => {
@ -372,7 +477,16 @@ export default {
item.controlUnfold = true;
console.log(item.status);
// setTimeout(() => {
if (item.status == 10 || item.status == 20 || item.status == 21 || item.status == 25 || item.status == 26|| item.status == 30|| item.status == 35|| item.status == 45) {
if (
item.status == 10 ||
item.status == 20 ||
item.status == 21 ||
item.status == 25 ||
item.status == 26 ||
item.status == 30 ||
item.status == 35 ||
item.status == 45
) {
item.statusTimeInfo = "面试时间";
item.statusShowTime = item.interviewTime;
} else if (item.status == 40) {
@ -389,6 +503,7 @@ export default {
// console.log("isunfold", item.isunfold);
// console.log(item);
});
this.saveBill = JSON.parse(JSON.stringify(this.billList));
}, 0);
this.pagination.total = data.data.recordCount;
@ -563,6 +678,52 @@ export default {
this.$forceUpdate();
console.log(item.controlUnfold);
},
statusFilter() {
//
let num = this.filterStatus % 3;
if (num == 1) {
this.billList.sort((a, b) => {
return a.status - b.status;
});
} else if (num == 2) {
this.billList.sort((a, b) => {
return b.status - a.status;
});
} else {
this.billList = JSON.parse(JSON.stringify(this.saveBill));
}
this.filterStatus++;
},
handleChange(e) {
this.billList = JSON.parse(JSON.stringify(this.saveBill));
let list = [];
this.billList.forEach((item) => {
if (item.status == e.value) {
list.push(item);
}
});
this.billList = list;
this.billList.forEach((item, index) => {
let parent = this.$refs["Control" + index][0].parentNode;
let sibling = this.$refs["Control" + index][0].previousElementSibling;
if (sibling.offsetHeight > parent.offsetHeight) {
// sibling.style.height = "100%";
sibling.style.overflow = "hidden";
parent.style.paddingBottom = "20px";
item.isunfold = true;
} else {
item.isunfold = false;
}
item.controlUnfold = true;
});
console.log(e);
},
resetStatus(e) {
if (e == undefined) {
this.billList = JSON.parse(JSON.stringify(this.saveBill));
}
console.log(e);
},
},
};
</script>
@ -571,7 +732,7 @@ export default {
.mybill-container {
position: relative;
min-height: 802px;
margin-top: 20px;
margin-top: 16px;
border-radius: 4px;
padding: 1px 10px;
background-color: #fff;
@ -645,7 +806,7 @@ export default {
float: right;
width: 72px;
height: 32px;
background-color: #ff6a00;
background-color: #ff4400;
border: none;
color: #fff;
border-radius: 4px;
@ -689,34 +850,53 @@ export default {
height: 40px;
.townsmanactive {
// border-color: #;
color: #ff6a00;
color: #ff6600;
z-index: 999;
border-bottom: 2px solid #ff6a00;
border-bottom: 2px solid #ff6600;
span {
color: #ff6600;
}
}
li {
position: relative;
width: 96px;
// width: 104px;
// height: 40px;
padding: 0px 20px;
padding-bottom: 16px;
font-weight: 600;
color: #666;
// line-height: 40px;
text-align: center;
cursor: pointer;
span {
color: #ff6600;
margin-left: 4px;
font-size: 16px;
}
&:hover {
color: #ff6600;
span {
color: #ff6600;
}
}
&::after {
content: "";
position: absolute;
display: block;
width: 1px;
height: 16px;
height: 24px;
right: 0;
top: 5px;
top: 0%;
// transform: translateY(-50%);
background-color: #eeeeee;
}
&:last-child::after {
display: none;
}
&:nth-child(7)::after {
height: 57px;
top: -16px;
}
}
button {
width: 100px;
@ -728,7 +908,7 @@ export default {
margin-right: -1px;
cursor: pointer;
&:hover {
color: #ff6a00;
color: #ff4400;
}
}
button:first-child {
@ -755,8 +935,19 @@ export default {
.searchinput {
display: flex;
position: relative;
> div {
display: flex;
// width: 375px;
justify-content: start;
align-items: center;
font-size: 16px;
> div {
margin-left: 50px;
width: 84px;
}
}
.ant-input {
width: 400px;
width: 400px;
// width: 300px;
position: relative;
height: 32px;
@ -774,11 +965,11 @@ export default {
font-size: 14px !important;
}
&:hover {
border-color: #ff6a00;
border-color: #ff4400;
box-shadow: none;
}
&:focus {
border-color: #ff6a00;
border-color: #ff4400;
}
}
.ant-input-affix-wrapper {
@ -800,8 +991,8 @@ export default {
width: 70px;
height: 32px;
color: white;
background: #ff6a00;
border-color: #ff6a00;
background: #ff4400;
border-color: #ff4400;
border: none;
border-radius: 16px;
font-size: 14px;
@ -815,14 +1006,20 @@ export default {
// border: none;
// }
}
.ant-calendar-picker-input{
.ant-calendar-picker-input {
display: flex;
margin-left: 50px;
// margin-left: 20px;
width: 260px;
.ant-calendar-range-picker-input{
border-color: #ccc;
border-radius: 4px;
// border: none;
.ant-calendar-range-picker-input {
width: 95px;
}
.ant-calendar-picker-clear{
.ant-calendar-range-picker-separator {
margin-right: 10px;
}
.ant-calendar-picker-clear {
margin-right: 10px;
}
}
@ -837,8 +1034,8 @@ export default {
color: #4d575e;
background-color: #fff;
&:hover {
border-color: #ff6a00;
color: #ff6a00;
border-color: #ff4400;
color: #ff4400;
}
&:first-child {
margin-right: 12px;
@ -849,7 +1046,7 @@ export default {
.infocontent {
.contenttltle {
margin-top: 16px;
ul {
> ul {
height: 32px;
line-height: 32px;
display: flex;
@ -875,7 +1072,18 @@ export default {
// background-color: green;
}
li:nth-child(4) {
display: flex;
justify-content: center;
align-items: center;
padding-left: 50px;
width: 321px;
.ant-select {
width: 120px;
margin-left: 20px;
}
.ant-select-focused {
box-shadow: none;
}
// background-color: purple;
}
}
@ -888,9 +1096,8 @@ export default {
.billInfo {
li {
border-color: rgba(0, 122, 255, 0.6) !important;
.serial{
border-color: rgba(0, 122, 255, 0.6) !important;
.serial {
border-color: rgba(0, 122, 255, 0.6) !important;
}
}
}
@ -946,19 +1153,19 @@ export default {
position: relative;
width: 273px;
padding-left: 60px;
.serial{
.serial {
display: flex;
align-items: center;
position: absolute;
height: 100%;
width: 60px;
left: 0;
font-weight: 600;
color: #666;
font-size: 18px;
font-weight: 400;
color: #333;
font-size: 16px;
justify-content: center;
background-color: #fff;
border-right: 1px solid #ccc ;
border-right: 1px solid #ccc;
}
// flex-direction: column;
@ -1012,7 +1219,7 @@ export default {
bottom: 3px;
text-align: right;
background-color: #fff;
color: #ff6a00;
color: #ff4400;
cursor: pointer;
}
// background-color: green;

@ -126,7 +126,7 @@ export default {
margin-bottom: 16px;
span {
font-size: 20px;
color: #ff6a00;
color: #ff4400;
}
div {
button {
@ -193,7 +193,7 @@ export default {
height: 102px;
// width: 790px;
background-color: #fff1e7;
border: 1px solid #ff6a00;
border: 1px solid #ff4400;
border-radius: 8px;
div {
float: left;
@ -204,9 +204,9 @@ export default {
> div:nth-of-type(1) {
margin-left: 52px;
margin-top: 16px;
color: #ff6a00;
color: #ff4400;
h1 {
color: #ff6a00;
color: #ff4400;
font-size: 44px;
font-weight: normal;
line-height: 44px;
@ -245,7 +245,7 @@ export default {
line-height: 28px;
float: right;
color: #fff;
background: #ff6a00;
background: #ff4400;
text-align: center;
border-radius: 96px 0px 0px 96px;
}

@ -225,7 +225,7 @@ export default {
margin-top: 16px;
span {
font-size: 20px;
color: #ff6a00;
color: #ff4400;
}
div {
button {

File diff suppressed because it is too large Load Diff

@ -386,7 +386,7 @@ i {
.ant-breadcrumb {
.ant-breadcrumb-link {
a:hover {
color: #ff6a00;
color: #ff4400;
}
}
}
@ -399,7 +399,7 @@ i {
margin-top: 15px;
.ant-pagination-item-container {
.ant-pagination-item-link-icon {
color: #ff6a00;
color: #ff4400;
}
}
@ -418,27 +418,27 @@ i {
color: #000000a6;
}
&:hover .ant-pagination-item-link {
color: #ff6a00;
color: #ff4400;
}
}
input[type="text"] {
box-shadow: none;
border-color: transparent;
&:focus {
border: 1px solid #ff6a00;
border: 1px solid #ff4400;
}
&:hover {
border: 1px solid #ff6a00;
border: 1px solid #ff4400;
}
}
.ant-pagination-item {
border: none;
a:hover {
color: #ff6a00;
color: #ff4400;
}
}
.ant-pagination-item-active {
background: #ff6a00;
background: #ff4400;
a {
color: white;
}
@ -449,7 +449,7 @@ i {
.ant-pagination-item-link {
border: none;
// &:hover .anticon-right {
// color: #ff6a00;
// color: #ff4400;
// }
// .anticon-right{
@ -548,7 +548,7 @@ i {
justify-content: space-between;
border-bottom: 1px solid #eee;
&:hover {
color: #ff6a00;
color: #ff4400;
}
span {
line-height: 18px;
@ -566,7 +566,7 @@ i {
margin-top: 24px;
border: 1px solid rgba(77, 87, 94, 0.1);
border-radius: 17px;
color: #ff6a00;
color: #ff4400;
font-size: 14px;
line-height: 32px;
background-color: #fff;
@ -582,7 +582,7 @@ i {
width: 4px;
height: 20px;
margin-right: 8px;
background: #ff6a00;
background: #ff4400;
}
h1.bottombox,
p.bottombox {
@ -606,7 +606,7 @@ p.bottombox {
// i {
// display: inline-block;
// line-height: 20px;
// border-bottom: 3px solid #ff6a00;
// border-bottom: 3px solid #ff4400;
// padding: 6px 0;
// }
}
@ -632,7 +632,7 @@ p.bottombox {
}
}
.ant-select-dropdown-menu-item-active ,.ant-select-dropdown-menu-item-selected{
color: #ff6a00 !important;
color: #ff4400 !important;
font-weight: normal;
background-color: rgba(255, 106, 0,.1) !important;
}
@ -669,14 +669,14 @@ p.bottombox {
height: 22px;
right: 10px;
top: 10px;
border: 1px solid #ff6a00;
color: #ff6a00;
border: 1px solid #ff4400;
color: #ff4400;
border-radius: 999px;
line-height:22px;
text-align: center;
cursor: pointer;
&:hover {
background-color: #ff6a00;
background-color: #ff4400;
color: #fff;
}
}
@ -701,15 +701,15 @@ p.bottombox {
right: 20px;
top: 7px;
font-size: 14px;
border: 1px solid #ff6a00;
color: #ff6a00;
border: 1px solid #ff4400;
color: #ff4400;
border-radius: 5px;
line-height: 22px;
text-align: center;
cursor: pointer;
&:hover {
color: #fff;
background-color: #ff6a00;
background-color: #ff4400;
}
}
}

@ -147,7 +147,7 @@ i {
border-color: #d9d9d9 !important;
}
.ant-breadcrumb .ant-breadcrumb-link a:hover {
color: #ff6a00;
color: #ff4400;
}
.pagecontainer {
display: flex;
@ -157,7 +157,7 @@ i {
margin-top: 15px;
}
.pagecontainer .ant-pagination-item-container .ant-pagination-item-link-icon {
color: #ff6a00;
color: #ff4400;
}
.pagecontainer .ant-pagination-options-quick-jumper {
margin-left: 10px;
@ -172,26 +172,26 @@ i {
}
.pagecontainer .ant-pagination-next:hover .ant-pagination-item-link,
.pagecontainer .ant-pagination-prev:hover .ant-pagination-item-link {
color: #ff6a00;
color: #ff4400;
}
.pagecontainer input[type="text"] {
box-shadow: none;
border-color: transparent;
}
.pagecontainer input[type="text"]:focus {
border: 1px solid #ff6a00;
border: 1px solid #ff4400;
}
.pagecontainer input[type="text"]:hover {
border: 1px solid #ff6a00;
border: 1px solid #ff4400;
}
.pagecontainer .ant-pagination-item {
border: none;
}
.pagecontainer .ant-pagination-item a:hover {
color: #ff6a00;
color: #ff4400;
}
.pagecontainer .ant-pagination-item-active {
background: #ff6a00;
background: #ff4400;
}
.pagecontainer .ant-pagination-item-active a {
color: white;
@ -229,7 +229,7 @@ i {
.ant-cascader-menus.agestr .ant-cascader-menu .ant-cascader-menu-item:hover,
.ant-cascader-menus.gender .ant-cascader-menu .ant-cascader-menu-item:hover {
background-color: rgba(255, 106, 0, 0.1);
color: #ff6a00;
color: #ff4400;
}
.ant-cascader-menus.slide-up-leave-active {
animation: none !important;
@ -263,7 +263,7 @@ i {
}
.ant-cascader-menus.flitercity .ant-cascader-menu .ant-cascader-menu-item:hover {
background-color: rgba(255, 106, 0, 0.1);
color: #ff6a00;
color: #ff4400;
}
.logindropdown {
left: calc(463vw) !important;
@ -292,7 +292,7 @@ i {
border-bottom: 1px solid #eee;
}
.logindropdown .loginbox > a > div:hover {
color: #ff6a00;
color: #ff4400;
}
.logindropdown .loginbox > a > div span {
line-height: 18px;
@ -308,7 +308,7 @@ i {
margin-top: 24px;
border: 1px solid rgba(77, 87, 94, 0.1);
border-radius: 17px;
color: #ff6a00;
color: #ff4400;
font-size: 14px;
line-height: 32px;
background-color: #fff;
@ -321,7 +321,7 @@ i {
width: 4px;
height: 20px;
margin-right: 8px;
background: #ff6a00;
background: #ff4400;
}
h1.bottombox,
p.bottombox {
@ -366,7 +366,7 @@ p.bottombox::after {
}
.ant-select-dropdown-menu-item-active,
.ant-select-dropdown-menu-item-selected {
color: #ff6a00 !important;
color: #ff4400 !important;
font-weight: normal;
background-color: rgba(255, 106, 0, 0.1) !important;
}
@ -398,15 +398,15 @@ p.bottombox::after {
height: 22px;
right: 10px;
top: 10px;
border: 1px solid #ff6a00;
color: #ff6a00;
border: 1px solid #ff4400;
color: #ff4400;
border-radius: 999px;
line-height: 22px;
text-align: center;
cursor: pointer;
}
.ant-popover .ant-popover-content .ant-popover-inner-content > div:hover {
background-color: #ff6a00;
background-color: #ff4400;
color: #fff;
}
.xiangdan .ant-modal-content {
@ -425,8 +425,8 @@ p.bottombox::after {
right: 20px;
top: 7px;
font-size: 14px;
border: 1px solid #ff6a00;
color: #ff6a00;
border: 1px solid #ff4400;
color: #ff4400;
border-radius: 5px;
line-height: 22px;
text-align: center;
@ -434,5 +434,5 @@ p.bottombox::after {
}
.xiangdan .ant-modal-content .ant-modal-body .copy:hover {
color: #fff;
background-color: #ff6a00;
background-color: #ff4400;
}

@ -1,6 +1,6 @@
// 左侧列表的active样式
.tagactive {
background-color: #ff6a00 !important;
background-color: #ff4400 !important;
color: #fff !important;
span {
span {
@ -24,7 +24,7 @@
margin-bottom: 24px;
span {
font-size: 20px;
color: #ff6a00;
color: #ff4400;
}
}
// .ant-table-thead {

File diff suppressed because one or more lines are too long

@ -96,7 +96,7 @@ export default {
height: 100%;
float: left;
position: relative;
background-color: #ff6a00;
background-color: #ff4400;
.slogan {
position: absolute;
top: 50%;

@ -576,7 +576,7 @@ export default {
},
toList() {
console.log(this.$router);
// this.$router.go(0);
// this.$router.go(0);
// window.location.reload();
this.reload();
},
@ -590,12 +590,12 @@ export default {
/deep/ .pagetitle {
background-color: #fff;
padding: 14px 0;
width: 100vw;
// width: 100vw;
// font-size: 16px;
.titleactive {
// font-size: 18px;
font-weight: bold;
color: #ff6a00;
color: #ff4400;
}
.w {
overflow: hidden;
@ -621,8 +621,8 @@ export default {
height: 52px;
// font-size: 46px;
// line-height: 52px;
// color: #ff6a00;
color: #ff6a00;
// color: #ff4400;
color: #ff4400;
}
}
> span:nth-of-type(2) {
@ -632,6 +632,8 @@ export default {
margin-left: 80px;
color: #666666;
li {
font-weight: 600;
color: #666;
margin-right: 40px;
line-height: 52px;
text-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.05);
@ -639,7 +641,7 @@ export default {
a {
transition: none;
&:hover {
color: #ff6a00;
color: #ff4400;
}
}
}
@ -659,10 +661,10 @@ export default {
a.titleactiveafter {
font-size: 16px;
font-weight: bold;
color: #ff6a00;
color: #ff4400;
}
a:hover {
color: #ff6a00;
color: #ff4400;
}
&:first-child {
margin-right: 24px;
@ -692,7 +694,7 @@ export default {
margin-top: 4px;
// margin-left: 33px;
border-radius: 999px;
// background-color: #ff6a00;
// background-color: #ff4400;
margin-right: -3px;
text-align: center;
}
@ -700,7 +702,7 @@ export default {
i {
font-size: 32px;
line-height: 30px;
color: #ff6a00;
color: #ff4400;
cursor: pointer;
&:hover {
color: #ff842b;
@ -713,10 +715,10 @@ export default {
font-size: 14px;
margin-top: 10px;
background-color: #fff;
border: 1px solid #ff6a00;
border: 1px solid #ff4400;
line-height: 30px;
border-radius: 999px;
color: #ff6a00;
color: #ff4400;
text-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.05);
}
}
@ -741,7 +743,7 @@ export default {
width: 4px;
height: 25px;
margin-right: 8px;
background: #ff6a00;
background: #ff4400;
}
}
}
@ -773,7 +775,7 @@ export default {
height: 28px;
left: 0;
bottom: 0;
background: #ff6a00;
background: #ff4400;
border-radius: 16px 16px 16px 0px;
font-size: 16px;
text-align: center;
@ -803,7 +805,7 @@ export default {
margin-top: 12px;
text-align: left;
span:first-child {
color: #ff6a00;
color: #ff4400;
background: rgba(254, 97, 0, 0.1);
}
span {
@ -819,7 +821,7 @@ export default {
font-size: 18px;
font-weight: normal;
text-align: left;
color: #ff6a00;
color: #ff4400;
line-height: 25px;
span {
font-size: 22px;
@ -832,7 +834,7 @@ export default {
.banner {
height: 72px;
margin-top: 20px;
background-color: rgba(255, 106, 0);
background-color: #ff4400;
margin-bottom: -20px;
.w {
display: flex;
@ -911,7 +913,7 @@ export default {
display: block;
line-height: 24px;
font-size: 24px !important;
color: #ff6a00;
color: #ff4400;
margin-right: 8px;
}

@ -370,7 +370,7 @@ export default {
.titleactive {
font-size: 16px;
font-weight: bold;
color: #ff6a00;
color: #ff4400;
}
.w {
overflow: hidden;
@ -396,8 +396,8 @@ export default {
height: 52px;
// font-size: 46px;
// line-height: 52px;
// color: #ff6a00;
// color: #ff6a00;
// color: #ff4400;
// color: #ff4400;
}
}
.navigationleft {
@ -414,7 +414,7 @@ export default {
a {
transition: none;
&:hover {
color: #ff6a00;
color: #ff4400;
}
}
}
@ -432,10 +432,10 @@ export default {
cursor: pointer;
a.titleactiveafter {
font-weight: bold;
color: #ff6a00;
color: #ff4400;
}
a:hover {
color: #ff6a00;
color: #ff4400;
}
&:first-child {
margin-right: 24px;
@ -459,14 +459,14 @@ export default {
margin-top: 5px;
// margin-left: 33px;
border-radius: 999px;
// background-color: #ff6a00;
// background-color: #ff4400;
margin-right: -3px;
text-align: center;
}
i {
font-size: 32px;
line-height: 30px;
color: #ff6a00;
color: #ff4400;
cursor: pointer;
&:hover {
color: #ff842b;
@ -479,10 +479,10 @@ export default {
font-size: 14px;
margin-top: 10px;
background-color: #fff;
border: 1px solid #ff6a00;
border: 1px solid #ff4400;
line-height: 30px;
border-radius: 999px;
color: #ff6a00;
color: #ff4400;
text-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.05);
}
}
@ -507,7 +507,7 @@ export default {
width: 4px;
height: 25px;
margin-right: 8px;
background: #ff6a00;
background: #ff4400;
}
}
}
@ -539,7 +539,7 @@ export default {
height: 28px;
left: 0;
bottom: 0;
background: #ff6a00;
background: #ff4400;
border-radius: 16px 16px 16px 0px;
font-size: 16px;
text-align: center;
@ -569,7 +569,7 @@ export default {
margin-top: 12px;
text-align: left;
span:first-child {
color: #ff6a00;
color: #ff4400;
background: rgba(254, 97, 0, 0.1);
}
span {
@ -585,7 +585,7 @@ export default {
font-size: 18px;
font-weight: normal;
text-align: left;
color: #ff6a00;
color: #ff4400;
line-height: 25px;
span {
font-size: 22px;
@ -598,7 +598,7 @@ export default {
.banner {
height: 72px;
margin-top: 20px;
background-color: rgba(255, 106, 0);
background-color: #ff4400;
margin-bottom: -20px;
.w {
display: flex;

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 870 KiB

After

Width:  |  Height:  |  Size: 870 KiB

@ -2,7 +2,7 @@
<svg width="14px" height="19px" viewBox="0 0 14 19" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>定位</title>
<g id="一手单页面" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="首页(下滑)" transform="translate(-818.000000, -3321.000000)" fill="#FF6A00" fill-rule="nonzero">
<g id="首页(下滑)" transform="translate(-818.000000, -3321.000000)" fill="#ff4400" fill-rule="nonzero">
<g id="编组-4" transform="translate(360.000000, 3315.000000)">
<g id="地图-地标备份" transform="translate(458.000000, 6.000000)">
<path d="M7,0 C3.13964945,0 0,3.13477988 0,6.98782001 C0,8.41825355 0.430956147,9.79512192 1.23686849,10.9534687 C1.27704237,11.02286 1.31782494,11.0898165 1.36591186,11.1549468 L6.47529872,17.8785932 C6.61408121,18.032593 6.80034192,18.1178103 7,18.1178103 C7.19721114,18.1178103 7.38468924,18.0319843 7.54721083,17.8499845 L12.6328586,11.1543381 C12.6827716,11.0873817 12.7259889,11.0143383 12.7491194,10.9717296 C13.565149,9.80365046 14.0018769,8.41270938 14,6.98782001 C14,3.13477988 10.8597297,0 7,0 Z M6.99999392,9.4865135 C5.62093454,9.48584573 4.50249403,8.36931102 4.49947435,6.9902548 C4.53608413,5.63573427 5.64467439,4.55670197 6.99968957,4.55670197 C8.35470475,4.55670197 9.46329501,5.63573427 9.49990479,6.9902548 C9.49655093,8.36883581 8.37857865,9.48490261 6.99999392,9.4859048 L6.99999392,9.4865135 Z" id="定位"></path>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Loading…
Cancel
Save