|
@@ -6,6 +6,12 @@
|
|
|
@push('css')
|
|
|
<link href="{{ theme_asset('mobile/css/personal.css') }}" rel="stylesheet">
|
|
|
<link href="{{ theme_asset('mobile/css/nprogress.css') }}" rel="stylesheet">
|
|
|
+ <style>
|
|
|
+ .form-item{width:100%;background-color:
|
|
|
+ .form-item .pic{float:left;height:100%;border-bottom:1px
|
|
|
+ .form-item .tit{float:left;height:100%;border-bottom:1px
|
|
|
+ .form-item .describe{position:relative;float:left;height:100%;border-bottom:1px
|
|
|
+ </style>
|
|
|
@endpush
|
|
|
|
|
|
@push('js')
|
|
@@ -213,7 +219,7 @@
|
|
|
<div class="arrow"></div>
|
|
|
<div class="clear"></div>
|
|
|
</div>
|
|
|
- <div class="list_height plist-txt notarrow">
|
|
|
+ <div class="list_height form-item">
|
|
|
<div class="pic"></div>
|
|
|
<div class="tit font14">简历</div>
|
|
|
<div class="describe font13">
|