Commit b9359460 authored by 张伯涛's avatar 张伯涛

样式修改

parent 64eaf681
......@@ -4,9 +4,10 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="icon" href="<%= BASE_URL %>home_logo.png">
<link rel="icon" href="<%= BASE_URL %>liulanqi_logo.png">
<link rel="stylesheet" href="//at.alicdn.com/t/font_2011217_f70ptj9y4oc.css">
<title><%= webpackConfig.name %></title>
<!-- <title><%= webpackConfig.name %></title>-->
<title>石家庄高新区企业服务平台</title>
</head>
<body>
<noscript>
......
......@@ -2,11 +2,11 @@
<div class="header-module">
<img :src="logo" class="homeTopLoge" @click="logoJump">
<div class="topLogin">
<div v-if="userForm.userId">
<div v-if="userForm.userId" style="font-size: 17px">
<img :src="userForm.avatar" class="userLogo">
<span class="topFont">{{ userForm.nickName || '-' }}</span><span class="line">|</span>
<span class="topFont">{{ enterprise || '-' }}</span>
<el-button style="font-size: 17px" type="text" @click="switchEnterprises">切换企业</el-button><span class="line">|</span>
<span style="padding-left: 12px">{{ enterprise || '-' }}</span>
<el-button style="font-size: 17px;margin-right: 4px;" type="text" @click="switchEnterprises">切换企业</el-button><span class="line">|</span>
<el-button class="topBtn" type="text" @click="handleLoginOut">退出</el-button>
</div>
<div v-else>
......@@ -238,6 +238,7 @@ export default {
.userLogo{
position: relative;
top: 9px;
right: 10px;
width: 36px;
height: 33px;
border: 1px solid #ffffff;
......@@ -248,7 +249,7 @@ export default {
color: black;
}
.topFont{
padding-right: 20px;
padding-right: 18px;
}
.line{
color: #999999;
......
......@@ -129,8 +129,8 @@
</el-col>
<el-col :span="16">
<div class="activity-info-title">
<div style="display: flex">
<img :src="reportTodayLogo" style="margin-right: 10px">
<div style="display: flex;align-items: center">
<img :src="reportTodayLogo" style="margin-right: 10px;width: 28px;height: 22px">
<div class="ai-title">活动信息</div>
</div>
<div class="ai-more">
......@@ -157,7 +157,7 @@
<i style="color: #999999" class="el-icon-map-location" />
<span class="address" :title="item.address">{{ item.address }}</span>
</div>
<div style="color: #333333;">
<div style="color: #2662AD;">
<i class="el-icon-d-arrow-right" />
</div>
</div>
......@@ -251,7 +251,7 @@ export default {
topimg: require('@/assets/image/pic_jiansuo.png'),
topimg2: require('@/assets/image/pic_tuijian.png'),
topimg3: require('@/assets/image/pic_dingyue.png'),
topimg4: require('@/assets/image/pic_tujie.png'),
topimg4: require('@/assets/image/Newpic_tujie.png'),
gobackTop: require('@/assets/image/icom_top.png'),
reportTodayLogo: require('@/assets/image/pic_biaoshi.png'),
serviceLogo: require('@/assets/image/pic_fuwu.png'),
......@@ -713,7 +713,7 @@ export default {
font-weight: bold;
}
.ai-more{
color: #018FD6;
color: #2662AD;
cursor: pointer;
display: flex;
float: right;
......@@ -762,7 +762,7 @@ export default {
}
.cs-more{
font-weight: bold;
color:#222222;
color:#333333;
cursor: pointer;
display: flex;
float: right;
......
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