person.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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. position: absolute;
  47. line-height: 100px;
  48. top: 14%;
  49. font-weight: 400;
  50. letter-spacing: 5rpx;
  51. line-height: 88px;
  52. text-align: left;
  53. }
  54. .container .user-login .next {
  55. width: 50rpx;
  56. height: 50rpx;
  57. position: absolute;
  58. top: 122rpx;
  59. right: 385rpx;
  60. }
  61. .container .user-login .defult-user {
  62. width: 150rpx;
  63. height: 150rpx;
  64. position: absolute;
  65. top: 70rpx;
  66. right: 65rpx;
  67. }
  68. .container .order {
  69. display: flex;
  70. width: 100%;
  71. height: 120rpx;
  72. background-color: #fff;
  73. border-bottom: 1px solid #ebeef5;
  74. justify-content: flex-start;
  75. position: relative;
  76. }
  77. .container .order .icons {
  78. width: 55rpx;
  79. height: 55rpx;
  80. margin: 32rpx 23rpx;
  81. }
  82. .container .order .order-text {
  83. line-height: 120rpx;
  84. letter-spacing: 3rpx;
  85. }
  86. .container .order .next-gray {
  87. width: 30rpx;
  88. height: 30rpx;
  89. position: absolute;
  90. right: 30rpx;
  91. top: 45rpx;
  92. }
  93. .container .assess {
  94. display: flex;
  95. width: 100%;
  96. height: 120rpx;
  97. background-color: #fff;
  98. border-bottom: 1px solid #ebeef5;
  99. justify-content: flex-start;
  100. position: relative;
  101. }
  102. .container .assess .icons {
  103. width: 55rpx;
  104. height: 55rpx;
  105. margin: 32rpx 23rpx;
  106. }
  107. .container .assess .assess-text {
  108. line-height: 120rpx;
  109. letter-spacing: 3rpx;
  110. }
  111. .container .assess .next-gray {
  112. width: 30rpx;
  113. height: 30rpx;
  114. position: absolute;
  115. right: 30rpx;
  116. top: 45rpx;
  117. }