質問編集履歴
1
情報の追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -110,4 +110,12 @@
|
|
110
110
|
</button>
|
111
111
|
|
112
112
|
以下略
|
113
|
+
```
|
114
|
+
coupon.blade.php
|
115
|
+
```ここに言語を入力
|
116
|
+
<div class="position-relative d-none d-md-block" >
|
117
|
+
<span style="width:calc(100% + 20px); height:50px; position:absolute; left:-10px; top:-10px; border-top:2px solid #fb9d38; border-right:2px solid #fb9d38;" id="ajaxModal"></span>
|
118
|
+
<button onclick="download_coupon_click(this, {{$store->id}}, {{ $coupon->id }})" class="btn font-weight-bold font-18" style="border-radius: 3px; height:150px; line-height:30px; white-space:initial; min-height:70px; width:100%; background:#fb8d45; display:block;" >このクーポンを<br>使う・予約する</button>
|
119
|
+
<span style="width:calc(100% + 20px); height:50px; position:absolute; left:-10px; bottom:-10px; border-bottom:2px solid #fb9d38; border-left:2px solid #fb9d38;"></span>
|
120
|
+
</div>
|
113
121
|
```
|