cantact-user.wxss 629 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .contact-w {
  2. display: flex;
  3. /* align-items: center; */
  4. padding: 27rpx 48rpx 0;
  5. box-shadow:0px -2px 8px rgba(0,0,0,0.16);
  6. width: 100%;
  7. height: 144rpx;
  8. background: #fff;
  9. }
  10. .user-info {
  11. flex: 1;
  12. font-size: 22rpx;
  13. color: #79868F;
  14. }
  15. .username {
  16. font-size: 30rpx;
  17. color: #111111;
  18. margin-top: 2rpx;
  19. }
  20. .user-type {
  21. }
  22. .avatar {
  23. width: 80rpx;
  24. height: 80rpx;
  25. margin-right: 20rpx;
  26. border-radius: 50%;
  27. }
  28. .btn {
  29. color: #fff;
  30. width: 168rpx;
  31. height: 90rpx;
  32. line-height: 90rpx;
  33. text-align: center;
  34. font-size: 30rpx;
  35. background: #1FE4DC;
  36. }
  37. .msg-btn {
  38. background: #00B4ED;
  39. margin-right: 16rpx;
  40. }