黑色块背景就位

This commit is contained in:
zhcnyuyang 2025-05-04 19:38:37 +08:00
parent d639f9855b
commit 4cb9d702da
4 changed files with 24 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

View File

@ -36,7 +36,7 @@ const { breakpoint } = useBootstrapBreakpoint();
style="margin-left: 100px; style="margin-left: 100px;
margin-right: 100px; margin-right: 100px;
margin-top: 79px; margin-top: 79px;
margin-bottom: 191px; margin-bottom: 95px;
max-width:100%;height:auto;"> max-width:100%;height:auto;">
<img src="/ServiceProcessRes/designopinion.png" <img src="/ServiceProcessRes/designopinion.png"
width="100%" height="100%"/> width="100%" height="100%"/>
@ -46,11 +46,21 @@ const { breakpoint } = useBootstrapBreakpoint();
style="margin-left: 295px; style="margin-left: 295px;
margin-right: 295px; margin-right: 295px;
margin-top: 79px; margin-top: 79px;
margin-bottom: 191px; margin-bottom: 95px;
max-width:100%;height:auto;"> max-width:100%;height:auto;">
<img src="/ServiceProcessRes/designopinion.png" <img src="/ServiceProcessRes/designopinion.png"
width="100%" height="100%"/> width="100%" height="100%"/>
</div> </div>
<!-- 你说咋写就咋写要是你跟我说这不协调我就把设计图亮出来说你就是这么设计的要改你自己改亏你想得出来桌面用黑字写外边移动用白字写里边为了显示这个我可是脑洞大开想出来个办法 -->
<div v-if="breakpoint==='md'||breakpoint==='lg'
||breakpoint==='xl'||breakpoint==='xxl'"
class="normalcontentdiv"
style="margin-bottom: 48px;color: black;">
<div class="normalcontenttitle">设计流程</div>
</div>
</div>
<div id="blackchart">
</div> </div>
</div> </div>
</template> </template>
@ -74,4 +84,15 @@ export default {
} }
} }
#blackchart{
width:100%;
@include media-breakpoint-between(xs, md) {
background-image: url('/ServiceProcessRes/blackbgwep.png');
}
@include media-breakpoint-up(md) {
background-image: url('/ServiceProcessRes/blackbgpc.png');
}
}
</style> </style>

View File

@ -139,7 +139,7 @@
margin-top: 96px; margin-top: 96px;
} }
} }
//这是span
.normalcontenttitle{ .normalcontenttitle{
margin-left: 0px; margin-left: 0px;
margin-right: 0px; margin-right: 0px;