Commit c670a893 by agan

xg

parent eb3a8118
Showing with 12 additions and 3 deletions
...@@ -277,7 +277,7 @@ ...@@ -277,7 +277,7 @@
} }
/* 暂时屏蔽visa */ /* 暂时屏蔽visa */
.newvisapay{ .newvisapay {
display: none !important; display: none !important;
} }
...@@ -311,16 +311,25 @@ ...@@ -311,16 +311,25 @@
display: block; display: block;
} }
.apple-ul .payermax img{ .apple-ul .payermax img {
width: auto; width: auto;
height: 0.6rem; height: 0.6rem;
} }
.payermax {
display: none;
}
.visapay {
display: none;
}
</style> </style>
</head> </head>
<body> <body>
<div class="mHead"> <div class="mHead">
<div class="closeBtn"><a class="mClose" href="javascript:window.opener=null;window.open('','_self');window.close();">關閉</a> <div class="closeBtn"><a class="mClose"
href="javascript:window.opener=null;window.open('','_self');window.close();">關閉</a>
</div> </div>
</div> </div>
<div class="p-w"> <div class="p-w">
......
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 sign in to comment