以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- With wb.AddInputGroup("form1","ipg1","登录") 字体能居中吗? (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=174263) |
-- 作者:户国兴 -- 发布时间:2022/1/8 8:56:00 -- With wb.AddInputGroup("form1","ipg1","登录") 字体能居中吗? With wb.AddInputGroup("form1","ipg1","登录") "登录" 能居中吗? .Attribute = "style=\'font-style:italic;font-weight:900;\'" 报错 |
-- 作者:有点蓝 -- 发布时间:2022/1/8 10:20:00 -- wb.AppendHTML("<style>.weui_cells_title { text-align: center;}</style>",True) |