为了账号安全,请及时绑定邮箱和手机立即绑定

如何让这里的文字靠下?(补充:我的意思是说,让Li里的文字靠近下边线--->border-bottom:1px dotted #ccc),现在下边线和文字中间有空隙

<!DOCTYPE HTML>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

<title>宽度和高度</title>

<style type="text/css">

li{

    border-bottom:1px dotted #ccc;

    width:200px;

    height:30px;

}

</style>

</head>

<body>

<ul>

    <li>别让不会说话害了你</li>

    <li>二十七八岁就应该有的见识</li>

    <li>别让不好意思害了你</li>

</ul>

</body>

</html>

正在回答

7 回答

我刚看了好像改不了,不知道是有bottom默认值还是什么的,但是为了美观,你可以试试加一个padding-top的值~

0 回复 有任何疑惑可以回复我~
#1

慕粉3476766

还可以改line-height:10px~~好像可以~~
2016-06-26 回复 有任何疑惑可以回复我~

li{

    border:1px dotted #ccc;

    width:200px;

    height:30px;

    line-height:30px;

}

设置line-height可以实现

1 回复 有任何疑惑可以回复我~

只需将li的高度height,适当调小即可。我试了一下20px挺合适的。

li{

    border-bottom:2px dotted #ccc;

    width:200px;

    height:20px;

}


0 回复 有任何疑惑可以回复我~

<style type="text/css">

ul{

    position:absolute;

    bottom:0px;

}

li{

    border-bottom:1px dotted #ccc;

    width:200px;

    height:30px;

}

</style>

0 回复 有任何疑惑可以回复我~

<!DOCTYPE HTML>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

<title>宽度和高度</title>

<style type="text/css">

li{

    border-bottom:1px dotted #ccc;

    width:200px;

    height:30px;

}

<!--以下为新增代码-->

ul{

    position:absolute;

    bottom:0px;

}


</style>

</head>

<body>

<ul>

    <li>别让不会说话害了你</li>

    <li>二十七八岁就应该有的见识</li>

    <li>别让不好意思害了你</li>

</ul>

</body>

</html>


0 回复 有任何疑惑可以回复我~
#1

慕粉3476766

这个是改让它置网页底部的吧?刚试一下~QAQ
2016-06-26 回复 有任何疑惑可以回复我~

text-align:bottom;

0 回复 有任何疑惑可以回复我~

没有看懂你的问题,所以抱歉我不能给出答案。

0 回复 有任何疑惑可以回复我~
#1

fxg9966 提问者

不能改Height的值实现
2016-06-13 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

如何让这里的文字靠下?(补充:我的意思是说,让Li里的文字靠近下边线--->border-bottom:1px dotted #ccc),现在下边线和文字中间有空隙

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信