fix home page sinema

This commit is contained in:
merdan 2019-12-23 16:02:07 +05:00
parent 106adf090a
commit bc1f44b8cc
2 changed files with 3 additions and 9 deletions

View File

@ -17,10 +17,6 @@
</svg>
{{__('ClientSide.share')}}</a>
<a href="" class="like">
{{--<svg class="Shape_A26_Path_4" viewBox="0 0 34 30" fill="#ffffff" width="35px">--}}
{{--<path id="Shape_A26_Path_4" d="M 17 5.624999523162842 C 15.7344446182251 2.377499580383301 12.18900012969971 0 8.5 0 C 3.696555614471436 0 0 3.622499465942383 0 8.437499046325684 C 0 15.05437183380127 7.164555549621582 20.1712474822998 17 30 C 26.8354434967041 20.1712474822998 34 15.05437183380127 34 8.437499046325684 C 34 3.622499465942383 30.30344581604004 0 25.5 0 C 21.80722236633301 0 18.26555633544922 2.377499580383301 17 5.624999523162842 Z">--}}
{{--</path>--}}
{{--</svg>--}}
<i class="fa fa-eye"></i>
{{$event->views}} {{__("ClientSide.views")}}</a>
<div class="buy-btn-wrap">

View File

@ -25,9 +25,9 @@
</div>
<div class="col-12 p-0 it-detail" style="padding-left: 10px !important;">
@if($event->images->count())
<imgg style="display: block; background-image: url({{config('attendize.cdn_url_user_assets').'/'.$event->images->first()['image_path']}}); background-position: center center; background-size: cover; padding-top: 30.4223%; width: 24.2161%; border-radius: 0" class="details-image" alt="{{$event->title}}" property="image"></imgg>
<button style="width: 24.2161%; clear: left; background-color: rgb(212, 61, 52); color: #ffffff; border: none; height: 41.6px; border-radius: 5px; float: left">Купить билет</button>
{{--<img src="assets/assets/img/teator/tall6.png" style="width: 450px" class="details-image">--}}
<img style="display: block; background-image: url({{config('attendize.cdn_url_user_assets').'/'.$event->images->first()['image_path']}}); background-position: center center; background-size: cover; padding-top: 30.4223%; width: 24.2161%; border-radius: 0" class="details-image" alt="{{$event->title}}" property="image">
{{-- <button style="width: 24.2161%; clear: left; background-color: rgb(212, 61, 52); color: #ffffff; border: none; height: 41.6px; border-radius: 5px; float: left">Купить билет</button>--}}
@endif
{!! Markdown::parse($event->description) !!}
<b>{{$event->organiser->name}}</b> @lang("Public_ViewEvent.presents")
@ -59,9 +59,7 @@
<section id="location" class="container p0" style="margin-bottom: 50px">
<div class="row">
<div class="col-md-12">
<div class="google-maps content" id="map" style="height: 250px">
</div>
</div>
</div>