<!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"> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="0" /> <meta content="telephone=no" name="format-detection"> <script src="../lib/fsize.js"></script> <script src="../lib/jquery-3.1.1.min.js"></script> <title>儲值調整公告</title> <link rel="stylesheet" href="../css/base.css"> <style type="text/css"> body{ background: #0F0E2D; } .main{ width: 10rem; height: 22.013rem; position: relative; font-size: 0; margin: 0 auto; background: url(../images/desc2.png) no-repeat; background-size: 100% 100%; } .main img{ width: 10rem; } </style> </head> <body> <div class="main"></div> </body> </html>