Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
uc_card
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhoujun
uc_card
Commits
98426b1e
Commit
98426b1e
authored
Jun 09, 2021
by
liyadong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update code
parent
cb042075
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
32 deletions
+20
-32
src/public/static/postcard/css/style.css
src/public/static/postcard/css/style.css
+1
-1
src/public/static/postcard/css/style.less
src/public/static/postcard/css/style.less
+11
-27
src/public/static/postcard/images/ald_code.png
src/public/static/postcard/images/ald_code.png
+0
-0
src/resources/views/card/card.blade.php
src/resources/views/card/card.blade.php
+6
-2
src/resources/views/card/index.blade.php
src/resources/views/card/index.blade.php
+2
-2
No files found.
src/public/static/postcard/css/style.css
View file @
98426b1e
This diff is collapsed.
Click to expand it.
src/public/static/postcard/css/style.less
View file @
98426b1e
...
...
@@ -117,32 +117,6 @@
width: 3.23rem;
.ells();
}
//&.role1 {
// background: url("../images/role_img1.png") no-repeat center;
// background-size: auto .62rem;
//}
//
//&.role2 {
// background: url("../images/role_img2.png") no-repeat center;
// background-size: auto .62rem;
//}
//
//&.role3 {
// background: url("../images/role_img3.png") no-repeat center;
// background-size: auto .62rem;
//}
//
//&.role4 {
// background: url("../images/role_img4.png") no-repeat center;
// background-size: auto .62rem;
//}
//
//&.role5 {
// background: url("../images/role_img5.png") no-repeat center;
// background-size: auto .62rem;
//}
}
.left {
...
...
@@ -801,7 +775,17 @@
}
}
}
.code{
text-align: center;
padding: 1rem 0 .2rem;
img{
width: 3rem;
}
p{
padding: .2rem;
.fs(.32rem,#F3E1BE);
}
}
@keyframes Rotate {
0% {
...
...
src/public/static/postcard/images/ald_code.png
0 → 100644
View file @
98426b1e
25.9 KB
src/resources/views/card/card.blade.php
View file @
98426b1e
...
...
@@ -20,11 +20,11 @@
reSizeRem
();
}
</script>
<link
rel=
"stylesheet"
href=
"{{ asset('postcard/css/style.css?v=202106090
2
') }}"
>
<link
rel=
"stylesheet"
href=
"{{ asset('postcard/css/style.css?v=202106090
3
') }}"
>
<script
src=
"{{ asset('js/jquery.2.1.3.min.js') }}"
></script>
<script
src=
"{{ asset('postcard/js/html2canvas.js') }}"
></script>
<script
src=
"{{ asset('js/toast.js') }}"
></script>
<script
src=
"{{ asset('postcard/js/main.js?v=20210609') }}"
></script>
<script
src=
"{{ asset('postcard/js/main.js?v=20210609
03
') }}"
></script>
</head>
<body>
<div
class=
"container postcard-container"
id=
"test"
>
...
...
@@ -148,6 +148,10 @@
<!--本地保存-->
<a
href=
"javascript:"
class=
"btn-save"
></a>
</div>
<div
class=
"code"
>
<img
src=
"{{ asset('postcard/images/ald_code.png') }}"
>
<p>
长按二维码获取你的生涯战报
</p>
</div>
</div>
<div
class=
"dialog dialog-img hide"
>
...
...
src/resources/views/card/index.blade.php
View file @
98426b1e
...
...
@@ -19,10 +19,10 @@
reSizeRem
();
}
</script>
<link
rel=
"stylesheet"
href=
"{{ asset('postcard/css/style.css?v=202106090
2
') }}"
>
<link
rel=
"stylesheet"
href=
"{{ asset('postcard/css/style.css?v=202106090
3
') }}"
>
<script
src=
"{{ asset('js/jquery.2.1.3.min.js') }}"
></script>
<script
src=
"{{ asset('js/toast.js') }}"
></script>
<script
src=
"{{ asset('postcard/js/main.js?v=20210609') }}"
></script>
<script
src=
"{{ asset('postcard/js/main.js?v=20210609
03
') }}"
></script>
</head>
<body>
<div
class=
"container home-container"
>
...
...
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