This commit is contained in:
linfso 2024-02-19 18:40:26 +08:00
parent 7f05d003a2
commit d23de52ff6
2 changed files with 19 additions and 17 deletions

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/>
<link rel="icon" href="<%= BASE_URL %>favicon.ico"/>
<link rel="icon" href="<%= BASE_URL %>shorticon.png"/>
<link rel="manifest" href="/manifest.json"/>
<title><%= webpackConfig.name %></title>
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->

View File

@ -1,7 +1,7 @@
<template>
<div class="main-bg" :style="{backgroundImage:'url('+zoneConfig.bgUrl+')'}">
<div class="main-bg">
<div class="header-container narrow-screen" style="background-color: rgba(61, 184, 243, 0.34);">
<div class="header-container narrow-screen">
<div class="banner-box">
<div>
<div class="header default-transition-fast">
@ -9,7 +9,7 @@
<div class="header-left">
<div class="header-logo">
<div style="text-align: center; height:80px; line-height:80px;">
<img style="display: inline-block; vertical-align: middle;height: 55px;" :src="zoneConfig.logo">
<img style="display: inline-block; vertical-align: middle;height: 55px;" src="@/assets/logo/tnlogo.png">
</div>
</div>
</div>
@ -64,9 +64,11 @@
<div class="clearfix">
<div class="login-desc">
<h2>{{zoneConfig.slogoTxt1}}</h2>
<p>{{zoneConfig.slogoTxt2}}</p>
<p></p>
<h2>探路物流 速运全球</h2>
<p>专业物流服务,端对端客户优势,垂直化的跟踪解答</p>
<p>
<img style="display: inline-block; vertical-align: middle;width:50%;" src="@/assets/images/spic.png">
</p>
</div>
<div class="login-main pie-for-element">
@ -608,9 +610,9 @@ img { border: 0px; }
.clearfix::after { clear: both; }
.header-left, .page_no a, .pull-left { float: left; }
.header { height: 80px; border-bottom: 2px solid rgb(239, 239, 239); }
.header { height: 80px; }
.banner-engine .header { background-color: transparent; }
.header, .header-main:hover .header { background-color: rgb(255, 255, 255); }
.header, .header-main:hover .header { background-color:#FFF8F8; }
.header-main:hover .header { border-bottom: none; }
.header-logo { display: inline-block; position: relative; width: 130px; height: 80px; float: left; }
.logo, .slogan-gif { position: absolute; }
@ -622,12 +624,12 @@ img { border: 0px; }
.banner-box { height: 80px; }
.banner-engine .banner-box { height: 720px; position: relative; }
.transparent-header .banner-box, .transparent-header .header-container { width: 100%; height: 0px; }
.signfooter { text-align: center; background-color: rgb(255, 255, 255); padding: 10px 0px; position: fixed; left: 0px; bottom: 0px; width: 100%; max-height: 98px; }
.signfooter { text-align: center; background-color: transparent; padding: 10px 0px; position: fixed; left: 0px; bottom: 0px; width: 100%; max-height: 98px; }
.footer-signfooter { width: 100%; padding: 5px 0px; }
.footer-signfooter a, .footer-signfooter p { margin-top: 8px; font-size: 12px; color: #757575; }
.login-desc { padding-left: 20px; padding-top: 70px; color: rgb(255, 255, 255); font-size: 16px; }
.login-desc h2 { margin-bottom: 40px; font-size: 28px; }
.login-desc p { height: 22px; line-height: 22px; margin-bottom: 24px; text-indent: 38px; }
.login-desc { padding-left: 20px; padding-top: 10px; color:#B12D29; font-size: 16px; }
.login-desc h2 { margin-bottom: 10px; font-size: 28px;font-weight: 900; }
.login-desc p { height: 22px; line-height: 22px; margin-bottom: 24px; text-indent: 38px;font-weight: 900; }
.login-main-area { position: relative;
// background-image: url("../assets/images/loginbg3.jpg");
/*background-position: center 0px; */
@ -639,11 +641,11 @@ img { border: 0px; }
}
.main-bg{
// background-image: url("../assets/images/loginbg.jpg");
background-position: center 0px;
background-repeat: no-repeat;
background-size: 100%;
//background-position: center 0px;
//background-repeat: no-repeat;
//@at-rootbackground-size: 100%;
// background-color: rgb(24, 144, 255);
background-color:#FFF8F8;
height:100%
}
.login-inner { position: relative; z-index: 20; }