| xqd
@@ -23,10 +23,8 @@
|
|
|
">
|
|
|
<p style="font-size: 17px; padding: 0 10px">{{$dream->name}}</p>
|
|
|
<div style="border-bottom: 1px solid #DEDEDE">
|
|
|
- <p id="about" style="font-size: 13px; padding: 0 10px; color: #919191;white-space: nowrap">
|
|
|
- {{--{!! $dream->about !!}--}}
|
|
|
- {{str_replace('<br/>','/n',$dream->about)}}
|
|
|
- {{--{{mb_substr($dream->about,0,8)}} ...--}}
|
|
|
+ <p id="about" style="font-size: 13px; padding: 0 10px; color: #919191;white-space: nowrap;overflow:hidden;text-overflow:ellipsis">
|
|
|
+ {{$dream->about}}
|
|
|
</p>
|
|
|
<p style="text-align: center">
|
|
|
<img src="/base/img/down.svg" alt="" id="down">
|