css设置标题边框,如何在标题中绘制正确的css边框格式_七种基本的css选择器

css设置标题边框,如何在标题中绘制正确的css边框格式_七种基本的css选择器mosg..6我已经明白这个东西是如何运作的!方案:QTableView#tableWidgetQHeaderView{/*drawtheholehortop&bottomlinefortheheader*/heigh

mosg..

6

我已经明白这个东西是如何运作的!

方案:

QTableView#tableWidget QHeaderView

{

/* draw the hole hor top & bottom line for the header */

height: 24px;

border-top: 1px solid #161618;

border-bottom: 1px solid #161618;

}

QTableView#tableWidget QHeaderView::section:horizontal:first

{

border-left-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #f4f4f6, stop:1 #ceced6);

}

QTableView#tableWidget QHeaderView::section:horizontal:last

{

border-right-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #f4f4f6, stop:1 #ceced6);

}

QTableView#tableWidget QHeaderView::section:horizontal

{

/* for each section draw ONLY left & right lines */

height: 24px;

border-style: none;

border-left: 1px solid #ecedef;

border-right: 1px solid #b1b1b5;

background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #f4f4f6, stop:1 #ceced6);

}

另外,结果数字看起来如何:

7dFU0.png

无论如何,谢谢大家!

今天的文章css设置标题边框,如何在标题中绘制正确的css边框格式_七种基本的css选择器分享到此就结束了,感谢您的阅读。

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
如需转载请保留出处:https://bianchenghao.cn/62888.html

(0)
编程小号编程小号

相关推荐

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注