有時候我們在項目中需要實現(xiàn)圖片上帶著文字画拾,如下圖所示
在有關(guān)vue的bootstrap中框架中就有這樣的介紹,在card部分
<div>
<b-card overlay
img-src="https://picsum.photos/900/250/?image=36"
img-alt="Card Image"
text-variant="white"
title="Image Overlay"
sub-title="Subtitle">
<p class="card-text">
Some quick example text to build on the card and make
up the bulk of the card's content.
</p>
</b-card>
</div>