css transparent wpcoder 2016-4-05 14:20 · 浏览 1214 transparent 意思为设置颜色为透明。 css绘制三角形 #triangle-up { width: 0; height: 0; border-left: 50px solid transparent; border-right: 50px solid transparent; border-bottom: 100px solid red; } #css CSS web前端 编程语言