gpt4 book ai didi

html - 使用css在图像上形成对齐

转载 作者:行者123 更新时间:2023-11-28 02:36:30 25 4
gpt4 key购买 nike

我正在做设计。设计位于链接处

http://jodbaki.com/apply-now

在它的桌面版本中工作正常但是什么时候。我在移动设备上看到它,然后表格从右侧超出图像。我该如何调整它???。

enter image description here

最佳答案

这是因为您的inputtextareaselect。一旦宽度小于 400 像素,请尝试添加 CSS 媒体查询,将所有字段从 150 像素缩小到 100 像素。

@media screen and (max-width: 400px) {    
input,textarea,select {
width: 100px !important;
}
}

关于html - 使用css在图像上形成对齐,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47384412/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com