Commit 72c3563f authored by xinzhedeai's avatar xinzhedeai

登录修改

parent 56099822
......@@ -12,6 +12,12 @@
<div class="topTitle">
<div class="floating-text">中和地信有限公司欢迎您!</div>
</div>
<div class="foots_logo">
<img
src="@/assets/images/foot_logo1.png"
alt="logo"
/>
</div>
<el-form
ref="loginForm"
:model="loginForm"
......@@ -100,17 +106,13 @@
</div> -->
<div class="foots">
<div class="foots_logo">
<img
src="@/assets/images/foot_logo.png"
alt="logo"
/>
</div>
<div class="foots_con">
<div class="foots_info" style="float: left">
<p>网址: http://zhidcLcomy</p>
<p>地址: 淄博市张店区潘南西路8号院</p>
<p>网址: http://zhidcl.com</p>
<!-- <p>地址: 淄博市张店区潘南西路8号院</p> -->
<p>电话/传真: 0533-3338333</p>
<p>邮箱: zhidcl@163.com</p>
</div>
<div
class="r foots_ewm"
......@@ -322,22 +324,28 @@ export default {
</script>
<style rel="stylesheet/scss" lang="scss" scoped>
.foots_logo{
position: absolute;
top: 40px;
left: 40px;
color: #fff;
}
.foots {
position: absolute;
bottom: 0;
width: 100%;
padding: 0.8rem 0 0.2rem 0;
background: rgba(4,38,75, 0.9);
.foots_logo {
width: 1140px;
padding-bottom: 0.2rem;
margin: 0 auto;
font-size: 0;
// border-bottom: 1px solid #4a637e;
img {
height: 48px;
}
}
// .foots_logo {
// width: 1140px;
// padding-bottom: 0.2rem;
// margin: 0 auto;
// font-size: 0;
// // border-bottom: 1px solid #4a637e;
// img {
// height: 48px;
// }
// }
.foots_con {
width: 1140px;
margin: 2px auto 15px;
......@@ -345,7 +353,7 @@ export default {
.foots_info {
font-size: 14px;
line-height: 18px;
color: #adb2ba;
color: #f7f7f7;
letter-spacing: 1px;
}
.foots_ewm {
......
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