me.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. /* pages/me/me.wxss */
  2. .container_c{
  3. display: flex;
  4. flex-direction: column;
  5. align-items: center;
  6. justify-content: center;
  7. }
  8. .top_con{
  9. display: flex;
  10. flex-direction: row;
  11. padding: 6% 8%;
  12. width: 84%;
  13. align-items: center;
  14. background-color: #f94b0e;
  15. position: relative;
  16. }
  17. .me_bg{
  18. position: absolute;
  19. bottom: -90rpx;
  20. width: 100%;
  21. left: 0px;
  22. height: 100rpx;
  23. }
  24. .wd_img{
  25. width: 130rpx;
  26. height: 130rpx;
  27. border-radius: 50%;
  28. display: flex;
  29. align-items: center;
  30. justify-content: center;
  31. overflow: hidden;
  32. /* border: 8rpx solid #f6f6f6c7;
  33. background: rgb(255, 201, 164); */
  34. margin-right: 30rpx;
  35. }
  36. .wd_img img{
  37. display: flex;
  38. width: 200rpx;
  39. height: 200rpx;
  40. }
  41. .wd_txt{
  42. font-size: 38rpx;
  43. color: #333;
  44. }
  45. .wd_btn{
  46. position: fixed;
  47. bottom: 20%;
  48. color: #333;
  49. }
  50. .vi_inp{
  51. display: flex;
  52. flex-direction: row;
  53. height: 100rpx;
  54. line-height: 100rpx;
  55. border-bottom: 1rpx solid rgb(247, 247, 247);
  56. color: #333;
  57. font-size: 32rpx;
  58. }
  59. .vi_inp input{
  60. height: 100rpx;
  61. line-height: 100rpx;
  62. padding-left: 20rpx;
  63. }
  64. .top_txt{
  65. display: flex;
  66. flex-direction: column;
  67. }
  68. .top_txt{
  69. display: flex;
  70. flex-direction: column;
  71. color: #fff;
  72. font-size: 32rpx;
  73. }
  74. .top_txt .name{
  75. font-size: 38rpx;
  76. font-weight: 500;
  77. padding-bottom: 15rpx;
  78. }
  79. .me_tit{
  80. margin-top: 40rpx;
  81. margin:150rpx 30rpx 0rpx 30rpx;
  82. width: 92%;
  83. display: flex;
  84. flex-direction: column;
  85. }
  86. .tit_two{
  87. position: relative;
  88. width: 100%;
  89. height: 240rpx;
  90. display: flex;
  91. flex-direction: column;
  92. justify-content: center;
  93. }
  94. .tit_two .metit{
  95. width: 100%;
  96. height: 240rpx;
  97. display: block;
  98. position: absolute;
  99. z-index: -1;
  100. }
  101. .meline{
  102. height: 120rpx;
  103. align-items: center;
  104. display: flex;
  105. flex-direction: row;
  106. padding: 0px 30rpx;
  107. font-size: 32rpx;
  108. color: rgb(88, 88, 88);
  109. font-weight: 500;
  110. }
  111. .meline .iconfont{
  112. font-size: 50rpx;
  113. color: #f94b0e;
  114. margin-right: 20rpx;
  115. }
  116. .meline .icon-xiangyou{
  117. margin-left: auto;
  118. color:rgb(207, 207, 207);
  119. font-size: 40rpx;
  120. }
  121. .tit_one{
  122. position: relative;
  123. width: 100%;
  124. height: 120rpx;
  125. justify-content: center;
  126. margin-top: 30rpx;
  127. }
  128. .tit_one .metit{
  129. width: 100%;
  130. height: 120rpx;
  131. display: block;
  132. position: absolute;
  133. z-index: -1;
  134. }