以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  [求助]移动端,样式文件怎么调整??  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=129047)

--  作者:YOU
--  发布时间:2018/12/20 15:14:00
--  [求助]移动端,样式文件怎么调整??
图片点击可在新窗口打开查看
这个图标的大小在哪里调整???

--  作者:有点甜
--  发布时间:2018/12/20 15:47:00
--  

参考代码

 

Select Case e.Path
    Case "test.htm", ""
        Dim wb As New WeUI
        With wb.AddListGroup("", "lsg3", "增加跳转的列表")
            .Add("ls5","新浪主页", "sina.com", "http://www.sina.com.cn")
            .Add("ls6","网易主页", "163.com", "http://www.163.com")
        End With
        With wb.AddListGroup("", "lsg4","增加图标的列表")
            .Add("ls7","新浪主页", "sina.com", "http://www.sina.com.cn", "./images/001.jpg")
            .Add("ls8","网易主页", "163.com", "http://www.163.com", "./images/163.png")
        End With
        Dim str As String = wb.Build
        str = str.Replace("width:20px;", "width:100px;")
        e.WriteString(str) \'生成网页
End Select


--  作者:YOU
--  发布时间:2018/12/20 16:51:00
--  
图片点击可在新窗口打开查看
--  作者:YOU
--  发布时间:2018/12/20 16:54:00
--  
解决了,感谢感谢
[此贴子已经被作者于2018/12/20 17:03:16编辑过]