style(src/views/home): 修改home组件文字描述为图片

duizhaopin_ui
duan 3 years ago
parent dc1bfae427
commit 4cf4c9fbe8

@ -93,3 +93,7 @@ div:focus {
margin-top: 1rem; margin-top: 1rem;
} }
.el-tooltip__popper{
max-width: 50%;
}

@ -2,7 +2,7 @@
<div> <div>
<div class="home-top"> <div class="home-top">
<div class="home-top-left"> <img src="@/assets/2-主界面/logo.png" alt=""> </div> <div class="home-top-left"> <img src="@/assets/2-主界面/logo.png" alt=""> </div>
<div class="home-top-mid">RMS后台管理系统</div> <div class="home-top-mid"><img src="@/assets/rms/主界面-黑-80px.png" /></div>
<div class="home-top-right"><img class="home-top-right-img" src="@/assets/2-主界面/关闭.png" alt=""></div> <div class="home-top-right"><img class="home-top-right-img" src="@/assets/2-主界面/关闭.png" alt=""></div>
</div> </div>
<div class="home-content"> <div class="home-content">
@ -49,9 +49,10 @@ export default {
} }
} }
.home-top-mid{ .home-top-mid{
font-size: 3rem; margin-right: 11.25rem;
font-weight: 800; img{
color: #303133; width: 31.25rem;
}
} }
.home-top-right{ .home-top-right{
img{ img{

Loading…
Cancel
Save