图片与图表

用镜头捕捉体育的每一个心跳瞬间!im体育为你精选高清赛事大图,让你身临其境感受赛场的火热激情。

Bootstrap文档

图片形状

Image shapes - im体育
Image shapes - im体育
Image shapes - im体育
<!-- Square image (default) -->
<img src="path-to-image" alt="Square image">

<!-- Rounded image -->
<img src="path-to-image" class="rounded-3" alt="Rounded image">

<!-- Circle image -->
<img src="path-to-image" class="rounded-circle" alt="Circle image">
// Square image (default)
img(src="path-to-image", alt="Square image")

// Rounded image
img(src="path-to-image", alt="Rounded image").rounded-3

// Circle image
img(src="path-to-image", alt="Circle image").rounded-circle

缩略图

Thumbnails - im体育
Thumbnails - im体育
Thumbnails - im体育
<!-- Square thumbnail -->
<img src="path-to-image" class="img-thumbnail" alt="Square image">

<!-- Rounded thumbnail -->
<img src="path-to-image" class="img-thumbnail rounded" alt="Rounded image">

<!-- Circle thumbnail -->
<img src="path-to-image" class="img-thumbnail rounded-circle" alt="Circle image">
// Square tumbnail
img(src="path-to-image", alt="Square image").img-thumbnail

// Rounded tumbnail
img(src="path-to-image", alt="Rounded image").img-thumbnail.rounded

// Circle tumbnail
img(src="path-to-image", alt="Circle image").img-thumbnail.rounded-circle

带标题的图

Figures with caption - im体育
左对齐标题
Figures with caption - im体育
居中标题
Figures with caption - im体育
右对齐标题
<!-- Caption on the left -->
<figure class="figure">
  <img src="path-to-image" class="figure-img" alt="...">
  <figcaption class="figure-caption">Caption on the left</figcaption>
</figure>

<!-- Caption in the center -->
<figure class="figure">
  <img src="path-to-image" class="figure-img" alt="...">
  <figcaption class="figure-caption text-center">Caption in the center</figcaption>
</figure>

<!-- Caption on the right -->
<figure class="figure">
  <img src="path-to-image" class="figure-img" alt="...">
  <figcaption class="figure-caption text-end">Caption on the right</figcaption>
</figure>
// Caption on the left
figure.figure
  img(src="path-to-image", alt="...").figure-img
  figcaption.figure-caption Caption on the left

// Caption in the center
figure.figure
  img(src="path-to-image", alt="...").figure-img
  figcaption.figure-caption.text-center Caption in the center

// Caption on the right
figure.figure
  img(src="path-to-image", alt="...").figure-img
  figcaption.figure-caption.text-end Caption on the right
顶部
微信:im_957