摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> .box{ background-color: red; } img { /*行内|行内块的默认对齐方式为基线对齐* 阅读全文
posted @ 2021-10-22 11:18 亦茫茫 阅读(88) 评论(0) 推荐(0)
摘要: /*单行文本溢出显示省略号,前提是必须要有宽度*/ /*overflow: hidden; white-space: nowrap; text-overflow:ellipsis ;*/ /*多行文本溢出显示省略号*/ /*display: -webkit-box; -webkit-box-orie 阅读全文
posted @ 2021-10-22 10:55 亦茫茫 阅读(59) 评论(0) 推荐(0)