css3圆角底部出现文字可以带提示信息div

2024-10-12 11:41:09

1、新建html文档。

css3圆角底部出现文字可以带提示信息div

3、书写css公用样式表代码。.circle_bot { clear:both; font: 12px/1.125 Arial; }.circle_bot .s_b b, .circle_bot span.s_i i { font-size:1px; line-height:1px; overflow:hidden; display:block; clear:both; }.circle_bot .s_b b, .circle_bot span.s_i i, .circle_bot .info { background:#fff2f2; border:#f88 solid; }.circle_bot b.b1 { border-width:1px 0 0 0; margin:0 2px; height:0px; }.circle_bot b.b2 { border-width:0 1px; margin:0 1px; height:1px; }.circle_bot span.s_i i { height:1px; border-width:0 1px; }

css3圆角底部出现文字可以带提示信息div

5、代码整体结构。

css3圆角底部出现文字可以带提示信息div
猜你喜欢