質問編集履歴

1

情報の追記

2021/03/13 10:13

投稿

Jojostyle
Jojostyle

スコア11

test CHANGED
File without changes
test CHANGED
@@ -223,3 +223,19 @@
223
223
  以下略
224
224
 
225
225
  ```
226
+
227
+ coupon.blade.php
228
+
229
+ ```ここに言語を入力
230
+
231
+ <div class="position-relative d-none d-md-block" >
232
+
233
+ <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>
234
+
235
+ <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>
236
+
237
+ <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>
238
+
239
+ </div>
240
+
241
+ ```