Sign in

梁美英 / programming · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • programming
  • example
  • alert.html
  • 修改UI
    8c447d60
    ykxie authored
    2016-11-28 20:33:02 +0800  
    Browse Code »
alert.html 290 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Document</title>

<style>
    .tip{
        width: 360px;
        height: 340px;
        background-color: #FFF;
           
    }
</style>
</head>
<body>
    <div class="tip">
        
    </div>
</body>
</html>