Commit 0943c6d3 by halweg

fix : ios弹窗close button不显示bug

parent 6bc1fdf7
......@@ -4,6 +4,11 @@
*/
?>
<style>
.joshine-close {
position: unset;
height: initial;
}
.coupon-input-errorMsg {
height: 12px;
font-size: 12px;
......@@ -84,14 +89,20 @@
font-weight: 500;
}
.coupon-alt-input-left input {
height: 90%;
font-size: initial;
line-height: initial;
}
</style>
<div class="joshine-model-warp" id="coupon-subscribe-alert" style="display: none;">
<div class="joshine-mask"></div>
<div class="j-modal j-modal-vertical">
<div class="j-modal-dialog j-modal-fluid">
<div class="j-modal-content">
<div class="j-modal-header">
<span class="joshine-close" id="coupon-alert-close" style="z-index: 1001;">
<div class="j-modal-header" style="padding: 10px;">
<span class="joshine-close joshine-pull-right" id="coupon-alert-close">
<svg t="1678760827915" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2762" width="200" height="200"><path d="M579.888 512l190.064-190.064a48 48 0 0 0-67.888-67.872L512 444.112 321.936 254.064a48 48 0 1 0-67.872 67.872L444.112 512 254.064 702.064a48 48 0 1 0 67.872 67.872L512 579.888l190.064 190.064a48 48 0 0 0 67.872-67.888L579.888 512z" fill="#000000" p-id="2763" data-spm-anchor-id="a313x.7781069.0.i3" class="selected"></path></svg>
</span>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment