标签: php html css element
好的,我有“http://hastebin.com/julayefoto.xml”,我希望“测试测试”的内容不透明但气泡要透明。有人可以帮忙吗?谢谢:))
答案 0 :(得分:0)
将opacity: 1添加到css类one。
opacity: 1
one
div.one { color: white; position: relative; width:100%; font-family: arial; opacity:1; }