Commit 8e9a0ead1c039486aedc82071692cca05559db2d
1 parent
bf795fd7
增加contact样式
Showing
1 changed file
with
9 additions
and
0 deletions
pages/user/userinfo/userinfo.wxss
| @@ -662,3 +662,12 @@ input { | @@ -662,3 +662,12 @@ input { | ||
| 662 | height: 46rpx; | 662 | height: 46rpx; |
| 663 | line-height: 46rpx; | 663 | line-height: 46rpx; |
| 664 | } | 664 | } |
| 665 | + | ||
| 666 | +.contact { | ||
| 667 | + background-color: #FE6867; | ||
| 668 | + color: white; | ||
| 669 | + border-radius: 8rpx; | ||
| 670 | + padding-left: 10rpx; | ||
| 671 | + padding-right: 10rpx; | ||
| 672 | + margin-right: 20rpx; | ||
| 673 | +} |