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.

83 lines
1.4 KiB

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