html文本从上到下,html – 根据类别将文本从右侧移动到下方

我试图根据图像的方向移动文本,但是我无法将文本内容放在我想要的位置.

我到底有多远:

$(document).ready(function() {

$(".change").click(function() {

if ( $(".content").hasClass("landscape")) {

$(".content").removeClass("landscape");

$(".content").addClass("portrait");

$("img").attr("src", "http://placehold.it/200x400")

} else {

$(".content").addClass("landscape");

$(".content").removeClass("portrait");

$("img").attr("src", "http://placehold.it/400x200")

}

});

});

.content.landscape .first {

display: inline-block;

}

.content.landscape .second {

display: inline-block;

vertical-align: top;

}

.content.landscape .third {

display: block;

}

.content.landscape .change {

display: block;

}

.content.portrait .first {

display: inline-block;

}

.content.portrait .second {

display: inline-block;

vertical-align: top;

}

.content.portrait .third {

display: inline-block;

}

.content.portrait .change {

display: block;

}

Change

aad8644d37e3dd706316c2f1d2fc9af2.png

Text Second

Text Third

我想要的是“第三文本”在纵向下面是“第二文本”,在横向时是在图像下面.

按按钮查看更改.如果可能的话,更喜欢没有javascript的解决方案.

澄清:我知道如何检测方向,但我无法将文本内容放在我想要的位置.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值