提交 e2fd9110 编写于 作者: doc_wei's avatar doc_wei

新增QQ小图标

上级 1afd09b7
此差异已折叠。
......@@ -217,14 +217,15 @@ layui.define(["layer", "laytpl", "upload"], function(i) {
type: 1,
title: !1,
id: "layui-layim-close",
skin: "layui-box layui-layim-min layui-layim-close",
skin: "layui-box layui-layim-min layui-layim-close talk-btn",
shade: !1,
closeBtn: !1,
anim: 2,
offset: "rb",
resize: !1,
content: '<img src="' + (j.mine.avatar || layui.cache.dir + "css/pc/layim/skin/logo.jpg") + '"><span>' + (i || j.base.title || "天眼通讯") + "</span>",
move: "#layui-layim-close img",
area: ["50px", "40px"],
content: '<img src="' + fileBasePath + '/assets//images//qq_32.png" class="qq_32"/>',
move: false,
success: function(i, a) {
b = i, j.base.right && i.css("margin-left", "-" + j.base.right), i.on("click", function() {
t.close(a), x.show();
......
......@@ -409,7 +409,7 @@ button{
cursor: default;
padding-top: 3px;
position: absolute;
right: 53px;
right: 85px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
......@@ -429,7 +429,7 @@ button{
width: 40px;
height: 40px;
position: absolute;
right: 13px;
right: 50px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
......@@ -4169,6 +4169,24 @@ body .layer-ext-winconfirm {
margin: 10px 0px 0px 10px;
}
.talk-btn{
height: 40px !important;
background-color: rgba(0,0,0,0) !important;
border: 0px !important;
box-shadow: 1px 1px 50px rgba(0,0,0,0) !important;
}
.qq_32{
height: 20px !important;
width: 20px !important;
}
.talk-btn .layui-layer-content{
overflow: hidden !important;
padding: 0 !important;
padding-top: 9px !important;
}
/*******************************************自定义样式end********************************************/
......@@ -70,6 +70,7 @@
function initTalk(){
layim.config({
brief: false,// 是否简约模式(如果true则不显示主面板)
title: '天眼',
init: {
url: 'getList.json',
data: {}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册