C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 line
1.2 KiB

  1. .margin {
  2. background: #f5f5f5;
  3. height: 20rpx;
  4. }
  5. .user-title {
  6. height: 186rpx;
  7. padding: 30rpx;
  8. display: flex;
  9. flex-direction: row;
  10. box-sizing: border-box;
  11. background: #FFFFFF;
  12. }
  13. .user-avatar {
  14. padding-right: 30rpx;
  15. width: 126rpx;
  16. height: 126rpx;
  17. }
  18. .user-avatar image {
  19. width: 100%;
  20. height: 100%;
  21. border-radius: 100%;
  22. }
  23. .user-phone {
  24. display: flex;
  25. justify-content: center;
  26. align-items: center;
  27. font-family: PingFangSC-Regular;
  28. font-size: 30rpx;
  29. color: #000000;
  30. letter-spacing: 0.64rpx;
  31. }
  32. .user-btns .user-btn {
  33. display: flex;
  34. height: 88rpx;
  35. font-size: 30rpx;
  36. color: #000000;
  37. line-height: 88rpx;
  38. }
  39. .user-btns .user-btn>view {
  40. flex: 1;
  41. padding: 0 32px;
  42. }
  43. .user-btns .user-btn>view:last-child {
  44. text-align: right;
  45. color: #B8B8B8;
  46. font-size: 24rpx;
  47. }
  48. .user-btns .user-btn>view:last-child .iconfont {
  49. color: #A8A8A8;
  50. font-size: 75rpx;
  51. }
  52. .user-out-btn {
  53. background-color: #fff;
  54. height: 88rpx;
  55. line-height: 88rpx;
  56. font-family: PingFangSC-Semibold;
  57. font-size: 30rpx;
  58. color: #000000;
  59. text-align: center;
  60. border-radius:0;
  61. border: none;
  62. }