2、前端代码:
use \Illuminate\Support\Facades\Input;
?>
#footers{
width:100%;
height:6rem;
background:#fff;
position:fixed;
left:0;
bottom: -.2rem;
margin:auto;
}
.footers_top{
width:100%;
height:.9rem;
text-align:center;
line-height:.9rem;
background:#fff;
position:relative;
display:flex;
justify-content:center;
align-items:center;
}
.footers_top span{
font-family:"PingFang-SC-Regular";
font-size:.34rem;
color:#333333;
}
.footers_top .no_icon{
width:.22rem;
height:.22rem;
position:absolute;
right:.3rem;
top:0;
bottom:0;
margin:auto;
}
.footers_top .no_icon img{
display:block;
width:100%;
}
.mark fade{
width:100%;
height:100%;
}
.Popup {
display:none;
width:100%;
height:6rem;
background:#fff;
position:fixed;
left:0;
right:0;
bottom:0;
margin:auto;
z-index:999;
padding:.9rem .3rem 0rem;
box-sizing:border-box;
}
.Popup .footers_top{
position:absolute;
top:0;
left:0;
margin:auto;
border-bottom:1px solid #e3e3e3;
background:#fff;
}
.Popup .footers_top .no_icon{
right:.3rem;
}
.Popup .StripeElement {
background-color:white;
height:40px;
padding:10px 12px;
border-radius:4px;
border:1px solid transparent;
box-shadow:0 1px 3px 0 #e6ebf1;
-webkit-transition:box-shadow 150ms ease;
transition:box-shadow 150ms ease;
}
.Popup .StripeElement--focus {
box-shadow:0 1px 3px 0 #cfd7df;
}
.Popup .StripeElement--invalid {
border-color:#fa755a;
}
.Popup .StripeElement--webkit-autofill {
background-color:#fefde5 !important;
}
.Popup .StripeElement {
background-color:white;
height:40px;
padding:10px 12px;
border-radius:4px;
border:1px solid transparent;
box-shadow:0px 0px 3px 1px #e6ebf1;
-webkit-transition:box-shadow 150ms ease;
transition:box-shadow 150ms ease;
}