Commit 9aa46e27 authored by liyadong's avatar liyadong

test

parent 8fd51d00
This diff is collapsed.
......@@ -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: .2rem;
padding-top: 3rem;
}
}
......@@ -142,7 +141,7 @@
.bottom {
.pa();
left: 1.5rem;
right: 1rem;
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 1rem "Arial";
font: bold .4rem "Arial";
color: @baseColor;
margin: 0
}
}
......@@ -178,7 +176,7 @@
}
.img2 {
width: .77rem;
width: .46rem;
}
}
}
......
......@@ -20,7 +20,7 @@
reSizeRem();
}
</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('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>
......
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