Commit 8e9a0ead1c039486aedc82071692cca05559db2d

Authored by taiyuan
1 parent bf795fd7

增加contact样式

pages/user/userinfo/userinfo.wxss
... ... @@ -662,3 +662,12 @@ input {
662 662 height: 46rpx;
663 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 +}
... ...