12345678910 .list::before { position: absolute; left: 15rpx; right: 15rpx; bottom: 0; content: ''; height: 1px; transform: scaleY(0.5); background-color: } 12345678910111213141516171819202122 <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style> #box:before { content: "你好" } #box:after { content: "中国" } </style> </head> <body> <div id="box"></div> </body></html> 赞微海报分享
近期评论