OLD | NEW |
---|---|
1 <head> | |
2 <title>Stripe: Checkout</title> | |
Lei Zhang
2015/04/24 20:09:31
The stripe page is actually in a <form>.
| |
3 </head> | |
1 <div class="layoutView paymentView" style="opacity: 1; height: 291px; transition : none; -webkit-transition: none; transform: translateX(0px); overflow: inherit; "> | 4 <div class="layoutView paymentView" style="opacity: 1; height: 291px; transition : none; -webkit-transition: none; transform: translateX(0px); overflow: inherit; "> |
2 <div class="layoutSubview" style="height: 55px; transform: translateY(0px); op acity: 1; transition: none; -webkit-transition: none;"> | 5 <div class="layoutSubview" style="height: 55px; transform: translateY(0px); op acity: 1; transition: none; -webkit-transition: none;"> |
3 <div class="emailInput input"> | 6 <div class="emailInput input"> |
4 <input class="control" id="email" type="email" x-autocompletetype="email" autocompletetype="email" autocorrect="off" spellcheck="off" autocapitalize="off" placeholder="Email"><span class="spinnerContainer" style="display: none;"> | 7 <input class="control" id="email" type="email" x-autocompletetype="email" autocompletetype="email" autocorrect="off" spellcheck="off" autocapitalize="off" placeholder="Email"><span class="spinnerContainer" style="display: none;"> |
5 <div class="svgSpinner" style="width: 14px; height: 15px;"> | 8 <div class="svgSpinner" style="width: 14px; height: 15px;"> |
6 </div></span> | 9 </div></span> |
7 <div class="svg icon" style="width: 30px; height: 30px;"> | 10 <div class="svg icon" style="width: 30px; height: 30px;"> |
8 </div> | 11 </div> |
9 </div> | 12 </div> |
10 </div> | 13 </div> |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
86 </div> | 89 </div> |
87 </div> | 90 </div> |
88 </div> | 91 </div> |
89 </div> | 92 </div> |
90 </div> | 93 </div> |
91 </div> | 94 </div> |
92 </div> | 95 </div> |
93 </div> | 96 </div> |
94 </div> | 97 </div> |
95 </div> | 98 </div> |
OLD | NEW |