react-flip-clock
Advanced tools
Comparing version 1.0.3 to 1.0.4
import React from 'react' | ||
import { render } from 'react-dom' | ||
import Clock from 'react-flip-clock' | ||
// import Clock from '../lib/index.js' | ||
@@ -5,0 +6,0 @@ const Index = () => { |
@@ -5,3 +5,3 @@ { | ||
"email": "876029169@qq.com", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "react 翻页时钟计时器插件", | ||
@@ -8,0 +8,0 @@ "author": "xiaxiangfeng", |
# react 翻页时钟计时器 | ||
> 基于react开发的一个翻页动画效果非常漂亮的计时器 | ||
> 基于react开发的一个翻页动画效果非常漂亮的计时器。 | ||
预览地址:http://xiaxiangfeng.github.io/flip-clock/index.html | ||
@@ -33,2 +34,20 @@ | ||
### 自定义样式 | ||
#### 编写样式覆盖即可 | ||
``` css | ||
/*宽高*/ | ||
.flip-clock-wrapper ul { | ||
width: 60px; | ||
height: 90px; | ||
} | ||
/*背景颜色、字体大小*/ | ||
.flip-clock-wrapper .inn { | ||
background-color: #502d2d; | ||
font-size: 70px; | ||
} | ||
``` | ||
## Build Setup | ||
@@ -35,0 +54,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
60040
1218
73