怎样设置border线的长度和文字一样长?如图中border的线太长了。

jsp中js代码:<divclass='fileline'><ahref='fileDownload.action?uploadFile.filePath="+file.... jsp中js代码:
<div class='fileline'><a href='fileDownload.action?uploadFile.filePath="+file.filePath
+"&uploadFile.fileName="+file.fileName+"'>"+file.fileName+"</a></div>

css样式:
.fileline{
/* height: 28px; */
line-height: 30px;
border-bottom-color: rgb(204,204,204);
border-bottom-width: 1px;
border-bottom-style: solid;
background-color: rgb(255,255,255);
}
展开
 我来答
59分粑粑分享生活
高粉答主

2020-03-05 · 专注生活好物分享,解答日常方方面面的问题
59分粑粑分享生活
采纳数:326 获赞数:119835

向TA提问 私信TA
展开全部

.fileline a{

/* height: 28px; */

line-height: 30px;

display:block;

width:50%;

border-bottom-color: rgb(204,204,204);

border-bottom-width: 1px;

border-bottom-style: solid;

background-color: rgb(255,255,255);

}

把样式写给<a>,这样,调整width的值就可以了,设置成百分比或者px都可以。如果超链接本身就有样式的话,那么就把div的border去掉,给<a>标签写就行。

扩展资料:

border的属性:

1、border:1px solid #000; 可同时设置上右下左的边框的样式宽度及颜色。

2、border-style:solid; 设置上右下左边框的样式。

3、border-width:1px 2px 3px 4px; 设置上右下左边框的宽度。

4、border-color:#000; 设置上右下左边框的颜色。

5、border-top:1px solid #000; 设置上边框的样式宽度及颜色。

6、border-right:1px solid #000; 设置右边框的样式宽度及颜色。

7、border-bottom:1px solid #000; 设置下边框的样式宽度及颜色。

8、border-left:1px solid #000; 设置左边框的样式宽度及颜色。

匿名用户
2015-05-19
展开全部
.fileline a{
/* height: 28px; */
line-height: 30px;
display:block;
width:50%;

border-bottom-color: rgb(204,204,204);
border-bottom-width: 1px;
border-bottom-style: solid;
background-color: rgb(255,255,255);
}
把样式写给<a>,这样,调整width的值就可以了,设置成百分比或者px都可以

如果你的超链接本身就有样式的话,那么就把div的border去掉,给<a>标签写就行

如果不加display:block的话,应该是会出现文字有多长下划线就有多长的情况,我觉得你应该不是想要长短不一的效果
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
jackiexcy
推荐于2016-05-16 · TA获得超过294个赞
知道小有建树答主
回答量:193
采纳率:42%
帮助的人:87.3万
展开全部
.fileline>a{
  border-bottom-color: rgb(204,204,204);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: rgb(255,255,255);
  padding-bottom: ;/*这边调整一下。*/
}

希望能帮到你.

本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式