Commit e635d980a7064f9923dcdc42a8a7e14b683e5be7

Authored by taiyuan
1 parent bf795fd7

userinfo.wxss增加.contact

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 +}