recruitInfo.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. .content{
  2. background-color: #F2F2F2;
  3. padding: 20rpx;
  4. }
  5. Page {
  6. width: 100%;
  7. height: 100%;
  8. background-color: #F2F2F2;
  9. }
  10. .info{
  11. background-color: #fff;
  12. width: 710rpx;
  13. height: 220rpx;
  14. display: flex;
  15. flex-flow: column nowrap;
  16. justify-content: space-around;
  17. border-radius: 10rpx;
  18. margin-bottom: 20rpx;
  19. }
  20. .info_top,.info_mid,.info_bottom{
  21. display: flex;
  22. flex-flow: row nowrap;
  23. justify-content: space-between;
  24. padding: 0 30rpx;
  25. }
  26. .info_bottom{
  27. display: flex;
  28. flex-flow: row nowrap;
  29. justify-content: left;
  30. padding: 0 30rpx;
  31. }
  32. .info_mid_left{
  33. display: flex;
  34. flex-flow: row nowrap;
  35. justify-content: left;
  36. }
  37. .info_bottom_left{
  38. width: 35rpx;
  39. height: 35rpx;
  40. }
  41. .info_top_left{
  42. color: #43496a;
  43. font-size: 32rpx;
  44. font-weight: 600;
  45. color: #000000
  46. }
  47. .info_top_right{
  48. color: #ff7c7c;
  49. font-size: 40rpx;
  50. font-weight: bold;
  51. color: #FF8364;
  52. }
  53. .info_mid_left,.info_mid_right{
  54. font-size: 12px;
  55. font-weight: 500;
  56. color: #000000;
  57. }
  58. .info_bottom_1{
  59. font-size: 12px;
  60. color: #808080;
  61. }
  62. .info_bottom_2{
  63. font-size: 12px;
  64. margin-left: 10rpx;
  65. color: #000000;
  66. }
  67. .duty{
  68. background-color: #fff;
  69. width: 710rpx;
  70. display: flex;
  71. flex-flow: column nowrap;
  72. justify-content: space-around;
  73. border-radius: 10rpx;
  74. margin-bottom: 20rpx;
  75. }
  76. .duty_top_l{
  77. width: 10rpx;
  78. height: 40rpx;
  79. background-color: #FF8364;
  80. border-radius: 15rpx;
  81. }
  82. .duty_top_r{
  83. margin-left: 20rpx;
  84. }
  85. .duty_top{
  86. margin-top: 20rpx;
  87. padding: 0 30rpx;
  88. display: flex;
  89. flex-flow: row nowrap;
  90. justify-content: left;
  91. align-items: center;
  92. }
  93. .duty_desc{
  94. font-size: 12px;
  95. color: #575757;
  96. line-height: 20px;
  97. padding: 0rpx 30rpx;
  98. padding-bottom: 20rpx;
  99. word-wrap: break-word;
  100. word-break: break-all;
  101. white-space: pre-line;
  102. }
  103. .bottom{
  104. display: flex;
  105. flex-flow: row nowrap;
  106. justify-content: space-evenly;
  107. align-items: center;
  108. position: fixed;
  109. background-color: #fff;
  110. border-radius: 10rpx;
  111. height: 100rpx;
  112. bottom: 0rpx;
  113. left: 0rpx;
  114. width: 100%;
  115. z-index: 999;
  116. }
  117. .bottom_left{
  118. display: flex;
  119. flex-flow: column nowrap;
  120. justify-content: space-between;
  121. align-items: center;
  122. width: 100rpx;
  123. margin-left: 30rpx;
  124. }
  125. .bottom_left_top{
  126. height: 50rpx;
  127. width: 50rpx;
  128. }
  129. .share_img{
  130. height: 50rpx;
  131. width: 50rpx;
  132. position: absolute;
  133. }
  134. .weixin{
  135. display: flex;
  136. flex-flow: row nowrap;
  137. justify-content: center;
  138. align-items: center;
  139. width: 100rpx;
  140. }
  141. .share_button{
  142. position: relative;
  143. height: 100rpx!important;
  144. width: 100rpx!important;
  145. padding: 0rpx;
  146. background-color:transparent;
  147. }
  148. .bottom_left_bottom{
  149. font-size: 24rpx;
  150. }
  151. .bottom_right{
  152. width: 50%;
  153. text-align: center;
  154. margin-right: 30rpx;
  155. background-color:#FF8364;
  156. height: 70rpx;
  157. color: #fff;
  158. line-height: 70rpx;
  159. border-radius: 30rpx;
  160. margin-top: 15rpx;
  161. }