person.wxss 2.4 KB

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