|
@@ -29,15 +29,15 @@
|
|
|
</el-main>
|
|
</el-main>
|
|
|
<el-footer style="width: 80%">
|
|
<el-footer style="width: 80%">
|
|
|
<div class="footer">
|
|
<div class="footer">
|
|
|
- <hr />
|
|
|
|
|
- <p>
|
|
|
|
|
- <!--<i style="margin-left: 50px;" class="el-icon-office-building"/> 深圳市明鉴细胞专业技术有限公司
|
|
|
|
|
|
|
+ <!-- <p>
|
|
|
|
|
+ <i style="margin-left: 50px;" class="el-icon-office-building"/> 深圳市明鉴细胞专业技术有限公司
|
|
|
<i style="margin-left: 20px;" class="el-icon-location-information"/> 深圳市南山区科技园高新北区源兴科技大厦东座303
|
|
<i style="margin-left: 20px;" class="el-icon-location-information"/> 深圳市南山区科技园高新北区源兴科技大厦东座303
|
|
|
<i style="margin-left: 20px;" class="el-icon-phone"/> 400-9919-863
|
|
<i style="margin-left: 20px;" class="el-icon-phone"/> 400-9919-863
|
|
|
- <i style="margin-left: 20px;" class="el-icon-message"/> services@mingjiantech.com-->
|
|
|
|
|
- <!-- <i class="el-icon-s-platform" /> 深圳市金源信通科技有限公司开发 -->
|
|
|
|
|
- <span>© 2022{{ year == '2022' ? '' : `-${year}` }} 深圳市金源信通科技有限公司开发 | <a href="https://beian.miit.gov.cn" target="_blank">粤ICP备2022077950号</a></span>
|
|
|
|
|
- </p>
|
|
|
|
|
|
|
+ <i style="margin-left: 20px;" class="el-icon-message"/> services@mingjiantech.com
|
|
|
|
|
+ <i class="el-icon-s-platform" /> 深圳市金源信通科技有限公司开发
|
|
|
|
|
+ </p> -->
|
|
|
|
|
+ <span>深圳市明鉴细胞专业技术有限公司 | <a href="https://beian.miit.gov.cn" target="_blank">粤ICP备2022077950号</a></span>
|
|
|
|
|
+ <span class="dev"><i class="el-icon-s-platform" /> 深圳市金源信通科技有限公司开发</span>
|
|
|
</div>
|
|
</div>
|
|
|
</el-footer>
|
|
</el-footer>
|
|
|
</el-container>
|
|
</el-container>
|
|
@@ -107,11 +107,26 @@ export default {
|
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.footer {
|
|
|
|
|
- font-size: 12px;
|
|
|
|
|
- text-align: center;
|
|
|
|
|
- a {
|
|
|
|
|
- color: #000;
|
|
|
|
|
|
|
+.login-container{
|
|
|
|
|
+ .footer {
|
|
|
|
|
+ height: 50px;
|
|
|
|
|
+ font-size: 12px;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ justify-content: center;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ border-top: 1px solid #666;
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ a {
|
|
|
|
|
+ color: #000;
|
|
|
|
|
+ &:hover {
|
|
|
|
|
+ text-decoration: underline !important;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ .dev {
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ right: 0px;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|