mine.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. /* pages/mine/mine.wxss */
  2. .basemine{
  3. height: 100vh;
  4. background: #F5F5F5;
  5. }
  6. .headcolor{
  7. background: #f37b1d;
  8. height: 270rpx;
  9. padding-top: 50rpx;
  10. }
  11. .avatar-bg{
  12. margin-left: 30rpx;
  13. }
  14. .head-name{
  15. display: flex;
  16. flex-direction: row
  17. }
  18. .name-isverify{
  19. display: flex;
  20. flex-direction: column;
  21. margin-left: 45rpx;
  22. color: #FFFFFF;
  23. }
  24. .name{
  25. font-size: 40rpx;
  26. }
  27. .isverify{
  28. font-size: 14px;
  29. margin-top: 15rpx;
  30. }
  31. .head-tips{
  32. font-size: 14px;
  33. margin-top: 10rpx
  34. }
  35. /* 我的简历 */
  36. .myresume{
  37. padding-top: 45rpx;
  38. padding-bottom: 40rpx;
  39. display: flex;
  40. justify-content: space-between;
  41. background: #FFFFFF;
  42. }
  43. .myresume-left{
  44. display: flex;
  45. flex-direction: column;
  46. margin-left: 15rpx;
  47. }
  48. .myresume-left-tittle{
  49. display: flex;
  50. flex-direction: row;
  51. }
  52. .myresume-left-tittle-icon{
  53. width: 6rpx;
  54. background: #f37b1d;
  55. }
  56. .myresume-left-tittle-word{
  57. margin-left: 10rpx;
  58. font-size: 17px;
  59. }
  60. .myresume-left-tips{
  61. margin-top: 20rpx;
  62. color: #D3D3D3;
  63. font-size: 13px;
  64. margin-left: 15rpx;
  65. }
  66. .myresume-left-button{
  67. margin-top: 20rpx;
  68. margin-left: 15rpx;
  69. width: 90rpx;
  70. }
  71. .myresume-right{
  72. display: flex;
  73. flex-direction: column;
  74. justify-content: center;
  75. margin-right: 20rpx;
  76. font-size: 30px;
  77. color: #f37b1d;
  78. }
  79. /* 报名跟踪 */
  80. .tracking{
  81. margin-top: 20rpx;
  82. display: flex;
  83. flex-direction: column;
  84. background: #FFFFFF;
  85. padding-top: 45rpx;
  86. padding-bottom: 40rpx;
  87. }
  88. .tracking-tittle{
  89. display: flex;
  90. flex-direction: row;
  91. margin-left: 15rpx;
  92. }
  93. .tracking-tittle-icon{
  94. width: 6rpx;
  95. background: #f37b1d;
  96. }
  97. .tracking-tittle-word{
  98. margin-left: 10rpx;
  99. font-size: 17px;
  100. }
  101. .tracking-list{
  102. display: flex;
  103. flex-direction: row;
  104. margin-top: 15rpx;
  105. /* justify-content: center; */
  106. }
  107. .tracking-list-item{
  108. display: flex;
  109. flex-direction: column;
  110. justify-content: space-between;
  111. align-items: center;
  112. flex-grow: 1;
  113. }
  114. .tracking-list-item-number{
  115. font-size: 32px;
  116. color: #D3D3D3;
  117. }
  118. .tracking-list-item-tittle{
  119. font-size: 16px;
  120. }
  121. .tracking-list-item-line{
  122. width:3rpx;
  123. background: gainsboro;
  124. }
  125. /* 其他选项列表 */
  126. .otherlistitems{
  127. margin-top: 20rpx;
  128. display: flex;
  129. flex-direction: column;
  130. background: #FFFFFF;
  131. padding-left: 30rpx;
  132. }
  133. .otherlistitems-item{
  134. display: flex;
  135. justify-content: space-between;
  136. margin-top: 13rpx;
  137. margin-bottom: 15rpx;
  138. }
  139. .otherlistitems-item-left{
  140. display: flex;
  141. flex-direction: row;
  142. align-items: center;
  143. font-size: 15px;
  144. color: #2c2c2c;
  145. }
  146. .otherlistitems-item-left-icon{
  147. width: 50rpx;
  148. height: 50rpx;
  149. }
  150. .otherlistitems-item-left-word{
  151. margin-left: 10rpx;
  152. }
  153. .otherlistitems-item-right{
  154. display: flex;
  155. flex-direction: row;
  156. align-items: center;
  157. font-size: 13px;
  158. color: gainsboro;
  159. margin-right: 25rpx;
  160. }
  161. .otherlistitems-item-right-icon{
  162. margin-left: 10rpx;
  163. width: 40rpx;
  164. height: 40rpx;
  165. }
  166. .otherlistitems-item-line{
  167. height: 3rpx;
  168. width: 100%;
  169. background: gainsboro;
  170. }
  171. /* 退出并解绑 */
  172. .exit-line{
  173. height: 20rpx;
  174. width: 100%;
  175. background: #F5F5F5;
  176. }
  177. .exit{
  178. display: flex;
  179. justify-content: center;
  180. background: #FFFFFF;
  181. height: 100rpx;
  182. padding-top: 30rpx;
  183. font-size: 15px;
  184. }
  185. .bottom-tips{
  186. font-size: 13px;
  187. margin-top: 30rpx;
  188. display: flex;
  189. justify-content: center;
  190. color: gainsboro;
  191. }