切换导航条
此项目
正在载入...
登录
景龙
/
xingqiu
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
jinglong
6 years ago
提交
48fb09af9f9efda88f872b636239d6bafc4f416b
1 个父辈
7d55b8bb
1 个管道 的构建
通过
耗费 0 秒
调式pc分享
变更
3
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
49 行增加
和
2 行删除
public/themes/simpleboot3/portal/region/get_more_video.html
public/themes/simpleboot3/public/assets/css/footer.css
public/themes/simpleboot3/public/share.html
public/themes/simpleboot3/portal/region/get_more_video.html
查看文件 @
48fb09a
...
...
@@ -112,13 +112,14 @@
<p>
分享:
</p>
<input
type=
"hidden"
class=
"collection"
value=
""
>
<input
type=
"hidden"
class=
"like"
value=
""
>
<img
src=
"__TMPL__/public/assets/starImg/aicon_89.png"
alt=
""
>
<img
src=
"__TMPL__/public/assets/starImg/aicon_89.png"
alt=
""
onclick=
"wxShow()"
>
<img
src=
"__TMPL__/public/assets/starImg/aicon_90.png"
alt=
""
class=
"wb_share_video"
>
<img
id=
"collections"
src=
"__TMPL__/public/assets/starImg/bicon_02.png"
alt=
""
>
<img
id=
"likes"
src=
"__TMPL__/public/assets/starImg/bicon_031.png"
alt=
""
>
</div>
</div>
</div>
<include
file=
"public@share"
/>
<include
file=
"public@footer"
/>
<script
src=
"__TMPL__/public/assets/js/jquery-3.2.1.min.js"
></script>
<script
src=
"__TMPL__/public/assets/js/public.js"
></script>
...
...
public/themes/simpleboot3/public/assets/css/footer.css
查看文件 @
48fb09a
...
...
@@ -211,10 +211,11 @@
height
:
290px
;
position
:
fixed
;
top
:
20%
;
left
:
4
5
%
;
left
:
4
0
%
;
background
:
#F8F8F8
;
padding
:
10px
6px
10px
15px
;
display
:
none
;
z-index
:
999999
;
}
.bd_weixin_popup_foot
{
font-size
:
12px
;
...
...
public/themes/simpleboot3/public/share.html
0 → 100644
查看文件 @
48fb09a
<!-- 二维码弹出层 -->
<div
class=
"wx-qrcode-wrapper"
>
<!-- 遮罩层 -->
<div
class=
"mask"
></div>
<div
class=
"wx-qrcode"
style=
"width:230px;"
>
<div
class=
"share"
>
<span
style=
"font-size: 14px;text-align: center;"
>
分享到微信朋友圈
</span>
<!-- 关闭图标 -->
<a
href=
"javascript:;"
class=
"icon-close2"
onclick=
"wxHide()"
>
×
</a>
</div>
<!-- 生成的二维码容器 -->
<div
id=
"qrcode"
></div>
<div
class=
"bd_weixin_popup_foot"
>
打开微信,点击底部的“发现”,
<br>
使用“扫一扫”即可将网页分享至朋友圈。
</div>
</div>
</div>
<script
src=
"https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"
></script>
<script
src=
"https://cdn.bootcss.com/jquery.qrcode/1.0/jquery.qrcode.min.js"
></script>
<script>
var
url
=
window
.
location
.
href
;
/* 生成二维码 */
$
(
"#qrcode"
).
qrcode
({
text
:
url
,
//设置二维码内容
render
:
"canvas"
,
//设置渲染方式
width
:
220
,
//设置宽度,默认生成的二维码大小是 256×256
height
:
220
,
//设置高度
typeNumber
:
-
1
,
//计算模式
background
:
"#ffffff"
,
//背景颜色
foreground
:
"#000000"
//前景颜色
});
/* 点微信图标,触发二维码弹出层显示 */
function
wxShow
()
{
$
(
'.wx-qrcode-wrapper'
).
show
()
}
/* 关闭二维码弹出层 */
function
wxHide
()
{
$
(
'.wx-qrcode-wrapper'
).
hide
()
}
</script>
\ No newline at end of file
...
...
请
注册
或
登录
后发表评论