以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  按钮居中问题  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=192842)

--  作者:ycs5801
--  发布时间:2024/7/26 10:27:00
--  按钮居中问题

图片点击可在新窗口打开查看此主题相关图片如下:222.png
图片点击可在新窗口打开查看
 With wb.AddButtonGroup("", "btg1", False)   
        If page > 0 Then                     
                    .Add("btnPrev", "上一页", "button").Attribute = " & (page - 1) & "\',\'" & e.GetValues("type") & "\')""  style=\'background-color: #ADD8E6;color: #000000;padding: 5px 15px;display: inline-block;font-size: 16px;margin: 4px 2px;border-radius: 15px;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);text-align: center; margin: 10px auto;max-width: 150px;\'" \'\'为了显示内容的横向底色可以满屏幕,翻页也需要执行一次函数(5)                        
        End If
        If Endrow < count Then            
                    .Add("btnPrev", "下一页", "button").Attribute = " & (page + 1) & "\',\'" & e.GetValues("type") & "\')""  style=\'background-color: #ADD8E6;color: #000000;padding: 5px 15px;display: inline-block;font-size: 16px;margin: 4px 2px;border-radius: 15px;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);text-align: center; margin: 10px auto;max-width: 150px;\'"             
        End If 
    End With


图片点击可在新窗口打开查看此主题相关图片如下:img_0529(20240714-214200).png
图片点击可在新窗口打开查看

当只出现“下一页”按钮的时候,能否居中?


--  作者:有点蓝
--  发布时间:2024/7/26 10:30:00
--  
这种自定义的东西请自行使用浏览器开发者工具调试研究。


--  作者:ycs5801
--  发布时间:2024/7/29 11:02:00
--  
With wb.AddButtonGroup("", "btg1", False)

这个和原始的按钮定义有没有关系?原始函数中怎样判断当前是一个按钮还是两个按钮?

--  作者:有点蓝
--  发布时间:2024/7/29 11:11:00
--  
新建一个页面,纯使用weui,到开发者工具里对比原weui一个按钮和两个按钮它们的样式控制是怎么样的。再对比自己改造过的按钮,看是什么样式影响了
--  作者:ycs5801
--  发布时间:2024/7/29 15:27:00
--  
我觉得原来的饿weui中当一个按钮的时候,这个按钮占据了整个横向区域,我现在是把这个按钮变小了,所以只占据了左边