Skip to content

Commit

Permalink
Some adjustments for demo.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Franslee committed Sep 15, 2015
1 parent 816443e commit 61c16d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ HTML结构

```html
<div id="scratch">
<div id="card">¥1000.00万</div>
<div id="card">¥5000000元</div>
</div>
```

Expand Down
8 changes: 4 additions & 4 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="UTF-8">
<title>lucky-card.js demo</title>
<title>lucky-card.js DEMO</title>
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, width=device-width">
<style>
html,
Expand All @@ -19,7 +19,7 @@
#card {
height: 100%;
font-weight: bold;
font-size: 36px;
font-size: 40px;
line-height: 100px;
text-align: center;
background: #FAFAFA;
Expand All @@ -38,11 +38,11 @@

<body>
<div id="scratch">
<div id="card">1000.00万</div>
<div id="card">5000000元</div>
</div>
<script>
LuckyCard.case({
ratio: .6
ratio: .7
}, function() {
alert('至于你信不信,我反正不信!');
this.clearCover();
Expand Down

0 comments on commit 61c16d6

Please sign in to comment.