洛阳学员端
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.

129 lines
2.0 KiB

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