upgrade 优化卡支付表单

master
AlanFenng 5 years ago
parent c857f05dbb
commit 60a5178c96

@ -153,3 +153,25 @@ section.content {
display: none;
}
}
@media (min-width: 768px) {
.dl-horizontal dd {
margin-left: 180px;
line-height: 32px;
}
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
overflow: hidden;
clear: left;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 32px;
}
}

@ -23,6 +23,7 @@ section.content {
display: block;
margin: 40px auto;
background: #fff;
border-radius: 10px;
overflow: visible;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
}

@ -22,7 +22,8 @@ $(function () {
cardFrame.frameStyle = {
width: '100%',
height: '400px',
border: 'none'
border: 'none',
borderRadius: '10px'
};
cardFrame.onError = function (msg) {
$('#errorMsgBox').text(msg).show();

Loading…
Cancel
Save