修改首页
This commit is contained in:
parent
f972192597
commit
28efcb9efd
@ -1,16 +1,12 @@
|
||||
<template>
|
||||
<div class="app-container home">
|
||||
<div
|
||||
style="
|
||||
display: flex;
|
||||
position: relative;
|
||||
width: 56%;
|
||||
transform: translateX(-50%);
|
||||
left: 50%;
|
||||
"
|
||||
>
|
||||
<img class="imgitem" src="../assets/images/logo.png" alt="" />
|
||||
<div class="name">新医路新版小程序管理系统</div>
|
||||
<div style="position: relative">
|
||||
<span class="body">
|
||||
<span><img src="../assets/images/logo.png" alt="" /></span>
|
||||
<span class="name">新医路新版小程序管理系统</span>
|
||||
</span>
|
||||
|
||||
<!-- <div class="name">新医路新版小程序管理系统</div> -->
|
||||
</div>
|
||||
|
||||
<!-- <el-row :gutter="20"> -->
|
||||
@ -49,24 +45,34 @@ export default {
|
||||
width: 73px;
|
||||
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 {
|
||||
height: 47px;
|
||||
line-height: 47px;
|
||||
opacity: 0.8;
|
||||
padding-top: 20px;
|
||||
padding-left: 20px;
|
||||
font-size: 51px;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
color: #333333;
|
||||
line-height: 30px;
|
||||
}
|
||||
.home {
|
||||
width: 100%;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
padding: 20px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
padding: 20px;
|
||||
position: absolute;
|
||||
blockquote {
|
||||
padding: 10px 20px;
|
||||
margin: 0 0 20px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user