Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
Yajon committed Sep 9, 2022
1 parent 558512b commit 082e219
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 15 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@

**Demo示例:**[在线演示](https://guoyanjun.top/donate-page/)

**样式一**
**样式一** [翻转卡片](https://guoyanjun.top/donate-page/sample1/index.html)

[翻转卡片](https://guoyanjun.top/donate-page/sample1/index.html)
![GIF动态效果图1](https://upload-images.jianshu.io/upload_images/1819713-518ef42c3301b2fa.gif?imageMogr2/auto-orient/strip%7CimageView2/2/w/420/format/webp)

**样式二**
[打赏咖啡](https://guoyanjun.top/donate-page/sample2/index.html)
![GIF动态效果图2](https://tva1.sinaimg.cn/large/eb90989fly1h60b03xgmog20af05t4ia.gif)
**样式二** [打赏咖啡](https://guoyanjun.top/donate-page/sample2/index.html)

![GIF动态效果图2](https://upload-images.jianshu.io/upload_images/1819713-e79a16e2bff907d4.GIF?imageMogr2/auto-orient/strip)

### License

Released under the MIT license.
Released under the MIT license.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ <h3 style="text-align: center;">样式示例</h1>
</div>
<div style="margin: 20px 10% 0 10%;">
<img style="width: 100% !important; height: auto !important;" src="https://camo.githubusercontent.com/0fa3918e4fb44da55b92e7088472b04226ec9c07b3a8b550a9bf2ab5161edb09/68747470733a2f2f75706c6f61642d696d616765732e6a69616e7368752e696f2f75706c6f61645f696d616765732f313831393731332d353138656634326333333031623266612e6769663f696d6167654d6f6772322f6175746f2d6f7269656e742f7374726970253743696d61676556696577322f322f772f3432302f666f726d61742f77656270">
<img style="width: 100% !important; height: auto !important;" src="https://i.postimg.cc/Bn0pZ3G7/2022-09-08-at-1-31-PM.gif">
<img style="width: 100% !important; height: auto !important;" src="https://tva1.sinaimg.cn/large/eb90989fly1h60b03xgmog20af05t4ia.gif">
</div>
<div class="weui-c-tools">
<a href="https://guoyanjun.top">一月筠</a>
Expand Down
8 changes: 2 additions & 6 deletions sample1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@

![GIF动态效果图](https://upload-images.jianshu.io/upload_images/1819713-518ef42c3301b2fa.gif?imageMogr2/auto-orient/strip%7CimageView2/2/w/420/format/webp)

<!--**bitcoin按钮样式GitHub地址:**[donate-page](https://github.com/Kaiyuan/donate-page)
**bitcoin按钮样式在线演示:**[Example](https://kaiyuan.github.io/donate-page/simple/)-->

#### 设置PayPal账户

```
Expand All @@ -22,14 +18,14 @@
> 针对不同项目可以直接在 URL 加入项目参数和金额,不过仅仅作用于 PayPal 方式
```
https://cdn.rawgit.com/TinyJay/donate-page/6fe4f885/simple/?item='donate-page&price=2'
https://guoyanjun.top/donate-page/sample1/index.html?item='donate-page&price=2'
```

#### iframe引入
> 使用 `iframe` 嵌入页面的代码,高度至少 `240px`,宽度至少 `310px`
```
<iframe src="https://rawcdn.githack.com/TinyJay/donate-page/51aaf216f048b8e6d5ce01443a32be930b91869d/simple/index.html" style="overflow-x:hidden;overflow-y:hidden; border:0xp none #fff; min-height:240px; width:100%;" frameborder="0" scrolling="no"></iframe>
<iframe src="https://guoyanjun.top/donate-page/sample1/index.html" style="overflow-x:hidden;overflow-y:hidden; border:0xp none #fff; min-height:240px; width:100%;" frameborder="0" scrolling="no"></iframe>
```

### License
Expand Down
4 changes: 2 additions & 2 deletions sample2/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Donate-Page simple

![Donate Page Drinks](https://upload-images.jianshu.io/upload_images/1819713-8b8beb2dd29c74e5.gif?imageMogr2/auto-orient/strip)
![Donate Page Drinks](https://upload-images.jianshu.io/upload_images/1819713-e79a16e2bff907d4.GIF?imageMogr2/auto-orient/strip)

Chinese Font: [汉仪晨妹子](http://www.hanyi.com.cn/productdetail.php?id=610)

Expand All @@ -17,7 +17,7 @@ Chinese Font: [汉仪晨妹子](http://www.hanyi.com.cn/productdetail.php?id=610
## 使用 `iframe` 嵌入页面的代码,高度至少 `240px`,宽度至少 `310px`

```html
<iframe src="https://tinyjay.github.io/donate-page/donate-page/sample2/index.html" style="overflow-x:hidden;overflow-y:hidden; border:0xp none #fff; min-height:240px; width:100%;" frameborder="0" scrolling="no"></iframe>
<iframe src="https://guoyanjun.top/donate-page/sample2/index.html" style="overflow-x:hidden;overflow-y:hidden; border:0xp none #fff; min-height:240px; width:100%;" frameborder="0" scrolling="no"></iframe>
```

### Code License
Expand Down

0 comments on commit 082e219

Please sign in to comment.