洛阳学员端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

124 lines
1.9 KiB

  1. .pageBgImg {
  2. .userInfo {
  3. width: 100%;
  4. padding: 30rpx 30rpx 100rpx 30rpx;
  5. display: flex;
  6. align-items: center;
  7. .avatar {
  8. width: 120rpx;
  9. height: 120rpx;
  10. border-radius: 50%;
  11. overflow: hidden;
  12. background: #f4f4f4;
  13. image {
  14. }
  15. }
  16. .rightInfo {
  17. flex: 1;
  18. width: 0;
  19. padding-left: 20rpx;
  20. .name-row {
  21. display: flex;
  22. justify-content: space-between;
  23. .leftTxt {
  24. flex: 1;
  25. width: 0;
  26. display: flex;
  27. align-items: center;
  28. .name {
  29. font-size: 30rpx;
  30. color: #fff;
  31. font-weight: 700;
  32. }
  33. .arrowIcon {
  34. width: 36rpx;
  35. height: 36rpx;
  36. margin-left: 4rpx;
  37. }
  38. }
  39. .scanCode {
  40. width: 36rpx;
  41. height: 36rpx;
  42. }
  43. }
  44. .phone {
  45. font-size: 24rpx;
  46. color: #fff;
  47. margin-top: 20rpx;
  48. }
  49. }
  50. }
  51. .pad {
  52. border-radius: 20rpx 20rpx 0 0;
  53. background-color: #f4f4f4;
  54. transform: translateY(-22rpx);
  55. }
  56. .ul {
  57. display: flex;
  58. width: 100%;
  59. height: 154rpx;
  60. background: #FFFFFF;
  61. border-radius: 20rpx;
  62. padding: 20rpx;
  63. transform: translateY(-60rpx);
  64. .li {
  65. flex: 1;
  66. display: flex;
  67. align-items: center;
  68. flex-direction: column;
  69. justify-content: center;
  70. .icon {
  71. width: 77rpx;
  72. height: 77rpx;
  73. }
  74. .text {
  75. font-size: 24rpx;
  76. color: #333;
  77. }
  78. }
  79. }
  80. .ul2 {
  81. background: #FFFFFF;
  82. border-radius: 20rpx;
  83. margin-top: -40rpx;
  84. padding: 4rpx 20rpx;
  85. .li2 {
  86. display: flex;
  87. height: 88rpx;
  88. display: flex;
  89. align-items: center;
  90. border-bottom: 1rpx solid #F6F7FA;
  91. &:last-child {
  92. border: none;
  93. }
  94. .icon {
  95. width: 54rpx;
  96. height: 52rpx;
  97. image {
  98. }
  99. }
  100. .text {
  101. font-size: 28rpx;
  102. color: #333;
  103. margin-left: 20rpx;
  104. }
  105. .arrowRight {
  106. width: 36rpx;
  107. height: 36rpx;
  108. margin-left: auto;
  109. }
  110. }
  111. }
  112. }