Commit 9aa46e27 authored by liyadong's avatar liyadong

test

parent 8fd51d00
This diff is collapsed.
...@@ -82,11 +82,11 @@ ...@@ -82,11 +82,11 @@
} }
.role-avatar { .role-avatar {
width: 1.88rem;
height: 1.92rem;
margin: 0 auto; margin: 0 auto;
text-align: center; text-align: center;
.pr(); position: absolute;
left: 0;
top: -0.5rem;
.img-border { .img-border {
.pa(); .pa();
...@@ -97,9 +97,7 @@ ...@@ -97,9 +97,7 @@
} }
.img-header { .img-header {
width: 1.3rem; width: 4.57rem;
height: 1.3rem;
margin-top: .28rem;
display: inline-block; display: inline-block;
} }
} }
...@@ -127,8 +125,9 @@ ...@@ -127,8 +125,9 @@
.left { .left {
.fl(); .fl();
width: 50%; width: 50%;
.pr();
ul{ ul{
padding-top: .2rem; padding-top: 3rem;
} }
} }
...@@ -142,7 +141,7 @@ ...@@ -142,7 +141,7 @@
.bottom { .bottom {
.pa(); .pa();
left: 1.5rem; right: 1rem;
bottom: .45rem; bottom: .45rem;
img { img {
...@@ -151,23 +150,22 @@ ...@@ -151,23 +150,22 @@
} }
.img1 { .img1 {
width: 4.89rem; width: 2.89rem;
} }
.b-num { .b-num {
display: inline-block; display: inline-block;
vertical-align: text-bottom; vertical-align: text-bottom;
height: 1rem;
span { span {
vertical-align: middle; vertical-align: middle;
display: inline-block; display: inline-block;
height: .9rem; height: .4rem;
line-height: .9rem; line-height: .4rem;
width: .45rem;
text-align: center; text-align: center;
font: bold 1rem "Arial"; font: bold .4rem "Arial";
color: @baseColor; color: @baseColor;
margin: 0
} }
} }
...@@ -178,7 +176,7 @@ ...@@ -178,7 +176,7 @@
} }
.img2 { .img2 {
width: .77rem; width: .46rem;
} }
} }
} }
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
reSizeRem(); reSizeRem();
} }
</script> </script>
<link rel="stylesheet" href="{{ asset('postcard/css/style.css?v=2021060903') }}"> <link rel="stylesheet" href="{{ asset('postcard/css/style.css?v=20211125') }}">
<script src="{{ asset('js/jquery.2.1.3.min.js') }}"></script> <script src="{{ asset('js/jquery.2.1.3.min.js') }}"></script>
<script src="{{ asset('postcard/js/html2canvas.js') }}"></script> <script src="{{ asset('postcard/js/html2canvas.js') }}"></script>
<script src="{{ asset('js/toast.js') }}"></script> <script src="{{ asset('js/toast.js') }}"></script>
...@@ -36,11 +36,11 @@ ...@@ -36,11 +36,11 @@
<span class="icon-red"></span> <span class="icon-red"></span>
<div class="left"> <div class="left">
<div class="role-avatar"> <div class="role-avatar">
<img src="{{ asset('postcard/images/img_border.png') }}" class="img-border" alt="">
@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