person.scss 2.9 KB

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