pre-info.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. /* pages/pre-info/pre-info.wxss */
  2. .base{
  3. display: flex;
  4. flex-direction: column;
  5. color: #333;
  6. font-size: 14px;
  7. padding-bottom: 60rpx;
  8. }
  9. .top-container{
  10. display: flex;
  11. flex-direction: column;
  12. justify-content: center;
  13. align-items: center;
  14. height: 280rpx;
  15. background: #f37b1d
  16. }
  17. .top-img{
  18. height: 120rpx;
  19. width: 120rpx;
  20. border-radius: 50%;
  21. }
  22. .top-name{
  23. font-size: 17px;
  24. margin-top: 15rpx;
  25. color: #ffffff;
  26. font-weight: 500;
  27. }
  28. .baseinfo{
  29. display: flex;
  30. flex-direction: column;
  31. margin-top: 22rpx;
  32. padding: 20rpx 25rpx;
  33. border-top: 3rpx solid gainsboro;
  34. border-bottom: 3rpx solid gainsboro;
  35. }
  36. .baseinfo-item{
  37. display: flex;
  38. flex-direction: row;
  39. }
  40. /* 简历其他各项信息 */
  41. .otherInfo{
  42. margin-top: 22rpx;
  43. padding: 25rpx 0;
  44. background: #FFFFFF;
  45. color: #f37b1d;
  46. border: 3rpx solid #CCC;
  47. }
  48. /* 简历其他各项信息 没有填写的样式 */
  49. .otherInfo-none{
  50. display: flex;
  51. flex-direction: column;
  52. align-items: center;
  53. }
  54. /* 简历每项 教育经历 工作经历 模块*/
  55. .otherInfo-item{
  56. display: flex;
  57. flex-direction: column;
  58. padding: 0 25rpx;
  59. }
  60. /* 教育经历 工作经历第一排 */
  61. .otherInfo-item-first{
  62. display: flex;
  63. flex-direction: row;
  64. justify-content: space-between;
  65. font-size: 28rpx;
  66. }
  67. .otherInfo-item-first-left{
  68. display: flex;
  69. flex-direction: row;
  70. }
  71. .otherInfo-item-first-left-icon{
  72. width: 6rpx;
  73. background: #f37b1d;
  74. margin: 7rpx 0 5rpx 0;
  75. }
  76. .otherInfo-item-first-left-word{
  77. margin-left: 10rpx;
  78. }
  79. /* 教育经历 工作经历第二排 */
  80. .otherInfo-item-secord{
  81. width: 100%;
  82. height: 3rpx;
  83. margin-top: 13rpx;
  84. background: gainsboro;
  85. margin-bottom: 20rpx;
  86. }
  87. /* 教育经历 工作经历第三排 */
  88. .otherInfo-item-third{
  89. display: flex;
  90. flex-direction: row;
  91. justify-content: space-between;
  92. }
  93. /* 教育经历 工作经历第三排左边 */
  94. .otherInfo-item-third-left{
  95. display: flex;
  96. flex-direction: row;
  97. }
  98. /* 教育经历 工作经历第三排第一列 */
  99. .otherInfo-item-third-splicedicon{
  100. display: flex;
  101. flex-direction: column;
  102. align-items: center;
  103. }
  104. .otherInfo-item-third-splicedicon-spot{
  105. width: 13rpx;
  106. height: 13rpx;
  107. background: #f37b1d;
  108. border-radius: 50%;
  109. }
  110. .otherInfo-item-third-splicedicon-line{
  111. width: 2rpx;
  112. height: 100%;
  113. background: #D3D3D3;
  114. }
  115. /* 教育经历 工作经历第三排第二列 */
  116. .otherInfo-item-third-message{
  117. display: flex;
  118. flex-direction: column;
  119. font-size: 27rpx;
  120. color: #333;
  121. margin-left: 10rpx;
  122. position: relative;
  123. bottom: 13rpx;
  124. width: 550rpx;
  125. }
  126. .otherInfo-item-third-message-third{
  127. margin-top: 2rpx;
  128. font-size: 26rpx;
  129. color: gainsboro;
  130. }
  131. .otherInfo-item-third-message-fourth{
  132. font-size: 26rpx;
  133. color: gainsboro;
  134. word-break:break-all;
  135. display: -webkit-box;
  136. overflow: hidden;
  137. text-overflow: ellipsis;
  138. word-wrap: break-word;
  139. white-space: normal !important;
  140. -webkit-line-clamp: 3;
  141. -webkit-box-orient: vertical;
  142. }
  143. .otherInfo-item-third-right{
  144. width: 50rpx;
  145. height: 50rpx;
  146. align-self: center;
  147. }
  148. /* 简历每项 工作经历模块 */
  149. .otherInfo-item-work{
  150. display: flex;
  151. flex-direction: column;
  152. padding: 0 25rpx;
  153. }
  154. /* 填写了工作期望 */
  155. .work-expect{
  156. display: flex;
  157. flex-direction: column;
  158. font-size: 27rpx;
  159. }
  160. .work-expect-item{
  161. display: flex;
  162. flex-direction: row;
  163. color: #333 !important;
  164. }
  165. .self-item{
  166. color: #333 !important;
  167. }