Commit 265269b5 authored by 黄奎's avatar 黄奎

销售看板

parent 155e7a0b
<style>
.tichengContent {
.tichengContent {
width: 100%;
height: 180px;
background: url(../assets/img/imbg/ticheng.png) no-repeat;
background-size: 100% 100%;
position: relative;
cursor: pointer;
}
}
.Ticheng_Date {
.Ticheng_Date {
position: absolute;
color: #CB504D;
top: 75px;
width: 100%;
text-align: center;
font-size: 20px;
}
}
.Ticheng_Money {
.Ticheng_Money {
margin-left: 20px;
}
}
.Ticheng_Money span:first-child {
.Ticheng_Money span:first-child {
font-size: 14px;
margin-right: 5px;
}
}
.Ticheng_Text {
.Ticheng_Text {
width: 100%;
position: absolute;
padding: 0 40px;
......@@ -41,25 +41,26 @@
overflow: hidden;
color: #4E4E4C;
font-size: 14px;
}
}
.Ticheng_Address {
.Ticheng_Address {
padding: 15px 0 25px 0 !important;
}
}
.myIndexStyle .addTichengDialog .el-dialog__body {
.myIndexStyle .addTichengDialog .el-dialog__body {
padding: 0;
}
}
.TiChengScore {
.TiChengScore {
position: absolute;
left: 2rem;
top: 1.5rem;
}
}
.TiChengScore img {
.TiChengScore img {
width: 30px;
}
}
</style>
<template>
......@@ -71,7 +72,8 @@
<div class="nav-middle">
<ul class="clearfix comIndexUl" :style="{ width: `${allWindowWidth}px` }">
<li v-for="(item, index) in menuList" v-if="item.MenuUrl != '' && index <= maxLength"
:class="{ active: item.MenuId == chosenIndex }" @click="goUrl(item.MenuUrl, item.MenuId, index)" :key="`r_` + index">
:class="{ active: item.MenuId == chosenIndex }" @click="goUrl(item.MenuUrl, item.MenuId, index)"
:key="`r_` + index">
<span class="big_tittle"><i :class="[fontPub, item.icon]"></i>
{{ item.MenuName }}
<span class="MenuConfirm" v-if="item.fatherCount > 0">{{ item.fatherCount }}</span>
......@@ -94,7 +96,8 @@
<template v-for="(grandSon, gsIndex) in grand.list">
<template v-if="(HOTEL_memorandum && son.MenuId == 647) || son.MenuId != 647">
<p @click.stop="goUrl(grandSon.MenuUrl, grandSon.MenuId, gsIndex)"
class="menuList_son_three_tittle" :key="`r_` + index + `_s_` + sIndex + `_g_` + gIndex + `_gs_` + gsIndex">
class="menuList_son_three_tittle"
:key="`r_` + index + `_s_` + sIndex + `_g_` + gIndex + `_gs_` + gsIndex">
<i
:class="[fontPub, JSON.parse(grandSon.MenuStyle).icon ? JSON.parse(grandSon.MenuStyle).icon : 'icon-guanli2']"></i>
{{ grandSon.MenuName }}
......@@ -122,7 +125,8 @@
</span>
<el-dropdown-menu slot="dropdown" class="_dropdown _more_dropdown">
<el-dropdown-item class="clearfix _dropdown_other" v-for="(item, index) in menuList" :key="index"
v-if="item.MenuUrl != '' && index > maxLength" @click.native="goUrl(item.MenuUrl, item.MenuId, index)">
v-if="item.MenuUrl != '' && index > maxLength"
@click.native="goUrl(item.MenuUrl, item.MenuId, index)">
<a target="_blank" style="color:#a6adb4;" v-if="item.MenuUrl.indexOf('http://') == -1">
<i :class="[fontPub, item.icon]"></i>{{ item.MenuName }}
</a>
......@@ -175,8 +179,9 @@
@click.native="goUrlT('FinancialDocuments', 3, '财务单据')">
<i class="iconfont icon-nav-caiwu" style="color:#8e44ad"></i>
{{ $t('objFill.caiwudan') }}
<el-badge v-if="NotDealCount8 > 0" class="mark" :value="NotDealCount8 ? NotDealCount8 : 0" type="primary"
style="right: 65px;" @click.native.stop="goUrlT('FinancialDocuments', 8, '财务单据')" />
<el-badge v-if="NotDealCount8 > 0" class="mark" :value="NotDealCount8 ? NotDealCount8 : 0"
type="primary" style="right: 65px;"
@click.native.stop="goUrlT('FinancialDocuments', 8, '财务单据')" />
<el-badge class="mark" :value="NotDealCount ? NotDealCount : '0'" />
<i class="iconfont icon-right1"></i>
</el-dropdown-item>
......@@ -259,13 +264,13 @@
{{ $t('objFill.v101.header.tianjbjmb') }}
<i class="iconfont icon-right1"></i>
</el-dropdown-item>
<el-dropdown-item class="clearfix _dropdown_other"
@click.native="journeyTemplate(1)">
<el-dropdown-item class="clearfix _dropdown_other" @click.native="journeyTemplate(1)">
<i class="iconfont icon-pdf" style="color:#f39c12"></i>
{{ $t('objFill.v101.header.zaixianxc') }}
<i class="iconfont icon-right1"></i>
</el-dropdown-item>
<el-dropdown-item class="clearfix _dropdown_other" v-if="userInfo.RB_Group_id == 2" @click.native="SalesBoard(1)">
<el-dropdown-item class="clearfix _dropdown_other" v-if="userInfo.RB_Group_id == 2"
@click.native="SalesBoard(1)">
<i class="iconfont icon-chakan" style="color:#f39c12"></i>
{{ $t('objFill.v102.xiaosousjkb') }}
<i class="iconfont icon-right1"></i>
......@@ -298,7 +303,8 @@
<li style="display: flex;flex-direction: column;align-items: center;justify-content: center;">
<el-tooltip effect="dark" content="ERP智能客服" placement="top">
<!-- <img src="../assets/img/AI.png" style="width: 30px;cursor: pointer;" @click="goRequirement()"> -->
<div class="top-right-menu-item" style="margin-top: -10px;" @click="showCustomerServiceHandler()" ></div>
<div class="top-right-menu-item" style="margin-top: -10px;" @click="showCustomerServiceHandler()">
</div>
</el-tooltip>
</li>
<li v-if="!useRed"><i class="iconfont icon-gonggao"
......@@ -354,11 +360,13 @@
{{ $t('objFill.tongxunlu') }}
<div class="lihoverNote"></div>
</li>
<li v-if="!useRed" @click="IM_navType = 3, imToolsType = 0, changeTools(0)" :class="{ checked: IM_navType == 3 }">
<li v-if="!useRed" @click="IM_navType = 3, imToolsType = 0, changeTools(0)"
:class="{ checked: IM_navType == 3 }">
{{ $t('objFill.v101.header.kongjian') }}
<div class="lihoverNote"></div>
</li>
<li v-if="!useRed" @click="IM_navType = 52, imToolsType = 0, changeTools(0)" :class="{ checked: IM_navType == 52 }">
<li v-if="!useRed" @click="IM_navType = 52, imToolsType = 0, changeTools(0)"
:class="{ checked: IM_navType == 52 }">
{{ $t('objFill.gonggao') }}
<div class="lihoverNote"></div>
</li>
......@@ -583,7 +591,8 @@
{{ $t('objFill.v101.header.quanbudt') }}</li>
<li :class="{ cked: dynamicType == 2 }" @click="dynamicType = 2"><i class="iconfont icon-ico-wofabude"></i>
{{ $t('objFill.v101.header.wofabud') }}</li>
<li :class="{ cked: dynamicType == 3 }" @click="dynamicType = 3"><i class="iconfont icon-ico_yuwoxiangguan"></i>
<li :class="{ cked: dynamicType == 3 }" @click="dynamicType = 3"><i
class="iconfont icon-ico_yuwoxiangguan"></i>
{{ $t('objFill.v101.header.yuwoxiang') }}</li>
</ul>
</div>
......@@ -776,7 +785,8 @@
<img
v-if="item.SellGeneralContent.totalCommission >= 1000 && item.SellGeneralContent.totalCommission < 2000"
src="../assets/img/imbg/B.png" alt="" />
<img v-if="item.SellGeneralContent.totalCommission < 1000" src="../assets/img/imbg/C.png" alt="" />
<img v-if="item.SellGeneralContent.totalCommission < 1000" src="../assets/img/imbg/C.png"
alt="" />
<img
v-if="item.SellGeneralContent.totalCommission >= 4000 && item.SellGeneralContent.totalCommission < 8000"
src="../assets/img/imbg/S.png" alt="" />
......@@ -838,7 +848,8 @@
</div>
<div class="reviewInput" v-if='reviewIndex == index'>
<el-input :placeholder="placeholder" maxlength='50' v-model='reviewCont'>
<el-button slot="append" @click='reviewArticle(item.id, index)'>{{ $t('pub.sureBtn') }}</el-button>
<el-button slot="append" @click='reviewArticle(item.id, index)'>{{ $t('pub.sureBtn') }}
</el-button>
</el-input>
</div>
</div>
......@@ -1111,7 +1122,8 @@
class="search-input" @keyup.enter="searchNameV3" @keyup="emptyChangeBox" />
<div class="search-result-box">
<el-tree :data='webAllpartList' v-show="groupboxSearch == 0" :props="defaultProps1">
<span class="custom-tree-node" slot-scope="{ node, data }" :style="{ 'padding': data.Type == 2 ? '5px 0' : '' }">
<span class="custom-tree-node" slot-scope="{ node, data }"
:style="{ 'padding': data.Type == 2 ? '5px 0' : '' }">
<span class="fz14" v-if="data.Type == 1">{{ node.label }}</span>
<span class="fz14" v-if="data.Type == 2" @click="addFriend(0, data)">
<img v-if='!data.Icon' src="../assets/img/litheader.png"
......@@ -1184,7 +1196,8 @@
<div class="group-body" style="height:200px;position: relative;margin-bottom:15px;border-bottom: 1px solid #eee">
<div class="team-member-box" v-if="currentSession.scene == 'team'">
<ul>
<li v-for="(item, index) in oldGroupMemberList" v-if="delAccountList.indexOf(item.account) == -1" :key="index">
<li v-for="(item, index) in oldGroupMemberList" v-if="delAccountList.indexOf(item.account) == -1"
:key="index">
<img :src="item.avatar" style="border-radius:0px" />
<span>
{{ item.alias }}
......@@ -1275,16 +1288,19 @@
<!-- 投票 -->
<Voting v-show="VotingShow" :NowVoteData="NowVoteData" :NowVoteType="NowVoteType"></Voting>
<!-- 机票未绑团提示 -->
<unbundlingMessage v-if="unbundlingVisible" :UnboundDate="UnboundDate" @unbundlingVisible="unbundlingVisible = false">
<unbundlingMessage v-if="unbundlingVisible" :UnboundDate="UnboundDate"
@unbundlingVisible="unbundlingVisible = false">
</unbundlingMessage>
<!-- 机票未绑团提示 -->
<unTravelMessage v-if="unTravelVisible" :UnTravelDate="UnTravelDate" @unTravelVisible="unTravelVisible = false">
</unTravelMessage>
<!-- 酒店临期未制单提示 -->
<unhotelFMessage v-if="unHotelFinance" :UnHotelFinanceData="UnHotelFinanceData" @unHotelFinance="unHotelFinance = false">
<unhotelFMessage v-if="unHotelFinance" :UnHotelFinanceData="UnHotelFinanceData"
@unHotelFinance="unHotelFinance = false">
</unhotelFMessage>
<!-- 财务单据驳回未制单 -->
<unFRejectMessage v-if="unFinanceReject" :UnFinanceRejectData="UnFinanceRejectData" @unFinanceReject="unFinanceReject = false">
<unFRejectMessage v-if="unFinanceReject" :UnFinanceRejectData="UnFinanceRejectData"
@unFinanceReject="unFinanceReject = false">
</unFRejectMessage>
<!-- 改价提醒/审核改价提醒 -->
<ChangeThePriceMessage v-if="ChangeThePriceVisible || ExamineThePriceVisible" :type="1" :msg="ExamineThePriceMsg"
......@@ -1301,33 +1317,33 @@
</template>
<script>
import util from "../utils";
import config from "../configs";
import pageUtil from "../utils/page";
import ChatList from "./Chat/chatList";
import ChatEditor from "./Chat/ChatEditor";
//import md5 from 'js-md5'
import emojiObj from "../configs/emoji";
// import Vue from 'vue'
import loading from "./commonPage/loading";
import VueDraggableResizable from "vue-draggable-resizable";
import {
import util from "../utils";
import config from "../configs";
import pageUtil from "../utils/page";
import ChatList from "./Chat/chatList";
import ChatEditor from "./Chat/ChatEditor";
//import md5 from 'js-md5'
import emojiObj from "../configs/emoji";
// import Vue from 'vue'
import loading from "./commonPage/loading";
import VueDraggableResizable from "vue-draggable-resizable";
import {
setInterval,
clearInterval
} from 'timers';
import saleRnk from "./SalesModule/saleRnk";
import commissonBill from './commonPage/commissonBill';
import commissionDetail from "./commonPage/commissionDetail.vue";
import Voting from "../components/administrative/model/Voting";
import unbundlingMessage from "../components/administrative/model/unbundlingMessage";
import unhotelFMessage from "../components/administrative/model/unHotelFinance";
import unFRejectMessage from "../components/administrative/model/unFinanceReject";
import unTravelMessage from "../components/administrative/model/unTravelMessage";
import AirTicketMessage from "../components/administrative/model/AirTicketMessage";
import ChangeThePriceMessage from "../components/administrative/model/ChangeThePriceMessage";
import pptIframe from './commonPage/pptIframe/index';
import RankingIframe from './commonPage/RankingIframe/index';
export default {
} from 'timers';
import saleRnk from "./SalesModule/saleRnk";
import commissonBill from './commonPage/commissonBill';
import commissionDetail from "./commonPage/commissionDetail.vue";
import Voting from "../components/administrative/model/Voting";
import unbundlingMessage from "../components/administrative/model/unbundlingMessage";
import unhotelFMessage from "../components/administrative/model/unHotelFinance";
import unFRejectMessage from "../components/administrative/model/unFinanceReject";
import unTravelMessage from "../components/administrative/model/unTravelMessage";
import AirTicketMessage from "../components/administrative/model/AirTicketMessage";
import ChangeThePriceMessage from "../components/administrative/model/ChangeThePriceMessage";
import pptIframe from './commonPage/pptIframe/index';
import RankingIframe from './commonPage/RankingIframe/index';
export default {
components: {
ChatList,
ChatEditor,
......@@ -1386,7 +1402,7 @@ export default {
unbundlingVisible: false, //未绑团提醒
unHotelFinance: false, //酒店未制单提醒
unTravelVisible: false, //销售未完款提醒
unFinanceReject: false,//财务单据被驳回 未处理
unFinanceReject: false, //财务单据被驳回 未处理
b2bDomain: "",
useRed: false,
//提成账单弹窗
......@@ -2072,9 +2088,11 @@ export default {
}
}
this.RankingTime = this.getBeforeDate(0, new Date().Format("yyyy-MM-dd"))
if (userinfo.RB_Group_id == 2) {
if (!localStorage.getItem("RankingTime") || this.RankingTime != localStorage.getItem("RankingTime")) {
this.SalesBoard()
}
}
},
watch: {
filterText(val) {
......@@ -2083,7 +2101,7 @@ export default {
},
methods: {
showCustomerServiceHandler() {
this.MsgBus.$emit("showCustomerServiceHandler",true);
this.MsgBus.$emit("showCustomerServiceHandler", true);
},
// 销售看板
SalesBoard() {
......@@ -2118,7 +2136,7 @@ export default {
var diffHour = diffValue / hour;
var diffMinute = diffValue / minute;
var result = "";
if (diffValue < 0) { } else if (diffMonth > 3) {
if (diffValue < 0) {} else if (diffMonth > 3) {
result = timePublish.getFullYear() + "-";
result += timePublish.getMonth() + "-";
result += timePublish.getDate();
......@@ -2331,10 +2349,14 @@ export default {
//获取酒店临期未制单
GetHotelNoFinance() {
this.UnHotelFinanceData = {}
if (this.userInfo.PostName.indexOf("操作") != -1 ||this.userInfo.PostName.indexOf("线控") != -1 || this.userInfo.DepartName.indexOf("总部财务部") != -1) {
if (this.userInfo.PostName.indexOf("操作") != -1 || this.userInfo.PostName.indexOf("线控") != -1 || this.userInfo
.DepartName.indexOf("总部财务部") != -1) {
let sDate = this.FormartDate(new Date(this.getBeforeDate(3)));
let eDate = this.FormartDate(new Date(this.getBeforeDate(-2)));
this.apipost("financestatistics_post_GetHotelNoFinanceStat", {QStartDate:sDate,QEndDate:eDate},
this.apipost("financestatistics_post_GetHotelNoFinanceStat", {
QStartDate: sDate,
QEndDate: eDate
},
res => {
if (res.data.resultCode == 1) {
if (res.data.data && res.data.data.length > 0) {
......@@ -2413,7 +2435,7 @@ export default {
var msg = {
FinanceId: "81461"
};
this.GetLocalFile("finance_download_surebook", msg, fileName, res => { });
this.GetLocalFile("finance_download_surebook", msg, fileName, res => {});
},
GetSupperOrderEditAuth() {
var actiionContract = this.$AuthCode.F_ContractManagement;
......@@ -2462,7 +2484,7 @@ export default {
localStorage.saleRnkInfo = JSON.stringify(arr)
}
},
err => { }
err => {}
);
},
downloadSingle(obj) {
......@@ -2486,7 +2508,7 @@ export default {
} else {
this.$message.error(res.data.message)
}
}, err => { })
}, err => {})
},
getNotDetail: function (id) {
this.apipost('User_get_NoticeGet', {
......@@ -2502,7 +2524,7 @@ export default {
} else {
this.$message.error(res.data.message)
}
}, err => { })
}, err => {})
},
// 阅读公告
redNotice: function (id, tit) {
......@@ -2528,7 +2550,7 @@ export default {
this.NoticeList = res.data.data.pageData;
this.AllNoticeCount = res.data.data.pageCount;
}
}, err => { });
}, err => {});
},
//获取版本号
getVersion() {
......@@ -2552,7 +2574,7 @@ export default {
this.logsShow = false;
}
}
}, err => { });
}, err => {});
},
CloseZip() {
this.mazip = 1;
......@@ -2681,7 +2703,7 @@ export default {
}
this.SystemLog = false;
},
err => { }
err => {}
);
},
diaplayTime(data) {
......@@ -2700,7 +2722,7 @@ export default {
var diffHour = diffValue / hour;
var diffMinute = diffValue / minute;
var result = "";
if (diffValue < 0) { } else if (diffMonth > 3) {
if (diffValue < 0) {} else if (diffMonth > 3) {
result = timePublish.getFullYear() + "-";
result += timePublish.getMonth() + "-";
result += timePublish.getDate();
......@@ -3097,7 +3119,7 @@ export default {
}
});
},
deleteOldFriend(obj) { },
deleteOldFriend(obj) {},
addFriend(type, obj) {
if (obj.imAccount) {
obj.IMAccount = obj.imAccount;
......@@ -3498,7 +3520,7 @@ export default {
this.searchList = res.data.data;
}
},
err => { }
err => {}
);
}
},
......@@ -3539,7 +3561,7 @@ export default {
}
this.isLoading = false;
},
err => { }
err => {}
);
}
},
......@@ -3575,7 +3597,7 @@ export default {
}
this.isLoading = false;
},
err => { }
err => {}
);
}
},
......@@ -3589,7 +3611,7 @@ export default {
this.allPartOldList = JSON.parse(JSON.stringify(res.data.data));
}
},
err => { }
err => {}
);
},
getWebAllPart() {
......@@ -3598,9 +3620,9 @@ export default {
res => {
if (res.data.resultCode == 1) {
this.webAllpartList = res.data.data;
} else { }
} else {}
},
err => { }
err => {}
);
},
deleteComments(id, index, aId) {
......@@ -3624,7 +3646,7 @@ export default {
this.$message.error(res.data.message);
}
},
err => { }
err => {}
);
},
deleteCommentsOne(id, index, aId) {
......@@ -3648,7 +3670,7 @@ export default {
this.$message.error(res.data.message);
}
},
err => { }
err => {}
);
},
deleteArticle(id) {
......@@ -3675,7 +3697,7 @@ export default {
this.$message.error(res.data.message);
}
},
err => { }
err => {}
);
})
.catch(() => {
......@@ -3703,7 +3725,7 @@ export default {
this.$message.error(res.data.message);
}
},
err => { }
err => {}
);
},
likeArticleOne(id, index) {
......@@ -3727,7 +3749,7 @@ export default {
this.$message.error(res.data.message);
}
},
err => { }
err => {}
);
},
disLikeArticle(id, index) {
......@@ -3751,7 +3773,7 @@ export default {
this.$message.error(res.data.message);
}
},
err => { }
err => {}
);
},
disLikeArticleOne(id, index) {
......@@ -3775,7 +3797,7 @@ export default {
this.$message.error(res.data.message);
}
},
err => { }
err => {}
);
},
SaveDynamic() {
......@@ -3792,7 +3814,7 @@ export default {
this.$message.success(res.data.message);
}
},
err => { }
err => {}
);
},
reviewArticle(id, index) {
......@@ -3817,7 +3839,7 @@ export default {
});
}
},
err => { }
err => {}
);
},
reviewArticleOne(id, index) {
......@@ -3842,7 +3864,7 @@ export default {
});
}
},
err => { }
err => {}
);
},
reviewArticleTwo(id, index) {
......@@ -3870,7 +3892,7 @@ export default {
});
}
},
err => { }
err => {}
);
},
getDynamic(index) {
......@@ -3900,7 +3922,7 @@ export default {
}
}
},
err => { }
err => {}
);
},
getMyDynamic(index) {
......@@ -3928,7 +3950,7 @@ export default {
}
}
},
err => { }
err => {}
);
},
getAboutMeDynamic() {
......@@ -3941,10 +3963,10 @@ export default {
this.aboutMyDynamicList = this.aboutMyDynamicList.concat(
res.data.data.pageData
);
} else { }
} else {}
}
},
err => { }
err => {}
);
},
UploadAttachment(file) {
......@@ -4052,7 +4074,7 @@ export default {
this.$message.error(res.data.message);
}
},
err => { }
err => {}
);
},
rejectApproval() {
......@@ -4069,7 +4091,7 @@ export default {
this.$message.error(res.data.message);
}
},
err => { }
err => {}
);
},
withdrawAapproval(workFlowId, templateType) {
......@@ -4090,7 +4112,7 @@ export default {
this.getList();
}
},
err => { }
err => {}
);
})
.catch(() => {
......@@ -4120,7 +4142,7 @@ export default {
this.memberList = res.data.data;
}
},
err => { }
err => {}
);
},
clearTransferDialog() {
......@@ -4167,7 +4189,7 @@ export default {
this.$message.error(res.data.message);
}
},
err => { }
err => {}
);
},
getDetail(title, id, link) {
......@@ -4223,7 +4245,7 @@ export default {
this.Error(res.data.message);
}
},
err => { }
err => {}
);
} else {
this.chosenIndex = id;
......@@ -4375,7 +4397,7 @@ export default {
this.Error(res.data.message);
}
},
err => { }
err => {}
);
},
//设置菜单选中
......@@ -4514,8 +4536,8 @@ export default {
"SystemLog_post_LogSetReadStatus", {
LogId: id
},
res => { },
err => { }
res => {},
err => {}
);
},
readyState() {
......@@ -4538,7 +4560,7 @@ export default {
if (permissionNow === "granted") {
//允许通知
CreatNotification();
} else if (permissionNow === "denied") { } else {
} else if (permissionNow === "denied") {} else {
setPermission();
}
......@@ -4562,7 +4584,7 @@ export default {
session: msg
}
});
n.onshow = function () { };
n.onshow = function () {};
n.onclick = function (e) {
//可以直接通过实例的方式获取data内自定义的数据
//也可以通过访问回调参数e来获取data的数据
......@@ -4572,7 +4594,7 @@ export default {
_that.IM_bodyIsShow = true;
n.close();
};
n.onclose = function () { };
n.onclose = function () {};
n.onerror = function (err) {
throw err;
};
......@@ -4637,38 +4659,38 @@ export default {
})
}
}
};
};
</script>
<style lang="less">
@import "../assets/css/main.less";
@import "../assets/css/cssReset.css";
@import "../assets/css/message.css";
@import "../assets/css/main.less";
@import "../assets/css/cssReset.css";
@import "../assets/css/message.css";
.tsDiv .tsContent .tsbg {
.tsDiv .tsContent .tsbg {
position: absolute;
top: 0px;
width: 100%;
height: 100%;
}
}
.tsDiv .tsContent .tsClose {
.tsDiv .tsContent .tsClose {
position: absolute;
right: 20px;
top: 20px;
z-index: 100;
}
}
.tsDiv {
.tsDiv {
position: fixed;
z-index: 200000;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
}
}
.tsDiv .tsContent {
.tsDiv .tsContent {
position: absolute;
width: 540px;
height: 554px;
......@@ -4678,23 +4700,26 @@ export default {
bottom: 0;
margin: auto;
background: #fff;
}
}
.downmz .khd a {
.downmz .khd a {
color: #fff;
}
.top-right-menu-item{
}
.top-right-menu-item {
width: 30px;
height: 30px;
background-image: url('../assets/img/robot.png');
background-size: 100% 100%;
background-repeat: no-repeat;
cursor: pointer;
}
.top-right-menu-item:hover{
}
.top-right-menu-item:hover {
background-image: url('../assets/img/robot_hover.png');
}
.downmz .khd {
}
.downmz .khd {
display: inline-block;
width: 162px;
height: 32px;
......@@ -4707,23 +4732,23 @@ export default {
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.21);
border-radius: 4px;
cursor: pointer;
}
}
.downmz .im_bottom {
.downmz .im_bottom {
width: 100%;
height: 114px;
background: url('../assets/img/im/bottom.png') no-repeat;
position: absolute;
bottom: 0;
left: 0;
}
}
.downmz .downlist>div {
.downmz .downlist>div {
position: relative;
text-align: center;
}
}
.downmz .downlist>div>p {
.downmz .downlist>div>p {
position: absolute;
bottom: 7px;
color: #333333;
......@@ -4731,23 +4756,23 @@ export default {
width: 100%;
font-weight: 400;
}
}
.downmz .downlist {
.downmz .downlist {
width: 165px;
height: 210px;
margin: 25px auto;
background: #fff;
}
}
.downmz .top_1 {
.downmz .top_1 {
width: 100%;
height: 59px;
background: url('../assets/img/im/yun.png') no-repeat;
background-size: 100% 100%;
}
}
.downmz {
.downmz {
position: fixed;
top: 50px;
right: 0px;
......@@ -4757,9 +4782,9 @@ export default {
z-index: 5000;
min-height: 727px;
}
}
#downzip {
#downzip {
width: 100%;
height: 100%;
position: fixed;
......@@ -4768,56 +4793,56 @@ export default {
left: 0;
z-index: 2000;
display: table;
}
}
#downzip>div {
#downzip>div {
display: table-cell;
vertical-align: middle;
margin-top: 200px;
}
}
#downzip>div>div {
#downzip>div>div {
width: 285px;
height: 260px;
margin: 0 auto;
position: relative;
cursor: pointer;
}
}
.close {
.close {
position: absolute;
top: 0;
right: 0px;
width: 25px;
height: 25px;
}
}
.changelanguage {
.changelanguage {
width: 124px;
}
}
.changelanguage .el-dropdown-menu__item .icon-duigou {
.changelanguage .el-dropdown-menu__item .icon-duigou {
color: #000000;
position: absolute;
right: 10px;
font-size: 12px;
}
}
.changelanguage .el-dropdown-menu__item {
.changelanguage .el-dropdown-menu__item {
padding: 0;
padding-left: 15px;
font-size: 14px;
position: relative;
color: #333333;
}
}
.changelanguage .el-dropdown-menu__item:hover {
.changelanguage .el-dropdown-menu__item:hover {
background: #D9D9D9 !important;
color: #333333 !important;
}
}
._dropdown.el-dropdown-menu {
._dropdown.el-dropdown-menu {
padding: 0;
background-color: #FFF !important;
border-radius: 4px;
......@@ -4825,25 +4850,25 @@ export default {
width: 210px;
top: 40px !important;
box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
}
}
._dropdown_f1.el-dropdown-menu__item {
._dropdown_f1.el-dropdown-menu__item {
color: #ffffff !important;
height: 120px;
background: url("../assets/img/persion/bg-1.jpg");
background-size: cover;
background-repeat: no-repeat;
}
}
._dropdown_f1 .h-info-box {
._dropdown_f1 .h-info-box {
display: flex;
}
}
._dropdown_f1 .h-info-box .h-info {
._dropdown_f1 .h-info-box .h-info {
flex: 1;
}
}
._dropdown_f1 .h-info-box .h-info .k {
._dropdown_f1 .h-info-box .h-info .k {
color: #8a8894;
height: 16px;
line-height: 16px;
......@@ -4852,9 +4877,9 @@ export default {
text-align: right;
display: block;
margin-top: 10px;
}
}
._dropdown_f1 .h-info-box .h-info .v {
._dropdown_f1 .h-info-box .h-info .v {
color: #ddd;
line-height: 18px;
font-size: 18px;
......@@ -4862,9 +4887,9 @@ export default {
text-align: right;
display: block;
margin-top: 10px;
}
}
._dropdown_f1 .h-info-box .h-img {
._dropdown_f1 .h-info-box .h-img {
width: 100px;
height: 100px;
position: relative;
......@@ -4875,75 +4900,75 @@ export default {
margin-top: 10px;
background: rgba(44, 39, 57, .3);
border-radius: 100px;
}
}
._dropdown_f1 .h-info-box .h-img img {
._dropdown_f1 .h-info-box .h-img img {
width: 82px;
height: 82px;
border-radius: 82px;
}
}
._dropdown_f1.el-dropdown-menu__item .company {
._dropdown_f1.el-dropdown-menu__item .company {
font-size: 14px;
display: flex;
justify-content: space-between;
align-items: center;
}
}
._dropdown_f1.el-dropdown-menu__item .company span:nth-child(2) {
._dropdown_f1.el-dropdown-menu__item .company span:nth-child(2) {
display: inline-block;
padding: 3px 8px;
background-color: #007eff;
border-radius: 9px;
line-height: 18px;
font-size: 12px;
}
}
._dropdown_f1.el-dropdown-menu__item:hover,
._dropdown_f1.el-dropdown-menu__item:focus {
._dropdown_f1.el-dropdown-menu__item:hover,
._dropdown_f1.el-dropdown-menu__item:focus {
background-color: #4d515b !important;
color: #ffffff !important;
}
}
._dropdown_other {
._dropdown_other {
line-height: 42px !important;
}
}
._dropdown_other.el-dropdown-menu__item {
._dropdown_other.el-dropdown-menu__item {
color: #6c7293;
position: relative;
}
}
._dropdown_other.el-dropdown-menu__item .el-badge {
._dropdown_other.el-dropdown-menu__item .el-badge {
position: absolute;
right: 35px;
top: 5px;
}
}
._dropdown_other.el-dropdown-menu__item .icon-right1 {
._dropdown_other.el-dropdown-menu__item .icon-right1 {
position: absolute;
right: 4px;
top: 3px;
font-size: 12px;
}
}
._dropdown_other.el-dropdown-menu__item i {
._dropdown_other.el-dropdown-menu__item i {
display: inline-block;
margin-right: 6px;
}
}
._dropdown_other.el-dropdown-menu__item:hover,
._dropdown_other.el-dropdown-menu__item:focus {
._dropdown_other.el-dropdown-menu__item:hover,
._dropdown_other.el-dropdown-menu__item:focus {
transition: background-color 0.3s ease;
background-color: #f7f8fa !important;
color: #5d78ff !important;
}
}
._dropdown .popper__arrow::after {
._dropdown .popper__arrow::after {
border-bottom-color: transparent !important;
}
}
.IM_body {
.IM_body {
position: absolute;
z-index: 9999;
right: 0;
......@@ -4958,39 +4983,39 @@ export default {
background-image: url("../assets/img/imbg/1.png");
box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
background-clip: content-box;
}
}
.myDocumentsLink {
.myDocumentsLink {
margin: 25px 0;
}
}
.myDocumentsLink>span {
.myDocumentsLink>span {
font-size: 12px;
cursor: pointer;
color: #e95252;
}
}
.myDocumentsLink>span:not(:last-of-type):hover {
.myDocumentsLink>span:not(:last-of-type):hover {
text-decoration: underline;
}
}
.myDocumentsLink>span:not(:last-of-type):after {
.myDocumentsLink>span:not(:last-of-type):after {
content: ">";
margin: 0 3px;
color: #e95252;
pointer-events: none;
}
}
.myDocumentsLink>span:last-child {
.myDocumentsLink>span:last-child {
color: #666;
cursor: default;
}
}
.dsyNone {
.dsyNone {
display: none;
}
}
.indexMsgLayer {
.indexMsgLayer {
position: fixed;
z-index: 999;
background: rgba(0, 0, 0, 0.2);
......@@ -4998,9 +5023,9 @@ export default {
height: 100%;
left: 0;
top: 0;
}
}
.indexMsgLayerContent {
.indexMsgLayerContent {
width: 400px;
background: #fff;
z-index: 1100;
......@@ -5011,128 +5036,128 @@ export default {
position: absolute;
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.1);
transition: right 0.5s;
}
}
.indexMsgLayerContent.rightZero {
.indexMsgLayerContent.rightZero {
right: 0px;
}
}
.indexMsgLayerContent .title {
.indexMsgLayerContent .title {
height: 48px;
background: #edeef0;
line-height: 48px;
font-size: 16px;
color: #333;
text-indent: 30px;
}
}
.indexMsgLayerContent .user {
.indexMsgLayerContent .user {
width: 340px;
margin: 0 30px;
border-bottom: 1px solid #e6e6e6;
height: 60px;
padding: 30px 0;
box-sizing: content-box;
}
}
.indexMsgLayerContent .user>p {
.indexMsgLayerContent .user>p {
line-height: 28px;
}
}
.indexMsgLayerContent .user>img {
.indexMsgLayerContent .user>img {
width: 58px;
height: 58px;
border-radius: 29px;
float: left;
margin: 0 12px 0 0;
}
}
.indexMsgLayerContent .detail {
.indexMsgLayerContent .detail {
width: 340px;
margin: 0 30px;
padding: 25px 0;
border-bottom: 1px solid #e6e6e6;
min-height: 120px;
}
}
.indexMsgLayerContent .audit {
.indexMsgLayerContent .audit {
width: 340px;
margin: 30px 30px 0;
min-height: 120px;
border-bottom: 1px solid #e6e6e6;
}
}
.indexMsgLayerContent .audit .auditItem {
.indexMsgLayerContent .audit .auditItem {
min-height: 80px;
width: 320px;
margin-left: 20px;
border-left: 1px solid #ededed;
position: relative;
font-size: 14px;
}
}
.indexMsgLayerContent .audit .auditItem:last-child {
.indexMsgLayerContent .audit .auditItem:last-child {
border-left: none;
}
}
.indexMsgLayerContent .audit .auditItem>p {
.indexMsgLayerContent .audit .auditItem>p {
line-height: 40px;
text-indent: 40px;
}
}
.indexMsgLayerContent .audit .auditItem>img {
.indexMsgLayerContent .audit .auditItem>img {
width: 40px;
height: 40px;
border-radius: 20px;
position: absolute;
left: -20px;
}
}
.indexMsgLayerContent .send {
.indexMsgLayerContent .send {
width: 340px;
margin: 30px 30px 0;
min-height: 120px;
}
}
.indexMsgLayerContent .send .sentTitle {
.indexMsgLayerContent .send .sentTitle {
height: 14px;
line-height: 14px;
text-indent: 10px;
border-left: 3px solid #e95252;
font-size: 14px;
}
}
.indexMsgLayerContent .send .sentTitle span {
.indexMsgLayerContent .send .sentTitle span {
color: #666;
margin-left: 20px;
}
}
.indexMsgLayerContent .send .sendList>div {
.indexMsgLayerContent .send .sendList>div {
float: left;
margin: 10px 10px 0 0;
font-size: 12px;
color: #666;
width: 40px;
text-align: center;
}
}
.indexMsgLayerContent .send .sendList>div>img {
.indexMsgLayerContent .send .sendList>div>img {
width: 40px;
height: 40px;
border-radius: 20px;
}
}
.indexMsgLayerContent .myApprovalTable tr {
.indexMsgLayerContent .myApprovalTable tr {
height: 40px;
font-size: 14px;
}
}
.indexMsgLayerContent .myApprovalTable tr td:nth-child(1) {
.indexMsgLayerContent .myApprovalTable tr td:nth-child(1) {
text-align: right;
color: #666;
}
}
.indexMsgLayerContentBtn {
.indexMsgLayerContentBtn {
position: fixed;
bottom: 0;
background: #fff;
......@@ -5141,19 +5166,19 @@ export default {
line-height: 40px;
padding: 0 30px;
border-top: 1px solid #f0f3fa;
}
}
.indexMsgLayerContentBtn input {
.indexMsgLayerContentBtn input {
margin-right: 10px;
}
}
.nav-right ul li.user_head .el-dropdown-link {
.nav-right ul li.user_head .el-dropdown-link {
display: flex;
align-items: center;
cursor: pointer;
}
}
.nav-right ul li.user_head span.name {
.nav-right ul li.user_head span.name {
color: #99a7b3;
font-size: 12px;
display: inline-block;
......@@ -5161,82 +5186,82 @@ export default {
overflow: hidden;
width: 45px;
height: 50px;
}
}
.nav-right ul li.user_head img {
.nav-right ul li.user_head img {
width: 24px;
height: 24px;
border-radius: 50%;
margin-top: 17px !important;
}
}
.nav {
.nav {
display: -webkit-box;
.size(100%, 50px);
.min-width(1366px);
background: #1f1e2e;
}
}
.red-theme .nav {
.red-theme .nav {
.size(100%, 58px);
background: linear-gradient(270deg, rgba(244, 92, 67, 1), rgba(235, 51, 73, 1));
}
}
.nav-left {
.nav-left {
width: 56px;
color: #e73828;
text-align: center;
height: 100%;
display: flex;
align-items: center;
}
}
.nav-left .GroupPic {
.nav-left .GroupPic {
width: 36px;
height: 36px;
-webkit-border-radius: 36px;
margin: 0px 30px 0px 15px !important;
}
}
.nav-left i.iconfont {
.nav-left i.iconfont {
font-size: 24px;
}
}
.nav-left img {
.nav-left img {
.fl();
.size(50px; 50px);
.circle(25px);
}
}
.nav-left p.name {
.nav-left p.name {
.fz(14px, 18px);
color: #444;
margin: 20px 0 5px 0;
}
}
.nav-left p.company {
.nav-left p.company {
.fz(12px);
color: #444;
}
}
.nav-middle {
.nav-middle {
display: flex;
}
}
.red-theme .nav .nav-middle {
.red-theme .nav .nav-middle {
align-items: center;
}
}
.nav-middle ul {
.nav-middle ul {
width: 100%;
margin: 0 auto;
height: 100%;
z-index: 99;
display: flex;
flex-wrap: nowrap;
}
}
.nav-middle ul li {
.nav-middle ul li {
.min-size(100px, 100%);
.fz(14px);
.center(text-x);
......@@ -5248,36 +5273,36 @@ export default {
z-index: 2019128;
cursor: pointer;
white-space: nowrap;
}
}
.red-theme .nav .nav-middle ul li {
.red-theme .nav .nav-middle ul li {
color: #fff;
padding: 14px 10px;
}
}
.red-theme .nav .nav-middle ul li i {
.red-theme .nav .nav-middle ul li i {
color: #fff;
font-size: 0px;
}
}
.nav-middle ul li i {
.nav-middle ul li i {
font-size: 16px;
color: #a6adb4;
}
}
.nav-middle ul li img {
.nav-middle ul li img {
height: 40px;
margin: 32px 0 14px;
}
}
.nav-middle ul li:hover .menuList_son {
.nav-middle ul li:hover .menuList_son {
display: block;
width: 1000px;
z-index: 999999;
animation: ttt .5s forwards;
}
}
@keyframes ttt {
@keyframes ttt {
0% {
opacity: 0;
}
......@@ -5289,46 +5314,46 @@ export default {
100% {
opacity: 1;
}
}
}
.nav-middle ul li .menuList_son {
.nav-middle ul li .menuList_son {
position: fixed;
background-color: #FFF;
top: 50px;
display: none;
overflow: hidden;
box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
}
}
.red-theme .nav-middle ul li .menuList_son {
.red-theme .nav-middle ul li .menuList_son {
top: 58px;
}
}
.menuList_tittle_box {
.menuList_tittle_box {
line-height: 30px;
}
}
.menuList_son_one_tittle {
.menuList_son_one_tittle {
color: #5f6281;
font-size: 16px;
padding-bottom: 15px;
text-align: left;
padding: 9px 10px;
font-family: "pingfangR";
}
}
.red-theme .menuList_son_one_tittle {
.red-theme .menuList_son_one_tittle {
color: #333;
}
}
.menuList_son_two_tittle {
.menuList_son_two_tittle {
color: #a1aad0;
text-align: left;
font-family: pingfangR;
padding: 0 9px;
}
}
.menuList_son_three_tittle {
.menuList_son_three_tittle {
cursor: pointer;
-webkit-transition: all linear 0.3s;
transition: all linear 0.3s;
......@@ -5336,152 +5361,152 @@ export default {
padding: 0 9px;
color: #494d5f;
font-size: 13px;
}
}
.menuList_son_three_tittle i {
.menuList_son_three_tittle i {
color: #494d5f;
display: inline-block;
margin-right: 10px;
font-size: 13px;
}
}
.menuList_son_three_tittle:hover {
.menuList_son_three_tittle:hover {
color: #33B3FF;
background: #f8f8fb;
}
}
.menuList_son_three_tittle:hover i {
.menuList_son_three_tittle:hover i {
color: #5867dd;
}
}
.menuList_son_item {
.menuList_son_item {
width: 100%;
display: flex;
justify-content: flex-start;
}
}
.menuList_son_item div:last-child {
.menuList_son_item div:last-child {
border: none;
}
}
.hoverNote {
.hoverNote {
width: 0;
height: 4px;
background: #e95252;
position: absolute;
left: 0;
bottom: -2px;
}
}
.red-theme .nav .hoverNote {
.red-theme .nav .hoverNote {
background: #f5f5f5;
border-radius: 2px;
}
}
.nav-middle ul li:hover {
.nav-middle ul li:hover {
background-color: #232337;
}
}
.red-theme .nav .nav-middle ul li:hover {
.red-theme .nav .nav-middle ul li:hover {
background-color: #c1272d;
}
}
.nav-middle ul li:hover .hoverNote {
.nav-middle ul li:hover .hoverNote {
width: 100%;
transition: width 0.5s;
}
}
.nav-middle ul li i {
.nav-middle ul li i {
display: inline-block;
margin-right: 8px;
}
}
.big_tittle {
.big_tittle {
cursor: pointer;
font-size: 15px;
font-family: 'pingfangR';
}
}
.red-theme .nav .big_tittle {
.red-theme .nav .big_tittle {
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, MicrosoftJhengHeiBoldFix, "\5FAE\8EDF\6B63\9ED1\9AD4", Microsoft JhengHei;
font-size: 16px;
}
}
.nav-middle ul li.active .big_tittle {
.nav-middle ul li.active .big_tittle {
color: #ffffff;
cursor: pointer;
}
}
.nav-middle ul li.active .hoverNote {
.nav-middle ul li.active .hoverNote {
width: 100%;
}
}
.nav-right {
.nav-right {
width: 220px;
position: absolute;
right: 0;
}
}
.red-theme .nav-right {
.red-theme .nav-right {
width: unset;
}
}
.nav-right ul {
.nav-right ul {
display: flex;
line-height: 50px;
justify-content: flex-end;
}
}
.red-theme .nav .nav-right ul {
.red-theme .nav .nav-right ul {
line-height: 58px;
}
}
.nav-right ul li {
.nav-right ul li {
height: 50px;
margin-right: 20px;
text-align: center;
justify-content: flex-end;
}
}
.red-theme .nav .nav-right ul li {
.red-theme .nav .nav-right ul li {
height: 58px;
}
}
.red-theme .nav .nav-right ul li i {
.red-theme .nav .nav-right ul li i {
color: #fff;
}
}
.nav-right ul li i {
.nav-right ul li i {
cursor: pointer;
.fz(18px);
color: #e4e4e4;
}
}
.red-theme .nav .nav-right ul li i:hover {
.red-theme .nav .nav-right ul li i:hover {
color: #e4e4e4;
}
}
.nav-right ul li i:hover {
.nav-right ul li i:hover {
color: #999;
}
}
.red-theme .nav .nav-right ul li i.red {
.red-theme .nav .nav-right ul li i.red {
color: #FFF !important;
}
}
.hide {
.hide {
display: none;
}
}
#message_box {
#message_box {
position: fixed;
left: 0;
top: 0;
z-index: 1889;
font-family: "PingFangSC-fine" !important;
}
}
.box {
.box {
height: 100%;
background-color: rgba(255, 255, 255, 0);
overflow: hidden;
......@@ -5490,33 +5515,33 @@ export default {
top: 0;
z-index: 180;
width: 100%;
}
}
.mybox-leave-active {
.mybox-leave-active {
transition: all 1s ease;
}
}
.mybox-enter-active {
.mybox-enter-active {
transition: all 0.5s ease;
}
}
.mybox-leave-active,
.mybox-enter {
.mybox-leave-active,
.mybox-enter {
right: -100% !important;
}
}
.mybox-leave,
.mybox-enter-active {
.mybox-leave,
.mybox-enter-active {
right: 0;
}
}
.noNewMsg {
.noNewMsg {
font-size: 16px;
color: #999;
text-align: center;
}
}
@keyframes zy {
@keyframes zy {
10% {
transform: rotate(15deg);
}
......@@ -5537,9 +5562,9 @@ export default {
100% {
transform: rotate(0deg);
}
}
}
.animation::before {
.animation::before {
color: #e95252;
float: left;
width: 18px;
......@@ -5551,15 +5576,15 @@ export default {
/* Safari and Chrome */
-o-animation: zy 2.5s 0.15s linear infinite;
/* Opera */
}
}
.red-theme .nav .animation::before {
.red-theme .nav .animation::before {
color: #FFF;
}
}
#message_box .content {
#message_box .content {
width: 350px;
height: 100%;
background-image: url("../assets/img/message_bg@3x.png");
......@@ -5568,73 +5593,73 @@ export default {
right: 0;
top: 0;
z-index: 200;
}
}
#message_box .header {
#message_box .header {
padding: 18px 20px;
height: 6%;
}
}
#message_box .header i {
#message_box .header i {
color: #e95252;
font-size: 18px;
cursor: pointer;
}
}
#message_box .header>div {
#message_box .header>div {
width: 50%;
float: left;
}
}
#message_box .header>div:nth-child(2) {
#message_box .header>div:nth-child(2) {
text-align: right;
}
}
#message_box .header i.icon-img_caidan {
#message_box .header i.icon-img_caidan {
font-size: 16px;
}
}
#message_box .header>div:nth-child(2) .icon-img_delete_small {
#message_box .header>div:nth-child(2) .icon-img_delete_small {
display: inline-block;
margin-right: 38px;
}
}
.msgItem_box {
.msgItem_box {
height: 94%;
overflow: auto;
}
}
#message_box .msgItem {
#message_box .msgItem {
padding: 20px;
transition: all linear 0.5s;
cursor: pointer;
}
}
#message_box .msgItem:hover {
#message_box .msgItem:hover {
background: rgba(0, 0, 0, 0.1);
}
}
#message_box .msgItem:hover .icon-ego-guanbi {
#message_box .msgItem:hover .icon-ego-guanbi {
display: inline-block;
}
}
.msgItem_left {
.msgItem_left {
width: 40px;
}
}
.msgItem_right {
.msgItem_right {
width: 250px;
}
}
.msgItem_right>div>div {
.msgItem_right>div>div {
float: left;
}
}
.msgItem_right>div>div:nth-child(2) {
.msgItem_right>div>div:nth-child(2) {
float: right;
}
}
.msgItem_tit {
.msgItem_tit {
padding-left: 10px;
font-size: 14px;
color: #333333;
......@@ -5642,15 +5667,15 @@ export default {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
.msgItem_left,
.msgItem_right {
.msgItem_left,
.msgItem_right {
height: 80px;
float: left;
}
}
.msgItem_radius {
.msgItem_radius {
height: 38px;
width: 38px;
line-height: 38px;
......@@ -5659,36 +5684,36 @@ export default {
background-color: #6694dc;
font-size: 12px;
color: white;
}
}
.msgItem_time {
.msgItem_time {
font-size: 14px;
color: #999999;
}
}
.icon-ego-guanbi {
.icon-ego-guanbi {
font-size: 12px;
color: #999999;
cursor: pointer;
display: inline-block;
padding-left: 20px;
display: none;
}
}
.msgItem_conten {
.msgItem_conten {
padding: 10px;
font-size: 12px;
color: #666666;
padding-bottom: 0;
}
}
.icon-imessage_top {
.icon-imessage_top {
animation: mymove 5s infinite;
-webkit-animation: mymove 5s infinite;
/*Safari and Chrome*/
}
}
@keyframes mymove {
@keyframes mymove {
from {
left: 0px;
}
......@@ -5696,11 +5721,11 @@ export default {
to {
left: 200px;
}
}
}
@-webkit-keyframes mymove
@-webkit-keyframes mymove
/*Safari and Chrome*/
/*Safari and Chrome*/
{
from {
left: 0px;
......@@ -5709,55 +5734,55 @@ export default {
to {
left: 200px;
}
}
}
.temDivs {
.temDivs {
position: absolute;
top: 50px;
bottom: 0px;
left: 0px;
right: 0px;
}
}
.red-theme .temDivs {
.red-theme .temDivs {
top: 58px;
}
}
.red {
.red {
color: #e95252 !important;
}
}
.weOytour {
.weOytour {
display: none;
}
}
.sysMsg_lod_more {
.sysMsg_lod_more {
text-align: center;
font-size: 12px;
color: #999999;
}
}
.IM_messageList2 {
.IM_messageList2 {
top: 41px;
}
}
.IM_messageList ul li.sysMsg_lod_more:hover {
.IM_messageList ul li.sysMsg_lod_more:hover {
background-color: inherit;
height: auto;
line-height: 35px;
}
}
.IM_messageList ._SysNoteDate_ul li {
.IM_messageList ._SysNoteDate_ul li {
height: auto;
}
}
._more_dropdown._dropdown.el-dropdown-menu {
._more_dropdown._dropdown.el-dropdown-menu {
top: 50px !important;
border-radius: 0;
border-color: #ddd;
}
}
.logsBack {
.logsBack {
position: fixed;
z-index: 999;
background: rgba(0, 0, 0, 0.2);
......@@ -5765,9 +5790,9 @@ export default {
height: 100%;
left: 0;
top: 0;
}
}
.updateLogs {
.updateLogs {
position: absolute;
width: 400px;
left: 50%;
......@@ -5778,9 +5803,9 @@ export default {
border: 1px solid #DCDCDC;
z-index: 9999;
background-color: #fff;
}
}
.logsTitle {
.logsTitle {
width: 100%;
padding: 0 10px;
text-align: center;
......@@ -5788,42 +5813,42 @@ export default {
font-size: 14px;
margin-top: 10px;
font-weight: bold;
}
}
.inlogs_Content {
.inlogs_Content {
width: 100%;
padding: 0 15px;
overflow: auto;
margin-top: 20px;
color: #666666;
font-size: 12px;
}
}
.inlogs_Content p {
.inlogs_Content p {
margin-bottom: 10px;
}
}
.logsImg {
.logsImg {
margin-top: -30px;
margin-left: 155px;
}
}
._saleRnk.el-dialog--center {
._saleRnk.el-dialog--center {
z-index: 2019523;
}
}
._saleRnk.el-dialog--center .el-dialog__body {
._saleRnk.el-dialog--center .el-dialog__body {
padding: 0;
max-height: 800px;
}
}
._saleRnk.el-dialog--center {
._saleRnk.el-dialog--center {
margin-top: 45px !important;
margin-bottom: 0 !important;
height: 850px;
}
}
.MenuConfirm {
.MenuConfirm {
display: inline-block;
width: 15px;
height: 15px;
......@@ -5833,30 +5858,30 @@ export default {
background-color: #E95252;
color: #fff;
line-height: 15px;
}
}
.chakanbox {
.chakanbox {
position: fixed;
right: 0;
top: 50%;
}
}
.chakanbox div {
.chakanbox div {
display: flex;
align-items: center;
justify-content: center;
color: #ffffff;
}
}
.chakanbox .chakanbox_s {
.chakanbox .chakanbox_s {
width: 50px;
height: 50px;
background: rgba(233, 82, 82, 1);
border-radius: 50%;
opacity: .4;
}
}
.chakanbox .chakanbox_b {
.chakanbox .chakanbox_b {
width: 125px;
height: 50px;
background: rgba(233, 82, 82, 1);
......@@ -5864,13 +5889,14 @@ export default {
border-bottom-left-radius: 20px;
display: none;
cursor: pointer;
}
}
.chakanbox:hover .chakanbox_s {
.chakanbox:hover .chakanbox_s {
display: none;
}
}
.chakanbox:hover .chakanbox_b {
.chakanbox:hover .chakanbox_b {
display: flex;
}
}
</style>
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