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
826e1156
Commit
826e1156
authored
Nov 25, 2021
by
liyadong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
游戏角色
parent
ed751231
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
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
+2
-2
src/resources/views/card/card.blade.php
src/resources/views/card/card.blade.php
+1
-2
No files found.
src/public/static/postcard/css/style.css
View file @
826e1156
This diff is collapsed.
Click to expand it.
src/public/static/postcard/css/style.less
View file @
826e1156
...
...
@@ -73,7 +73,7 @@
.icon-red {
.pa();
right: .6rem;
bottom: .
4
rem;
bottom: .
7
rem;
z-index: 1;
width: 1.25rem;
height: 1.25rem;
...
...
@@ -142,7 +142,7 @@
.bottom {
.pa();
right: 1rem;
bottom: .
4
5rem;
bottom: .
6
5rem;
img {
display: inline-block;
...
...
src/resources/views/card/card.blade.php
View file @
826e1156
...
...
@@ -39,8 +39,7 @@
@if($jobImg == '')
<img
src=
"{{ asset('postcard/images/default_img.png') }}"
class=
"img-header"
alt=
""
>
@else
<!-- <img src="{{ $jobImg }}" class="img-header" alt=""> -->
<img
src=
"https://aldzn-ios-cdn.aldzn.cn/ucCard/images/role/14.png"
class=
"img-header"
alt=
""
>
<img
src=
"{{ $jobImg }}"
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