Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
孙龙
/
note-library
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
510a88ef
authored
Aug 24, 2023
by
肖康
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
标签模板修改
parent
93b5d6f0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
public/js/web/design.js
resources/views/web/design.blade.php
public/js/web/design.js
View file @
510a88ef
...
...
@@ -70,7 +70,7 @@ var tag={
editUi
:
function
(){
//图片logo转base64
tag
.
base64
(
"http://img.ichunt.com/images/ichunt/label/new_logo.png"
,
function
(
base64
){
$
(
".logobase64"
).
css
({
"background"
:
"url("
+
base64
+
") 0% 0% / 100% 100% no-repeat"
})
$
(
".logobase64"
).
css
({
"background"
:
"url("
+
base64
+
") 0% 0% / 100% 100% no-repeat"
,
"filter"
:
"brightness(0%)"
})
})
$
(
"body"
).
attr
(
"onselectstart"
,
"return false"
);
...
...
resources/views/web/design.blade.php
View file @
510a88ef
...
...
@@ -6,7 +6,7 @@
<div
class=
"tips"
>
请拖动此处标签制作工具到下方编辑区域编辑!
</div>
<div
class=
"items yuan"
name=
"round"
><div
class=
"round zctem"
type=
"1"
w=
"45"
h=
"45"
name=
"round"
xtys=
"#333"
></div><span>
圆形
</span></div>
<div
class=
"items fang"
name=
"rectangle"
><div
class=
"rectangle zctem"
type=
"2"
w=
"70"
h=
"45"
name=
"rectangle"
xtys=
"#333"
></div><span>
矩形
</span></div>
<div
class=
"items text"
name=
"textarea"
><textarea
class=
"textarea zctem"
zhg=
"26"
zh=
"14"
wenben=
"测试文本"
zt=
"
Microsoft YaHei
"
type=
"3"
w=
"200"
h=
"26"
ztys=
"#000000"
name=
"textarea"
placeholder=
"请输入文案"
>
测试文本
</textarea>
A
<span>
文本
</span></div>
<div
class=
"items text"
name=
"textarea"
><textarea
class=
"textarea zctem"
zhg=
"26"
zh=
"14"
wenben=
"测试文本"
zt=
"
黑体
"
type=
"3"
w=
"200"
h=
"26"
ztys=
"#000000"
name=
"textarea"
placeholder=
"请输入文案"
>
测试文本
</textarea>
A
<span>
文本
</span></div>
<div
class=
"items line"
name=
"lineit"
><div
class=
"lineit zctem"
type=
"4"
w=
"70"
h=
"1"
name=
"lineit"
xtys=
"#333"
></div><span>
线
</span></div>
<div
class=
"items erweima"
name=
"erweimait"
style=
"background: url(http://img.ichunt.com/images/cms/201905/05/0998e54c5120aec61e6868943a67916e.png) no-repeat;background-size: 100% 100%;"
><div
class=
"zctem erweimait"
type=
"5"
w=
"45"
h=
"45"
name=
"erweimait"
style=
"background: url(http://img.ichunt.com/images/cms/201905/05/0998e54c5120aec61e6868943a67916e.png) no-repeat;background-size: 100% 100%;"
></div><span>
二维码
</span></div>
<div
class=
"items yiweima"
name=
"yiweimait"
style=
"background: url(http://sz.ichunt.com/v3/dist/res/home/images/about/yiweima.png) no-repeat;background-size: 100% 100%;"
><div
class=
"zctem yiweimait"
type=
"5"
w=
"87"
h=
"35"
name=
"yiweimait"
style=
"background: url(http://sz.ichunt.com/v3/dist/res/home/images/about/yiweima.png) no-repeat;background-size: 100% 100%;"
></div><span>
一维码
</span></div>
...
...
@@ -23,6 +23,7 @@
<span>
标签大小:
</span>
<select
class=
"tag-size"
>
<option
value=
"440*280"
>
90*60
</option>
<option
value=
"460*280"
>
100*60
</option>
</select>
</div>
<div
class=
"seclect-group fl"
>
...
...
@@ -128,10 +129,12 @@
<div
class=
"group-value clr"
>
<span
class=
"fl"
>
字体
</span>
<select
class=
"zt fl"
>
<option
value=
"Microsoft YaHei"
>
微软雅黑
</option>
<option
value=
"黑体"
>
黑体
</option>
<!-- <option value="Microsoft YaHei">微软雅黑</option>
<option value="SimSun">宋体</option>
<option value="KaiTi">楷体</option>
<option
value=
"LiSu"
>
隶书
</option>
<option value="LiSu">隶书</option> -->
</select>
<span
class=
"fl"
>
字号
</span>
<select
class=
"zh fl"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment