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
  • l7.html
Find file
Normal viewHistoryPermalink
l7.html 1.53 KB
Newer Older
dabai's avatar
footseen h5 移植
6161a8cd
 
dabai committed 4 years ago
1 2 3 4 5 6 7 8 9 10 11
<!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">
    <link rel="stylesheet" href="css/index.css">
dabai's avatar
footseen更新
96fe1e53
 
dabai committed 4 years ago
12
    <script src="../../lib/fsize.js"></script>
dabai's avatar
footseen h5 移植
6161a8cd
 
dabai committed 4 years ago
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 42 43 44 45 46
    <title>اقتراحات ومشاكل</title>
    <link rel="stylesheet" href="../../css/background.css">
</head>
<style>
     .bg{
        width: 9rem;
        margin-left: 0.5rem;
        margin-right:0.5rem;
        margin: 0 auto;
    }
    h1{
        color: #333;
        line-height: 1.3rem;
        font-size:0.45rem;
        height: 1.3rem;
        padding-top:0.3rem;
        border-bottom:0.01rem solid #F0F0F0;
        text-align: right;
    }
    .bg p{text-align: right;}
</style>
<body>
<div class="bg">
    <h1>اقتراحات ومشاكل</h1>
    <p style="line-height: 0.7rem;font-size: 0.38rem;color: #333;margin-top: 0.2rem;">مرحبا بكم. اذا توجد أي مشكلة، يرجى اتصال بنا.</p>
    <br>
    <p style="line-height: 0.7rem;font-size: 0.38rem;color: #333;margin-top: 0.2rem;">Whatsapp:+86 18898604072</p>
    <p style="line-height: 0.7rem;font-size: 0.38rem;color: #333;margin-top: 0.2rem;">Email:aqiu@yazhai.co</p>
</div>

</body>


</html>