修改首页

This commit is contained in:
shidongli 2023-10-27 17:19:34 +08:00
parent f972192597
commit 28efcb9efd

View File

@ -1,16 +1,12 @@
<template> <template>
<div class="app-container home"> <div class="app-container home">
<div <div style="position: relative">
style=" <span class="body">
display: flex; <span><img src="../assets/images/logo.png" alt="" /></span>
position: relative; <span class="name">新医路新版小程序管理系统</span>
width: 56%; </span>
transform: translateX(-50%);
left: 50%; <!-- <div class="name">新医路新版小程序管理系统</div> -->
"
>
<img class="imgitem" src="../assets/images/logo.png" alt="" />
<div class="name">新医路新版小程序管理系统</div>
</div> </div>
<!-- <el-row :gutter="20"> --> <!-- <el-row :gutter="20"> -->
@ -49,24 +45,34 @@ export default {
width: 73px; width: 73px;
height: 97px; height: 97px;
} }
.body {
height: 100px;
line-height: 100px;
position: relative;
display: inline-block;
/* background: red; */
left: 50%;
transform: translateX(-50%);
img {
position: relative;
top: 54%;
transform: translateY(-50%);
}
}
.name { .name {
height: 47px;
line-height: 47px;
opacity: 0.8; opacity: 0.8;
padding-top: 20px;
padding-left: 20px; padding-left: 20px;
font-size: 51px; font-size: 51px;
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 400; font-weight: 400;
color: #333333; color: #333333;
line-height: 30px;
} }
.home { .home {
width: 100%; width: 100%;
top: 50%; top: 50%;
transform: translateY(-50%); transform: translateY(-50%);
padding: 20px; padding: 20px;
position: absolute; position: absolute;
blockquote { blockquote {
padding: 10px 20px; padding: 10px 20px;
margin: 0 0 20px; margin: 0 0 20px;