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

126 lines
2.0 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: 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: 30rpx;
  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. width: 36rpx;
  43. height: 36rpx;
  44. }
  45. }
  46. .phone {
  47. font-size: 24rpx;
  48. color: #fff;
  49. margin-top: 20rpx;
  50. }
  51. }
  52. }
  53. .pad {
  54. border-radius: 20rpx 20rpx 0 0;
  55. background-color: #f4f4f4;
  56. transform: translateY(-22rpx);
  57. }
  58. .ul {
  59. display: flex;
  60. width: 100%;
  61. height: 154rpx;
  62. background: #FFFFFF;
  63. border-radius: 20rpx;
  64. padding: 20rpx;
  65. transform: translateY(-60rpx);
  66. .li {
  67. flex: 1;
  68. display: flex;
  69. align-items: center;
  70. flex-direction: column;
  71. justify-content: center;
  72. .icon {
  73. width: 77rpx;
  74. height: 77rpx;
  75. }
  76. .text {
  77. font-size: 24rpx;
  78. color: #333;
  79. }
  80. }
  81. }
  82. .ul2 {
  83. background: #FFFFFF;
  84. border-radius: 20rpx;
  85. margin-top: -40rpx;
  86. padding: 4rpx 20rpx;
  87. .li2 {
  88. display: flex;
  89. height: 88rpx;
  90. display: flex;
  91. align-items: center;
  92. border-bottom: 1rpx solid #F6F7FA;
  93. &:last-child {
  94. border: none;
  95. }
  96. .icon {
  97. width: 54rpx;
  98. height: 52rpx;
  99. image {
  100. }
  101. }
  102. .text {
  103. font-size: 28rpx;
  104. color: #333;
  105. margin-left: 20rpx;
  106. }
  107. .arrowRight {
  108. width: 36rpx;
  109. height: 36rpx;
  110. margin-left: auto;
  111. }
  112. }
  113. }
  114. }