127 lines
5.2 KiB
Plaintext
127 lines
5.2 KiB
Plaintext
<template>
|
|
<div class="w-full h-full wrapper px-320px pt-21px">
|
|
<div class="logo w-253px h-54px"></div>
|
|
<div class="content mt-19px ">
|
|
<div class="content1 flex gap-41px">
|
|
<div class="cont1-left flex-grow">
|
|
<div class="text-32px font-bold">大金中国调达本部 HOMEPAGE</div>
|
|
<div class="text-18px font-bold dogStyle">ダイキン中国調達本部 HOMEPAGE</div>
|
|
<div class="mt32px w639px text-16px">本网站提供调达相关资料,方针,图片素材以及调达本部进行的调查活动等各种情报。
|
|
|
|
</div>
|
|
<div class="mt29px w640px text-16px dogStyle">本ホームページでは調達関連資料、方針、写真素材及び調達本部で実施した調査データ等各種情報を提供しております。
|
|
</div>
|
|
</div>
|
|
<div class="cont1-right">
|
|
<img class=" w-500px" src="./images/slogin-rukt.png" alt="">
|
|
</div>
|
|
</div>
|
|
<div class="content2 w-full flex gap-54px py-40px justify-center" >
|
|
<div class="cont2-left w-561px h-270px flex flex-col bg-gradient-to-b from-#f9f9f9 to-#c7c7c7" @click="push('/login')">
|
|
<div class="describe mt50px">
|
|
<p class="text-24px font-600">大金内部人员</p>
|
|
<p class="text-16px">登录口</p>
|
|
<p class="text-24px font-600 dogStyle" >ダイキン内部の方</p>
|
|
<p class="text-16px dogStyle">ログイン</p>
|
|
</div>
|
|
<div class="entry mt45px text-16px font-600">
|
|
<text>ENTER</text>
|
|
</div>
|
|
</div>
|
|
<div class="cont2-right w-561px h-270px bg-gradient-to-b from-#f9f9f9 to-#c7c7c7" @click="push('/externallogin')">
|
|
<div class="describe mt50px ">
|
|
<p class="text-24px font-600">大金合作伙伴</p>
|
|
<p class="text-16px">登录口</p>
|
|
<p class="text-24px font-600 dogStyle">ダイキンパートナーの方</p>
|
|
<p class="text-16px dogStyle">ログイン</p>
|
|
</div>
|
|
<div class="entry mt45px text-16px font-600">
|
|
<text>ENTER</text>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="bottom gap-71px mt10px pt10px">
|
|
<div class="w900px mb20px h40px">
|
|
本网站所有内容不得转载,转帖或其他方式复制发布/发表。若对本网站存有任何疑问,请联系调达本部-调达研究院-研究企画T。
|
|
|
|
</div>
|
|
<div class="w900px mb20px h40px dogStyle">
|
|
本ホームページの全ての内容に対し転送、無断で使用したり公開しないでください。ホームページの内容に対しご不明点がございましたら調達本部-調達研究院-研究企画Tまで連絡ください。
|
|
</div>
|
|
<div class="text-16px font-bold w-100% lh-36px text-center bottom pt20px flex w-full justify-center" >
|
|
<img src="./images/lll.png" class="w25px h25px mr-10px mt5px"/>
|
|
<a style=" text-decoration: none;color: #000000;cursor: pointer;" class="" href="https://beian.mps.gov.cn/#/query/webSearch?code=31010602007437">沪公网安备:31010602007437号 </a>
|
|
|
|
<a style=" text-decoration: none;color: #000000;cursor: pointer; margin-left: 30px;" href="https://beian.miit.gov.cn/">沪ICP备05026295号-2</a>
|
|
</div>
|
|
<!-- <div class="grow-1">
|
|
<div class="center w130px h62px text-center lh-62px">+Center</div>
|
|
</div> -->
|
|
</div>
|
|
<div class="icp mt5px">
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
const { push } = useRouter()
|
|
|
|
|
|
|
|
</script>
|
|
|
|
<style scoped lang="less">
|
|
.dogStyle{
|
|
font-family:ms ,sans-serif;
|
|
|
|
}
|
|
.wrapper {
|
|
background-color: #fff;
|
|
overflow: hidden;
|
|
|
|
.logo {
|
|
background: url('./images/logo@2x.png') no-repeat;
|
|
// background: url('./images/logo.png') no-repeat;
|
|
background-size: cover;
|
|
}
|
|
|
|
.content {
|
|
border-bottom: 1px solid #E3E3E3;
|
|
}
|
|
|
|
.cont2-left,
|
|
.cont2-right {
|
|
cursor: pointer;
|
|
border: 1px solid #A8A8A8;
|
|
text-align: center;
|
|
|
|
&:hover {
|
|
border: 1px solid #54C3F1;
|
|
}
|
|
}
|
|
|
|
.entry text{
|
|
position: relative;
|
|
|
|
&::before {
|
|
content: '';
|
|
width:35px;
|
|
height:33px;
|
|
position: absolute;
|
|
top: -6px;
|
|
left: -25px;
|
|
background-image: url('./images/slogin-jit.png');
|
|
background-size: cover;
|
|
}
|
|
}
|
|
.bottom .center{
|
|
border: 1px solid #A8A8A8;
|
|
cursor: pointer;
|
|
&:hover{
|
|
border: 1px solid #54C3F1;
|
|
}
|
|
}
|
|
}</style> |