代码访问正常,但是粉色设置相同大小的字体,在微信端显示的大小,却都不相同,见截图
wb.InsertHTML("bt3","<p style='text-align:center'><strong><span style='color:#ff0000;font-family:SimHei;font-size:25px;'>女生参与视频教程</span></strong> </p>")
If x = "" OrElse x = "1" Then '空,即首次进入时展示第1个视频
wb.InsertHTML("bt3","<p><span style='color:#0000C6;font-family:SimHei;font-size:18px;'>怎样参与?怎样邀请男生?</span> </p>")
wb.InsertHTML("bt3","<div <p><iframe frameborder=""0"" width=""100%"" height=""35%"" src=""https://v.qq.com/iframe/player.html?vid=w0646b68jmn&tiny=0&auto=0"" allowfullscreen></iframe></p></div>") '腾讯视频
ElseIf x = "2" Then
wb.InsertHTML("bt3","<p><span style='color:#0000C6;font-family:SimHei;font-size:18px;'>如何查看邀请记录?如何获得红包?</span> </p>")
wb.InsertHTML("bt3","<div <p><iframe frameborder=""0"" width=""100%"" height=""35%"" src=""https://v.qq.com/iframe/player.html?vid=w0646b68jmn&tiny=0&auto=0"" allowfullscreen></iframe></p></div>") '腾讯视频
ElseIf x = "3" Then
wb.InsertHTML("bt3","<p><span style='color:#0000C6;font-family:SimHei;font-size:18px;'>男生邀请我如何查看?如何获得红包?</span> </p>")
wb.InsertHTML("bt3","<div <p><iframe frameborder=""0"" width=""100%"" height=""35%"" src=""https://v.qq.com/iframe/player.html?vid=w0646b68jmn&tiny=0&auto=0"" allowfullscreen></iframe></p></div>") '腾讯视频
ElseIf x = "4" Then
wb.InsertHTML("bt3","<p><span style='color:#0000C6;font-family:SimHei;font-size:18px;'>如何查看参与规则?</span> </p>")
wb.InsertHTML("bt3","<div <p><iframe frameborder=""0"" width=""100%"" height=""35%"" src=""https://v.qq.com/iframe/player.html?vid=w0646b68jmn&tiny=0&auto=0"" allowfullscreen></iframe></p></div>") '腾讯视频
ElseIf x = "5" Then
wb.InsertHTML("bt3","<p><span style='color:#0000C6;font-family:SimHei;font-size:18px;'>如何提升红包金额?</span> </p>")
wb.InsertHTML("bt3","<div <p><iframe frameborder=""0"" width=""100%"" height=""35%"" src=""https://v.qq.com/iframe/player.html?vid=w0646b68jmn&tiny=0&auto=0"" allowfullscreen></iframe></p></div>") '腾讯视频
ElseIf x = "6" Then
wb.InsertHTML("bt3","<p><span style='color:#0000C6;font-family:SimHei;font-size:18px;'>约见沟通功能介绍</span> </p>")
End If
wb.InsertHTML("bt3","<p><span style='color:#0000C6;font-family:SimHei;font-size:18px;'><a href='/zenmwn.htm?x=1'>1.怎样参与?怎样邀请男生?</a></span> </p>")
wb.InsertHTML("bt3","<p><span style='color:#0000C6;font-family:SimHei;font-size:18px;'><a href='/zenmwn.htm?x=2'>2.如何查看邀请记录?如何获得红包?</a></span> </p>")
wb.InsertHTML("bt3","<p><span style='color:#0000C6;font-family:SimHei;font-size:18px;'><a href='/zenmwn.htm?x=3'>3.男生邀请我如何查看?如何获得红包?</span> </p>")
wb.InsertHTML("bt3","<p><span style='color:#0000C6;font-family:SimHei;font-size:18px;'><a href='/zenmwn.htm?x=4'>4.如何查看参与规则?</span> </p>")
wb.InsertHTML("bt3","<p><span style='color:#0000C6;font-family:SimHei;font-size:18px;'><a href='/zenmwn.htm?x=5'>5.如何提升红包金额?</span> </p>")
wb.InsertHTML("bt3","<p><span style='color:#0000C6;font-family:SimHei;font-size:18px;'><a href='/zenmwn.htm?x=6'>6.约见沟通功能介绍</span> </p>")
图片明显上面字大,下面字小,但是字体都是18px
此主题相关图片如下:qq图片20181229171458888.png
[此贴子已经被作者于2018/12/29 17:15:38编辑过]