以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.net/bbs/index.asp)
--  专家坐堂  (http://foxtable.net/bbs/list.asp?boardid=2)
----  背景色问题  (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=176985)

--  作者:ycs5801
--  发布时间:2022/5/5 17:41:00
--  背景色问题
 With .AddList(dr("中文船名"), "")
                .TextStyle = "color:blue;font-size:20px" \'字体颜色,字体大小
                .ImageWidth = 2 \'图片大小
                With .LeftFooter
                    .AddFoot(txt).Attribute = "style=\'color:Gray;font-size:17px;background-color:yellow\'"                  
                End With           
            End With
exweui中,这个背景色设置无效,请问怎么修改?

--  作者:有点蓝
--  发布时间:2022/5/5 20:36:00
--  
我测试没有问题。请截图并上传实例说明
--  作者:ycs5801
--  发布时间:2022/5/5 22:49:00
--  
Dim txt As String = "<p>中文船名:" & dr("中文船名") & "</p>"
            txt = txt & "<p>入境时间:" & dr("入境时间") & "<p>"
            txt = txt & "<p>船&emsp;&emsp;籍:" & dr("船籍") & "<p>"
            txt = txt & "<p>IMO号:" & dr("IMO号") & "</p>"


上半部分是这么写的,和这个有关没

--  作者:有点蓝
--  发布时间:2022/5/5 22:52:00
--  
"<p style=\'background-color:yellow\'>中文船名:" & dr("中文船名") & "</p>"