mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-30 22:24:55 +08:00
优化fixbar电话图标
This commit is contained in:
parent
2a1b4b69fd
commit
f5ed2ce239
@ -48,7 +48,9 @@ layui.use(['jquery', 'util'], function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var showPhoneCode = function () {
|
var showPhoneCode = function () {
|
||||||
var content = '<div class="layui-font-32 layui-font-red layui-padding-5">' + window.contact.phone + '</div>';
|
var content = '<div class="layui-font-32 layui-font-red layui-padding-5">';
|
||||||
|
content += '<i class="iconfont icon-phone layui-padding-1 layui-font-28"></i>' + window.contact.phone;
|
||||||
|
content += '</div>';
|
||||||
layer.open({
|
layer.open({
|
||||||
type: 1,
|
type: 1,
|
||||||
title: false,
|
title: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user