Browse Source

楼栋图片修改

V1.0
PLUTO 2 years ago
parent
commit
68ea528b09
  1. BIN
      src/assets/images/home/dangerHome.png
  2. BIN
      src/assets/images/home/freeHome.png
  3. BIN
      src/assets/images/home/hasPeople.png
  4. BIN
      src/assets/images/home/homeBottom.png
  5. BIN
      src/assets/images/home/homeTop.png
  6. 19
      src/views/dataBoard/cpts/homeDetails/index.vue

BIN
src/assets/images/home/dangerHome.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 622 B

After

Width:  |  Height:  |  Size: 627 B

BIN
src/assets/images/home/freeHome.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 646 B

After

Width:  |  Height:  |  Size: 575 B

BIN
src/assets/images/home/hasPeople.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 736 B

After

Width:  |  Height:  |  Size: 530 B

BIN
src/assets/images/home/homeBottom.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 869 B

BIN
src/assets/images/home/homeTop.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

19
src/views/dataBoard/cpts/homeDetails/index.vue

@ -34,13 +34,13 @@
</div> </div>
</div> </div>
</div> </div>
<!-- <div class="apar_bottom"> <div class="apar_bottom">
<img src="@/assets/images/home/homeBottom.png" alt="/" /> <img src="@/assets/images/home/homeBottom.png" alt="/" />
</div> --> </div>
</div> </div>
<div class="apar_right"> <!-- <div class="apar_right">
<img src="@/assets/images/home/homeRight.png" alt="" /> <img src="@/assets/images/home/homeRight.png" alt="" />
</div> </div> -->
</div> </div>
</el-col> </el-col>
<el-col :span="16"> <el-col :span="16">
@ -340,8 +340,7 @@ export default {
max-width: 488px; max-width: 488px;
height: 584px; height: 584px;
overflow: auto; overflow: auto;
background: url("@/assets/images/home/homeCenter.png") no-repeat; background: #caab93;
background-size: 100% 100%;
padding: 30px 30px 10px 30px; padding: 30px 30px 10px 30px;
display: flex; display: flex;
// align-items: flex-end; // align-items: flex-end;
@ -381,7 +380,7 @@ export default {
} }
.apar_bottom { .apar_bottom {
width: 244px; width: 100%;
margin-top: -1px; margin-top: -1px;
img { img {
@ -390,9 +389,9 @@ export default {
} }
} }
.apar_right { // .apar_right {
margin-left: -3px; // margin-left: -3px;
} // }
} }
.more { .more {

Loading…
Cancel
Save