diff --git a/pages/user/userinfo/userinfo.wxss b/pages/user/userinfo/userinfo.wxss index 6b11ea0..7e4132f 100644 --- a/pages/user/userinfo/userinfo.wxss +++ b/pages/user/userinfo/userinfo.wxss @@ -662,3 +662,12 @@ input { height: 46rpx; line-height: 46rpx; } + +.contact { + background-color: #FE6867; + color: white; + border-radius: 8rpx; + padding-left: 10rpx; + padding-right: 10rpx; + margin-right: 20rpx; +}