person.wxss 2.1 KB

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