jobfairdetail.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. /* pages/job/detailPage.wxss */
  2. page{
  3. background: #f4f4f4;
  4. }
  5. .containers {
  6. height: 100%;
  7. padding-bottom: 120rpx;
  8. flex-direction: column;
  9. justify-content: space-between;
  10. box-sizing: border-box;
  11. }
  12. .loginTop{
  13. width: 100%;
  14. height: 100rpx;
  15. text-align: center;
  16. background: #2577e3;
  17. line-height: 100rpx;
  18. color: #fff;
  19. }
  20. .loginTopC{
  21. width:20%;
  22. padding-left: 5%;
  23. font-size:1em;
  24. height: 100rpx;
  25. float: left;
  26. line-height: 100rpx;
  27. text-align: left;
  28. }
  29. .loginTopR{
  30. width: 50%;
  31. font-size:1em;
  32. height: 100rpx;
  33. float: left;
  34. text-align:center;
  35. }
  36. .top{
  37. width: 100%;
  38. height: 360rpx;
  39. background: #fff;
  40. margin-top: 20rpx;
  41. }
  42. .title{
  43. width: 100%;
  44. height: 80rpx;
  45. padding-top: 10rpx;
  46. line-height: 80rpx;
  47. text-align: center;
  48. background: #fff;
  49. white-space:nowrap;
  50. font-weight: bold;
  51. font-size: 26rpx;
  52. text-overflow:ellipsis;
  53. overflow:hidden;
  54. color: #555555;
  55. }
  56. .topTwo{
  57. width: 90%;
  58. margin-left: 5%;
  59. margin-bottom:10rpx;
  60. height:40rpx;
  61. font-size: 24rpx;
  62. color:#555555;
  63. font-weight: normal;
  64. border-bottom: 1px solid #ccc;
  65. }
  66. .topThree{
  67. width: 90%;
  68. margin-left: 5%;
  69. margin-bottom:10rpx;
  70. height:215rpx;
  71. font-size: 22rpx;
  72. color:#555555;
  73. font-weight: normal;
  74. background: #fff;
  75. }
  76. .threeLeft{
  77. float: left;
  78. width: 70%;
  79. height:240rpx;
  80. margin-right: 10%;
  81. }
  82. .threetxt{
  83. line-height:35rpx;
  84. font-size: 24rpx;
  85. color:#555555;
  86. font-weight: normal;
  87. }
  88. .over{
  89. white-space:nowrap;
  90. text-overflow:ellipsis;
  91. overflow:hidden;
  92. }
  93. .threeRight{
  94. float: left;
  95. width: 20%;
  96. height:60rpx;
  97. line-height: 60rpx;
  98. text-align: center;
  99. color: #fff;
  100. margin-top:140rpx;
  101. border-radius: 10rpx;
  102. background: #2577e3;
  103. }
  104. .colr{
  105. color: #ff9913;
  106. }
  107. .center{
  108. width: 100%;
  109. height: auto;
  110. background: #fff;
  111. }
  112. .centerTop{
  113. width:90%;
  114. margin-left: 5%;
  115. height: 60rpx;
  116. background: #efefef;
  117. }
  118. .centerTxt{
  119. width:24%;
  120. color: #fff;
  121. height: 60rpx;
  122. text-align: center;
  123. font-size: 24rpx;
  124. line-height: 25rpx;
  125. background: #2577e3;
  126. }
  127. .centerTit{
  128. width: 100%;
  129. height: 40rpx;
  130. font-weight: bold;
  131. text-align: center;
  132. font-size: 26rpx;
  133. color: #555555;
  134. }
  135. .pt40{
  136. padding-top:40rpx;
  137. }
  138. .pd40{
  139. padding-bottom:40rpx;
  140. }
  141. .centerTxtTwo{
  142. width: 90%;
  143. padding-left: 5%;
  144. line-height: 38rpx;
  145. font-size:26rpx;
  146. color:#555555;
  147. font-weight:normal;
  148. }
  149. .textright{
  150. text-align: right;
  151. }
  152. .txtTwoTxt{
  153. line-height:38rpx;
  154. font-size:24rpx;
  155. color:#555555;
  156. font-weight:normal;
  157. }
  158. .pd80{
  159. padding-bottom: 80rpx;
  160. }
  161. .botm{
  162. width: 100%;
  163. height: 90rpx;
  164. background: #fff;
  165. position:fixed;
  166. bottom: 0rpx;
  167. }
  168. .botmLeft{
  169. width: 50%;
  170. height: 90rpx;
  171. float: left;
  172. }
  173. .diT{
  174. margin: 14rpx 0 0 160rpx;
  175. width: 37.5rpx;
  176. height: 62.5rpx;
  177. }
  178. .diTwo{
  179. margin: 14rpx 0 0 120rpx;
  180. width: 96.25rpx;
  181. height: 62.5rpx;
  182. }