Skip to content

Commit

Permalink
修正公共样式及button默认样式,保持与微信默认一致
Browse files Browse the repository at this point in the history
修复common中的公共CSS引入格式问题
  • Loading branch information
pengzhouhu committed Nov 25, 2019
1 parent e27534e commit 1bc7b79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions packages/taro-components-qa/src/common/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,24 +37,21 @@
font-size: 30px;
text-align: center;
}

.txt {
text-align: center;
width: 100%;
font-size: 30px;
color: #000000;
}

.txt-white {
text-align: center;
width: 100%;
font-size: 30px;
color: #ffffff;
}

.txt-blue {
text-align: center;
width: 100%;
font-size: 30px;
color: #6190E8;
}
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default {
text-decoration: none;
line-height: 46px;
border-radius: 7px;
border-color: lightslategray;
border: 1px solid #AFAFAF;
background-color: #F7F7F7;
}
.taro-image {
Expand Down

0 comments on commit 1bc7b79

Please sign in to comment.