mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改微信模板
This commit is contained in:
parent
86cdbd1a66
commit
ecab1bf34b
@ -250,7 +250,7 @@
|
||||
_url = content.split(',')[1] || '';
|
||||
_pagepath = content.split(',')[2] || '';
|
||||
}
|
||||
$span.data('appid',_appid),$span.data('url',_url),$span.data('pagepath',_pagepath);
|
||||
$span.data('appid', _appid), $span.data('url', _url), $span.data('pagepath', _pagepath);
|
||||
return tpl.replace('{appid}', _appid).replace('{url}', _url).replace('{pagepath}', _pagepath);
|
||||
case 'customservice':
|
||||
case 'text':
|
||||
|
@ -24,7 +24,7 @@
|
||||
<style>
|
||||
body { min-width: 500px }
|
||||
.news-container { margin: 20px 0; width: 100%; position: relative;padding:0 20px}
|
||||
.news-container .news-box { border: 1px solid #eee; padding: 8px; width: 300px; border-radius: 5px; position: absolute; margin-bottom: 20px; cursor: pointer }
|
||||
.news-container .news-box { border: 1px solid #eee; padding: 8px; width: 250px; border-radius: 5px; position: absolute; margin-bottom: 20px; cursor: pointer }
|
||||
.news-container .news-box:hover, .news-container .news-box.active { box-shadow: 1px 0px 10px #0099CC; border-color: #0099CC }
|
||||
.news-container .news-box hr { margin: 4px }
|
||||
.news-container .news-box .table-hover { margin-bottom: 0; margin-top: 10px; border-top: none }
|
||||
|
Loading…
x
Reference in New Issue
Block a user