Commit 4ab6a828 by yuanfeng

update

parent 0ae2a45e
......@@ -48,6 +48,5 @@ body {
overflow: hidden;
user-select: none;
background-position: center bottom;
background: url('../static/images/index/bg.png') no-repeat left top;
}
</style>
......@@ -218,7 +218,6 @@ export default {
<style lang="less" scoped>
.managePlatform-left {
padding-top: 14px;
background: url('../../../static/images/index/leftBg.png') no-repeat right top;
.partTitle {
font-size: 18px;
font-family: Microsoft YaHei;
......
......@@ -18,6 +18,5 @@ export default {
<style lang="less" scoped>
.managePlatform-right {
background: url('../../../static/images/index/rightBg.png') no-repeat left top;
}
</style>
\ No newline at end of file
// 覆盖默认组纪检样式, 使用id(layoutMain), class由于权重问题会导致无效
.main-container {
background: url('../images/index/bg.png') no-repeat left top;
background-size: cover;
}
#layoutMain {
height: 1080px;
.left {
padding-right: 0px;
background: url('../images/index/leftBg.png') no-repeat right top;
}
.right {
padding-left: 0px;
background: url('../images/index/rightBg.png') no-repeat left top;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment