person.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. .container .person {
  2. display: flex;
  3. height: 260rpx;
  4. padding: 10rpx 30rpx;
  5. justify-content: space-between;
  6. align-items: center;
  7. }
  8. .container .person .person-info {
  9. padding-left: 40rpx;
  10. }
  11. .container .person .person-info .user-name {
  12. position: relative;
  13. margin-top: 10rpx;
  14. }
  15. .container .person .person-info .user-name .next {
  16. width: 35rpx;
  17. height: 35rpx;
  18. position: absolute;
  19. right: -74rpx;
  20. top: 12rpx;
  21. z-index: -1;
  22. }
  23. .container .person .person-info .tel {
  24. margin-top: 20rpx;
  25. }
  26. .container .person .head-img {
  27. width: 180rpx;
  28. height: 180rpx;
  29. border-radius: 50%;
  30. }
  31. .container .person .head-img image {
  32. width: 180rpx;
  33. height: 180rpx;
  34. border-radius: 50%;
  35. }
  36. .container .user-login {
  37. display: flex;
  38. height: 260rpx;
  39. padding: 10rpx 30rpx;
  40. border-bottom: 1px solid #ebeef5;
  41. background-size: cover;
  42. position: relative;
  43. }
  44. .container .user-login .login-btn {
  45. background-color: transparent;
  46. height: 200px;
  47. position: absolute;
  48. line-height: 100px;
  49. top: 14%;
  50. font-weight: 400;
  51. letter-spacing: 5rpx;
  52. }
  53. .container .user-login .next {
  54. width: 50rpx;
  55. height: 50rpx;
  56. position: absolute;
  57. top: 122rpx;
  58. right: 385rpx;
  59. }
  60. .container .user-login .defult-user {
  61. width: 150rpx;
  62. height: 150rpx;
  63. position: absolute;
  64. top: 70rpx;
  65. right: 65rpx;
  66. }
  67. .container .order {
  68. display: flex;
  69. width: 100%;
  70. height: 120rpx;
  71. background-color: #fff;
  72. border-bottom: 1px solid #ebeef5;
  73. justify-content: flex-start;
  74. position: relative;
  75. }
  76. .container .order .icons {
  77. width: 40rpx;
  78. height: 40rpx;
  79. margin: 40rpx 30rpx;
  80. }
  81. .container .order .order-text {
  82. line-height: 120rpx;
  83. letter-spacing: 3rpx;
  84. }
  85. .container .order .next-gray {
  86. width: 30rpx;
  87. height: 30rpx;
  88. position: absolute;
  89. right: 30rpx;
  90. top: 45rpx;
  91. }
  92. .container .assess {
  93. display: flex;
  94. width: 100%;
  95. height: 120rpx;
  96. background-color: #fff;
  97. border-bottom: 1px solid #ebeef5;
  98. justify-content: flex-start;
  99. position: relative;
  100. }
  101. .container .assess .icons {
  102. width: 55rpx;
  103. height: 55rpx;
  104. margin: 32rpx 23rpx;
  105. }
  106. .container .assess .assess-text {
  107. line-height: 120rpx;
  108. letter-spacing: 3rpx;
  109. }
  110. .container .assess .next-gray {
  111. width: 30rpx;
  112. height: 30rpx;
  113. position: absolute;
  114. right: 30rpx;
  115. top: 45rpx;
  116. }