-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(components-qa): 改进 button 动画效果展示,引入 css 属性描述文件 (#4898)
* 改进button动画效果展示,引入css属性描述文件 * 修正公共样式及button默认样式,保持与微信默认一致
- Loading branch information
Showing
2 changed files
with
100 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
.index { | ||
flex-direction: column; | ||
justify-content: center; | ||
align-items: center; | ||
} | ||
|
||
.secondary { | ||
flex-direction: column; | ||
} | ||
|
||
.plain { | ||
flex-direction: column; | ||
justify-content: center; | ||
align-items: center; | ||
} | ||
|
||
.full { | ||
flex-direction: column; | ||
justify-content: center; | ||
align-items: center; | ||
} | ||
|
||
.small { | ||
flex-direction: row; | ||
justify-content: center; | ||
align-items: center; | ||
} | ||
|
||
.taro-button-txt { | ||
text-overflow: ellipsis; | ||
color: #FFF; | ||
font-size: 36px; | ||
} | ||
|
||
.font { | ||
color: #FFF; | ||
font-size: 30px; | ||
text-align: center; | ||
} | ||
|
||
.txt { | ||
text-align: center; | ||
font-size: 30px; | ||
color: #000000; | ||
} | ||
|
||
.txt-white { | ||
text-align: center; | ||
font-size: 30px; | ||
color: #ffffff; | ||
} | ||
|
||
.txt-blue { | ||
text-align: center; | ||
font-size: 30px; | ||
color: #6190E8; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters