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
9aa46e27
Commit
9aa46e27
authored
Nov 25, 2021
by
liyadong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
8fd51d00
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
19 deletions
+17
-19
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
+13
-15
src/resources/views/card/card.blade.php
src/resources/views/card/card.blade.php
+3
-3
No files found.
src/public/static/postcard/css/style.css
View file @
9aa46e27
This diff is collapsed.
Click to expand it.
src/public/static/postcard/css/style.less
View file @
9aa46e27
...
...
@@ -82,11 +82,11 @@
}
.role-avatar {
width: 1.88rem;
height: 1.92rem;
margin: 0 auto;
text-align: center;
.pr();
position: absolute;
left: 0;
top: -0.5rem;
.img-border {
.pa();
...
...
@@ -97,9 +97,7 @@
}
.img-header {
width: 1.3rem;
height: 1.3rem;
margin-top: .28rem;
width: 4.57rem;
display: inline-block;
}
}
...
...
@@ -127,8 +125,9 @@
.left {
.fl();
width: 50%;
.pr();
ul{
padding-top:
.2
rem;
padding-top:
3
rem;
}
}
...
...
@@ -142,7 +141,7 @@
.bottom {
.pa();
left: 1.5
rem;
right: 1
rem;
bottom: .45rem;
img {
...
...
@@ -151,23 +150,22 @@
}
.img1 {
width:
4
.89rem;
width:
2
.89rem;
}
.b-num {
display: inline-block;
vertical-align: text-bottom;
height: 1rem;
span {
vertical-align: middle;
display: inline-block;
height: .9rem;
line-height: .9rem;
width: .45rem;
height: .4rem;
line-height: .4rem;
text-align: center;
font: bold
1
rem "Arial";
font: bold
.4
rem "Arial";
color: @baseColor;
margin: 0
}
}
...
...
@@ -178,7 +176,7 @@
}
.img2 {
width: .
77
rem;
width: .
46
rem;
}
}
}
...
...
src/resources/views/card/card.blade.php
View file @
9aa46e27
...
...
@@ -20,7 +20,7 @@
reSizeRem
();
}
</script>
<link
rel=
"stylesheet"
href=
"{{ asset('postcard/css/style.css?v=2021
060903
') }}"
>
<link
rel=
"stylesheet"
href=
"{{ asset('postcard/css/style.css?v=2021
1125
') }}"
>
<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>
...
...
@@ -36,11 +36,11 @@
<span
class=
"icon-red"
></span>
<div
class=
"left"
>
<div
class=
"role-avatar"
>
<img
src=
"{{ asset('postcard/images/img_border.png') }}"
class=
"img-border"
alt=
""
>
@if($jobImg == '')
<img
src=
"{{ asset('postcard/images/default_img.png') }}"
class=
"img-header"
alt=
""
>
@else
<img
src=
"{{ $jobImg }}"
class=
"img-header"
alt=
""
>
<!-- <img src="{{ $jobImg }}" class="img-header" alt=""> -->
<img
src=
"https://aldzn-ios-cdn.aldzn.cn/ucCard/images/role/14.png"
class=
"img-header"
alt=
""
>
@endif
</div>
<ul>
...
...
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