recruitInfo.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  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: 300rpx;
  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. }
  45. .info_top_right{
  46. color: #ff7c7c;
  47. font-size: 28rpx;
  48. }
  49. .info_mid_left,.info_mid_right{
  50. font-size: 12px;
  51. color: #b0b4ca;
  52. }
  53. .info_bottom_1{
  54. font-size: 12px;
  55. color: #b0b4ca;
  56. }
  57. .info_bottom_2{
  58. font-size: 28rpx;
  59. margin-left: 10rpx;
  60. }
  61. .duty{
  62. background-color: #fff;
  63. width: 710rpx;
  64. display: flex;
  65. flex-flow: column nowrap;
  66. justify-content: space-around;
  67. border-radius: 10rpx;
  68. margin-bottom: 20rpx;
  69. }
  70. .duty_top_l{
  71. width: 10rpx;
  72. height: 40rpx;
  73. background-color: rgb(93, 173, 226);
  74. border-radius: 15rpx;
  75. }
  76. .duty_top_r{
  77. margin-left: 20rpx;
  78. }
  79. .duty_top{
  80. margin-top: 20rpx;
  81. padding: 0 30rpx;
  82. display: flex;
  83. flex-flow: row nowrap;
  84. justify-content: left;
  85. align-items: center;
  86. }
  87. .duty_desc{
  88. font-size: 12px;
  89. color: #777d9c;
  90. line-height: 20px;
  91. padding: 0rpx 30rpx;
  92. padding-bottom: 20rpx;
  93. word-wrap: break-word;
  94. word-break: break-all;
  95. white-space: pre-line;
  96. }
  97. .bottom{
  98. display: flex;
  99. flex-flow: row nowrap;
  100. justify-content: space-between;
  101. align-items: center;
  102. position: fixed;
  103. background-color: #fff;
  104. border-radius: 10rpx;
  105. height: 100rpx;
  106. bottom: 0rpx;
  107. left: 0rpx;
  108. width: 100%;
  109. z-index: 999;
  110. }
  111. .bottom_left{
  112. display: flex;
  113. flex-flow: column nowrap;
  114. justify-content: space-between;
  115. align-items: center;
  116. width: 30%;
  117. }
  118. .bottom_left_top{
  119. height: 50rpx;
  120. width: 50rpx;
  121. }
  122. .bottom_left_bottom{
  123. font-size: 24rpx;
  124. }
  125. .bottom_right{
  126. width: 50%;
  127. text-align: center;
  128. margin-right: 30rpx;
  129. background-color:rgb(93, 173, 226);
  130. height: 70rpx;
  131. color: #fff;
  132. line-height: 70rpx;
  133. border-radius: 10rpx;
  134. margin-top: 15rpx;
  135. }