我有一个两列内容主题,其中一列为
文本,另一列为图像
- 图像,图像 - 文本,
但对于移动设备,我需要它在 Text - Img、Text - Img、Text - Img、Text - Img、Text - Img
我的列代码
.one-half,
.three-sixths,
.two-fourths {
width: 48.4375%;
line-height: 1.2875;
}
html代码
<div class="one-half first"></div>
<div class="one-half"></div>
他们是否有可能仅在 html 或 css 中在移动设备中更改它(如果是,那么如何?)