Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / footsen

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • footsen
  • footseen
  • Nesting
  • help
  • paypalExplain.html
Find file
BlameHistoryPermalink
  • dabai's avatar
    footseen更新 · 96fe1e53
    dabai committed 4 years ago
    96fe1e53
paypalExplain.html 2.03 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
    <meta content="telephone=no" name="format-detection">
    <meta name="wap-font-scale" content="no">
    <link rel="stylesheet" href="css/base.css">
     <script src="../../lib/fsize.js"></script>
    <title>paypal提現說明</title>
</head>
<style>
    .paypalExplain {
      width: 10rem;
      height: 51.2rem;
      background: url(images/paypalExplain-bg.png) no-repeat;
      background-size: 100% 100%;
      margin: 0 auto;
      position: relative;
    }
    a {
      display: block;
      position: absolute;
      height: 0.47rem;
    }
</style>
<body>
  <div class="paypalExplain">
    <a href="https://www.paypal.com/paypal" style="width:5.6rem;top: 11.9rem;left: 2.6rem;"></a>  <!-- paypal官網註冊paypal賬號 -->
    <a href="https://www.paypal.com/tw/smarthelp/home" style="width:0.6rem;top: 16rem;left: 7.6rem;"></a> <!-- paypal客服中心 -->
    <a href="https://www.paypal.com/tw/smarthelp/home" style="width:4.2rem;top: 16.6rem;left: 1.8rem;"></a> <!-- paypal客服中心 -->
    <a href="https://www.esunbank.com.tw/bank/personal" style="width:0.6rem;top: 21.1rem;right: 1.6rem;"></a> <!-- 玉山銀行網頁 -->
    <a href="https://www.esunbank.com.tw/bank/personal" style="width:2rem;top: 21.75rem;left: 1.8rem;"></a>  <!-- 玉山銀行網頁 -->
    <a href="https://www.esunbank.com.tw/bank/personal" style="width:1.6rem;top: 25.2rem;right: 1.6rem;"></a>  <!-- 至玉山銀行網頁預約 -->
    <a href="https://www.esunbank.com.tw/bank/personal" style="width:2.3rem;top: 25.9rem;left: 1.8rem;"></a>  <!-- 至玉山銀行網頁預約 -->
    <a href="https://www.paypal.com/hk/webapps/mpp/ua/useragreement-full?locale.x=zh_HK#exhibit_A" style="width:4.4rem;top: 39.95rem;left: 2.7rem;"></a>
  </div>
</body>
</html>