|
|
@@ -78,25 +78,25 @@ export default {
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
-<style lang="less">
|
|
|
+<style lang="scss">
|
|
|
.body-content{
|
|
|
width:100%;
|
|
|
min-width: 1300px;
|
|
|
height: 100%;
|
|
|
}
|
|
|
.container-wrapper {
|
|
|
- min-height: calc(~"100% - 70px - 180px");
|
|
|
+ min-height: calc(100% - 70px - 180px);
|
|
|
}
|
|
|
.main-container {
|
|
|
width: 100%;
|
|
|
- min-height: calc(~"100% - 70px - 180px");
|
|
|
+ min-height: calc(100% - 70px - 180px);
|
|
|
margin: 0 auto;
|
|
|
padding-bottom: 30px;
|
|
|
}
|
|
|
.home-slice {
|
|
|
width: 100%;
|
|
|
height: 170px;
|
|
|
- background-image: url("./assets/img/homeSlice.png");
|
|
|
+ background-image: url("assets/image/slice.png");
|
|
|
background-size: 100% 100%
|
|
|
}
|
|
|
</style>
|