wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
8e9a0ead1c039486aedc82071692cca05559db2d
Authored by
taiyuan
2021-05-14 16:42:04 +0800
1 parent
bf795fd7
增加contact样式
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
pages/user/userinfo/userinfo.wxss
pages/user/userinfo/userinfo.wxss
View file @
8e9a0ea
...
...
@@ -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
+}
...
...