|
@@ -1,7 +1,24 @@
|
|
|
<template>
|
|
|
<div id="userLayout" :class="['user-layout-wrapper', device]">
|
|
|
<div class="container">
|
|
|
- <div class="top">
|
|
|
+ <div class="cen">
|
|
|
+ <div class="cen2">
|
|
|
+ <div class="top">
|
|
|
+ <div class="header">
|
|
|
+ <a href="/">
|
|
|
+ <img src="~@/assets/logo2.png" class="logo" alt="logo">
|
|
|
+ <span class="title">天工试验场</span>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ <div class="desc">
|
|
|
+ 致力于航空航天环境试验领域的数智化解决方案
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <route-view></route-view>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!-- <div class="top">
|
|
|
<div class="header">
|
|
|
<a href="/">
|
|
|
<img src="~@/assets/logo.png" class="logo" alt="logo">
|
|
@@ -13,7 +30,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <route-view></route-view>
|
|
|
+ <route-view></route-view> -->
|
|
|
|
|
|
<div class="footer">
|
|
|
<!-- <div class="links">-->
|
|
@@ -65,11 +82,32 @@
|
|
|
.container {
|
|
|
width: 100%;
|
|
|
min-height: 100%;
|
|
|
- background: #f0f2f5 url(~@/assets/background.svg) no-repeat 50%;
|
|
|
+ // background: #f0f2f5 url(~@/assets/background.svg) no-repeat 50%;
|
|
|
+ background: url('../../assets/backg2.png') no-repeat center center;
|
|
|
background-size: 100%;
|
|
|
padding: 110px 0 144px;
|
|
|
position: relative;
|
|
|
|
|
|
+ .cen{
|
|
|
+ height: 100%;
|
|
|
+ width: 35%;
|
|
|
+ // border: 1px solid red;
|
|
|
+ background-color: #6064e191;
|
|
|
+ border-radius: 7px;
|
|
|
+ box-shadow: 0px 0px 20px 0px #4e52c6e6;
|
|
|
+ margin-left: 57%;
|
|
|
+ // padding: 3% 0 3% 0;
|
|
|
+ padding: 0.7% 0.7% 0.7% 0.7%;
|
|
|
+ }
|
|
|
+ .cen2{
|
|
|
+ height: 100%;
|
|
|
+ width: 100%;
|
|
|
+ background-color: rgba(104, 108, 226, 0.655);
|
|
|
+ border-radius: 5px;
|
|
|
+ // box-shadow: 0px 0px 20px 0px #3a41b9;
|
|
|
+ padding: 8% 0 8% 0;
|
|
|
+ }
|
|
|
+
|
|
|
a {
|
|
|
text-decoration: none;
|
|
|
}
|
|
@@ -95,21 +133,25 @@
|
|
|
height: 44px;
|
|
|
vertical-align: top;
|
|
|
margin-right: 16px;
|
|
|
+ margin-top: 3px;
|
|
|
border-style: none;
|
|
|
}
|
|
|
|
|
|
.title {
|
|
|
font-size: 33px;
|
|
|
- color: rgba(0, 0, 0, .85);
|
|
|
+ // color: rgba(0, 0, 0, .85);
|
|
|
+ color: rgba(255, 255, 255, 0.933);
|
|
|
font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
|
font-weight: 600;
|
|
|
position: relative;
|
|
|
top: 2px;
|
|
|
+ letter-spacing: 3px;
|
|
|
}
|
|
|
}
|
|
|
.desc {
|
|
|
font-size: 14px;
|
|
|
- color: rgba(0, 0, 0, 0.45);
|
|
|
+ color: rgba(192, 192, 192, 0.818);
|
|
|
+ // color: rgba(0, 0, 0, 0.45);
|
|
|
margin-top: 12px;
|
|
|
margin-bottom: 40px;
|
|
|
}
|