Commit 826e1156 authored by liyadong's avatar liyadong

游戏角色

parent ed751231
This diff is collapsed.
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
.icon-red { .icon-red {
.pa(); .pa();
right: .6rem; right: .6rem;
bottom: .4rem; bottom: .7rem;
z-index: 1; z-index: 1;
width: 1.25rem; width: 1.25rem;
height: 1.25rem; height: 1.25rem;
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
.bottom { .bottom {
.pa(); .pa();
right: 1rem; right: 1rem;
bottom: .45rem; bottom: .65rem;
img { img {
display: inline-block; display: inline-block;
......
...@@ -39,8 +39,7 @@ ...@@ -39,8 +39,7 @@
@if($jobImg == '') @if($jobImg == '')
<img src="{{ asset('postcard/images/default_img.png') }}" class="img-header" alt=""> <img src="{{ asset('postcard/images/default_img.png') }}" class="img-header" alt="">
@else @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 @endif
</div> </div>
<ul> <ul>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment