【发布时间】:2021-05-12 01:41:15
【问题描述】:
这是内容下的桌面模式图像。在选项卡模式下,我需要在内容之后的图像 左侧图像和右侧内容。我正在使用 bootstrap 3 和 sass。
我已经为标签模式创建了这样的内容,但它对我来说无法正常工作:
div:nth-child(2),div:nth-child(3){
position: absolute;
right: 51px;
top: 95px;
width:50%;
}
<div class="col-md-3 col-xs-12 hiw-cols-first">
<picture>
<img class="hiw-tab-images" src="images/p-tab.png">
<img class="hiw-images" src="images/r-product.png">
</picture>
<div class="hiw_heading">Obtain your Product</div>
<div class="hiw-subpara">dable content of a page when looking at its layout. The point
of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as
opposed to using 'Content here, content here', making it look like readable English.
Many desktop </div>
</div>
我已经完成了桌面模式,但我需要标签模式的帮助,请任何人帮忙。
【问题讨论】:
-
希望对你有帮助jsfiddle.net/9k8w1fpq/4
-
我需要平板模式下的左侧图像和右侧内容。
标签: html css sass twitter-bootstrap-3