gpt4 book ai didi

html - css 无法在移动浏览器上正确显示

转载 作者:太空宇宙 更新时间:2023-11-04 14:17:46 24 4
gpt4 key购买 nike

这是 my page

我的上述网页的 CSS 在桌面浏览器上看起来很好,但是在移动浏览器上,食物成分周围的边框显示不正确:

相关 CSS:

.page_title {
text-transform:capitalize;
text-align:center;
}
.food_list {
text-transform:capitalize;
}

.listing {
text-indent:10px;
margin-right:1500px;
margin-left:10px;
color:black;
background-color:lightblue;
border-radius: 10px 20px 30px 40px;
-moz-border-radius: 10px 20px 30px 40px;
-webkit-border-radius: 10px 20px 30px 40px;
-khtml-border-radius: 10px 20px 30px 40px;
}

.ul {
list-style:none;
}

p {
text-transform:none;
}

p span {
display:block;
}

最佳答案

试试这个:

jsFiddle

.listing {
text-indent: 10px;
margin-left: 10px;
color: black;
float: left;
background-color: lightblue;
border-radius: 10px 20px 30px 40px;
-moz-border-radius: 10px 20px 30px 40px;
-webkit-border-radius: 10px 20px 30px 40px;
-khtml-border-radius: 10px 20px 30px 40px;
}

h2{
clear:both;
}

关于html - css 无法在移动浏览器上正确显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20171446/

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