This commit is contained in:
2021-12-31 13:27:44 +08:00
parent e7bc96121a
commit 4fe3e9b6c6
4 changed files with 9 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ class IndexController extends AdminController
protected $title = '简历管理'; protected $title = '简历管理';
public function grid() public function grid(): Grid
{ {
$grid = new Grid(new Resume()); $grid = new Grid(new Resume());
$grid->model()->orderBy('id', 'desc'); $grid->model()->orderBy('id', 'desc');

View File

@@ -449,15 +449,16 @@ img {max-width: 100%;}
.tdrcList-label li a {width: 100%;overflow: hidden;font-size: 16px;line-height: 1.4;color: #333;padding: 0 0 0 18px;text-overflow: ellipsis;white-space: nowrap;display: block;position: relative;} .tdrcList-label li a {width: 100%;overflow: hidden;font-size: 16px;line-height: 1.4;color: #333;padding: 0 0 0 18px;text-overflow: ellipsis;white-space: nowrap;display: block;position: relative;}
.tdrcList-label li a::after{content: '';position: absolute;left: 0;top: 7px;width: 6px;height: 6px;background-color: #fe904f;border-radius: 3px;} .tdrcList-label li a::after{content: '';position: absolute;left: 0;top: 7px;width: 6px;height: 6px;background-color: #fe904f;border-radius: 3px;}
.tdrcTop{overflow: hidden;margin: 20px 0; border-radius: 5px;background: #f4f8fe;padding: 20px; box-sizing: border-box; position: relative;} .tdrcTop{overflow: hidden;margin: 20px 0; display: flex; border-radius: 5px;background: #f4f8fe;padding: 20px; box-sizing: border-box; position: relative;}
.tdrcBrief{width: calc(100% - 200px);} .tdrcBrief{width: calc(100% - 200px); margin-right: 30px;}
.tdrcBrief-name {border-bottom: 1px solid #dce3ef;font-weight: 700;font-size: 22px; margin-bottom: 20px; width: calc(100% - 200px)} .tdrcBrief-name {border-bottom: 1px solid #dce3ef;font-weight: 700;font-size: 22px; margin-bottom: 20px;}
.tdrcBrief-name span {position: relative;display: inline-block;padding-bottom: 10px; } .tdrcBrief-name span {position: relative;display: inline-block;padding-bottom: 10px; }
.tdrcBrief-name span::after{content: '';position: absolute;left: 0;bottom: 0; width: 100%;height: 4px;background-color: #203175;} .tdrcBrief-name span::after{content: '';position: absolute;left: 0;bottom: 0; width: 100%;height: 4px;background-color: #203175;}
.tdrcCont-label {margin-bottom: 30px;} .tdrcCont-label {margin-bottom: 30px;}
.tdrcBrief-label li {line-height: 30px; color: #203175; display: flex;} .tdrcBrief-label li {line-height: 30px; color: #203175; display: flex;}
.tdrcBrief-label li>span {display: inline-block;color: #000; width: 100px; text-align: right; font-weight: 600; margin-right: 20px;} .tdrcBrief-label li>span {display: inline-block;color: #000; width: 100px; text-align: right; font-weight: 600; margin-right: 20px;}
.tdrcBrief-label li>p {width: calc(100% - 120px);} .tdrcBrief-label li>p {width: calc(100% - 200px);}
.tdrcImg {width: 170px; padding-top: 28%; position: absolute; overflow: hidden; top: 30px; right: 20px;} .tdrc {width: 170px; height: 200px;}
.tdrcImg {width: 170px; padding-top: 120%; position: relative; overflow: hidden;}
.tdrcCont-title {background: #f4f8fe; line-height: 44px; border-left: #203175 6px solid; padding-left: 15px; font-weight: 700;font-size: 18px; color: #203175; margin-bottom: 20px;} .tdrcCont-title {background: #f4f8fe; line-height: 44px; border-left: #203175 6px solid; padding-left: 15px; font-weight: 700;font-size: 18px; color: #203175; margin-bottom: 20px;}
.tdrcCont-text {font-size: 16px; line-height: 32px;} .tdrcCont-text {font-size: 16px; line-height: 32px;}

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

View File

@@ -20,7 +20,8 @@
{{-- 查看更多>>--}} {{-- 查看更多>>--}}
{{-- </a>--}} {{-- </a>--}}
</div> </div>
<div class="organCont"> <img src="/assets/index/images/najgImg.png" style="margin-top: 20px"/>
<div class="organCont" style="display: none;">
@if (getCateChild(13)->isNotEmpty()) @if (getCateChild(13)->isNotEmpty())
@foreach (getCateChild(13) as $cate) @foreach (getCateChild(13) as $cate)
<div class="organLabel"> <div class="organLabel">