index.wxss 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395
  1. /* pages/pt-detail/index.wxss */
  2. .panel {
  3. }
  4. .panel .one {
  5. display: flex;
  6. align-items: center;
  7. height: 70rpx;
  8. justify-content: space-between;
  9. padding: 0 30rpx;
  10. }
  11. .panel .one .left {
  12. color: #232327;
  13. font-size: 30rpx;
  14. font-family: SourceHanSansCN-Regular;
  15. font-weight: 400;
  16. display: flex;
  17. align-items: center;
  18. height: 100%;
  19. }
  20. .panel .one .left image {
  21. width: 58rpx;
  22. height: 26rpx;
  23. margin-left: 10rpx;
  24. }
  25. .panel .one .salary {
  26. font-size: 32rpx;
  27. font-family: Arial-BoldMT;
  28. font-weight: bold;
  29. color: rgba(255, 78, 37, 1);
  30. }
  31. .panel .one .salary image {
  32. width: 18rpx;
  33. height: 24rpx;
  34. }
  35. .panel .two {
  36. display: flex;
  37. align-items: center;
  38. justify-content: space-between;
  39. padding: 0 30rpx 30rpx 30rpx;
  40. color: #999;
  41. font-size: 20rpx;
  42. }
  43. .panel .two .left {
  44. display: flex;
  45. flex-direction: row;
  46. }
  47. .panel .two .right {
  48. color: #999;
  49. font-size: 20rpx;
  50. }
  51. .panel .three {
  52. display: flex;
  53. width: 100%;
  54. background-color: #fafafa;
  55. }
  56. .panel .three .pt {
  57. display: flex;
  58. width: 100%;
  59. background-color: #fff;
  60. margin: 10rpx 10rpx 0 10rpx;
  61. border-radius: 17rpx;
  62. flex-direction: column;
  63. }
  64. .panel .three .pt .title {
  65. display: flex;
  66. justify-content: center;
  67. font-size: 26rpx;
  68. font-family: SourceHanSansCN-Regular;
  69. font-weight: 400;
  70. color: rgba(154, 154, 156, 1);
  71. padding-top: 68rpx;
  72. }
  73. .panel .three .pt .title_1 {
  74. display: flex;
  75. justify-content: center;
  76. font-size: 42rpx;
  77. font-family: SourceHanSansCN-Regular;
  78. font-weight: 400;
  79. color: rgba(255, 143, 1, 1);
  80. padding-top: 68rpx;
  81. align-items: center;
  82. }
  83. .panel .three .pt .title_1 image {
  84. width: 40rpx;
  85. height: 46rpx;
  86. padding-right: 24rpx;
  87. }
  88. .panel .three .pt .title_2 {
  89. display: flex;
  90. justify-content: center;
  91. padding-top: 68rpx;
  92. align-items: center;
  93. font-size: 50rpx;
  94. font-family: SourceHanSansCN-Medium;
  95. font-weight: 500;
  96. color: rgba(255, 64, 14, 1);
  97. }
  98. .panel .three .pt .title_2 image {
  99. width: 40rpx;
  100. height: 46rpx;
  101. padding-right: 24rpx;
  102. }
  103. .panel .three .pt .title_3 {
  104. display: flex;
  105. justify-content: center;
  106. padding-top: 68rpx;
  107. align-items: center;
  108. font-size: 50rpx;
  109. font-family: SourceHanSansCN-Medium;
  110. font-weight: 500;
  111. color: rgba(134, 139, 146, 1);
  112. }
  113. .panel .three .pt .title_3 image {
  114. width: 40rpx;
  115. height: 46rpx;
  116. padding-right: 24rpx;
  117. }
  118. .panel .three .pt .avtar {
  119. padding-top: 44rpx;
  120. display: flex;
  121. width: 100%;
  122. justify-content: center;
  123. }
  124. .panel .three .pt .avtar :first-child {
  125. margin-left: 0rpx !important;
  126. }
  127. .panel .three .pt .avtar .border {
  128. width: 110rpx;
  129. height: 110rpx;
  130. border-radius: 50%;
  131. border: 2rpx solid #fff;
  132. background-color: #fff;
  133. display: flex;
  134. justify-content: center;
  135. align-items: center;
  136. margin-left: -30rpx;
  137. }
  138. .panel .three .pt .avtar .border_1 {
  139. width: 110rpx;
  140. height: 110rpx;
  141. border-radius: 50%;
  142. border: 2rpx solid #fff;
  143. background-color: #fff;
  144. display: flex;
  145. justify-content: center;
  146. align-items: center;
  147. margin-left: 24rpx;
  148. }
  149. .panel .three .pt .avtar image {
  150. width: 98rpx;
  151. height: 98rpx;
  152. border-radius: 50%;
  153. }
  154. .panel .three .pt .time {
  155. display: flex;
  156. justify-content: center;
  157. font-size: 26rpx;
  158. font-family: SourceHanSansCN-Regular;
  159. font-weight: 400;
  160. color: rgba(154, 154, 156, 1);
  161. padding-top: 30rpx;
  162. }
  163. .panel .three .pt .time .countdown-class {
  164. margin-top: -34rpx;
  165. }
  166. .panel .three .pt .pt_money {
  167. padding-top: 40rpx;
  168. padding-bottom: 70rpx;
  169. display: flex;
  170. align-items: center;
  171. justify-content: center;
  172. font-size: 50rpx;
  173. font-family: Arial-BoldMT;
  174. font-weight: bold;
  175. color: rgba(255, 143, 1, 1);
  176. }
  177. .panel .three .pt .time_1 {
  178. display: flex;
  179. justify-content: center;
  180. font-size: 26rpx;
  181. font-family: SourceHanSansCN-Regular;
  182. font-weight: 400;
  183. color: rgba(154, 154, 156, 1);
  184. padding-top: 30rpx;
  185. border-bottom: 2rpx solid #fafafa;
  186. padding-bottom: 24rpx;
  187. }
  188. .panel .three .pt .time_1 .countdown-class {
  189. margin-top: -34rpx;
  190. }
  191. .panel .three .pt .again {
  192. display: flex;
  193. align-items: center;
  194. justify-content: center;
  195. font-size: 22rpx;
  196. font-family: SourceHanSansCN-Regular;
  197. font-weight: 400;
  198. color: rgba(102, 102, 102, 1);
  199. padding-top: 20rpx;
  200. }
  201. .panel .three .pt .join {
  202. display: flex;
  203. padding: 70rpx 100rpx;
  204. }
  205. .panel .three .pt .join text {
  206. display: flex;
  207. align-items: center;
  208. justify-content: center;
  209. width: 100%;
  210. height: 72rpx;
  211. background: rgba(255, 143, 1, 1);
  212. border-radius: 36rpx;
  213. font-size: 32rpx;
  214. font-family: SourceHanSansCN-Regular;
  215. font-weight: 400;
  216. color: rgba(255, 255, 255, 1);
  217. }
  218. .panel .three .pt .join_1 {
  219. display: flex;
  220. padding: 24rpx 100rpx 70rpx 100rpx;
  221. }
  222. .panel .three .pt .join_1 text {
  223. display: flex;
  224. align-items: center;
  225. justify-content: center;
  226. width: 100%;
  227. height: 72rpx;
  228. background: rgba(255, 143, 1, 1);
  229. border-radius: 36rpx;
  230. font-size: 32rpx;
  231. font-family: SourceHanSansCN-Regular;
  232. font-weight: 400;
  233. color: rgba(255, 255, 255, 1);
  234. }
  235. .panel .three .pt .interview {
  236. display: flex;
  237. padding: 48rpx 100rpx 0 100rpx;
  238. }
  239. .panel .three .pt .interview .share {
  240. display: flex;
  241. align-items: center;
  242. justify-content: center;
  243. width: 100%;
  244. height: 72rpx;
  245. border: 2rpx solid rgba(255, 143, 1, 1);
  246. border-radius: 36rpx;
  247. font-size: 32rpx;
  248. font-family: SourceHanSansCN-Regular;
  249. font-weight: 400;
  250. color: #ff8f01;
  251. background-color: #fff;
  252. }
  253. .panel .three .pt .interview text {
  254. display: flex;
  255. align-items: center;
  256. justify-content: center;
  257. width: 100%;
  258. height: 72rpx;
  259. border: 2rpx solid rgba(255, 143, 1, 1);
  260. border-radius: 36rpx;
  261. font-size: 32rpx;
  262. font-family: SourceHanSansCN-Regular;
  263. font-weight: 400;
  264. color: #ff8f01;
  265. }
  266. .panel .four {
  267. display: flex;
  268. align-items: center;
  269. justify-content: space-between;
  270. height: 72rpx;
  271. background-color: #fafafa;
  272. padding: 0 30rpx;
  273. }
  274. .panel .four .left {
  275. display: flex;
  276. height: 100%;
  277. align-items: center;
  278. }
  279. .panel .four .left image {
  280. width: 24rpx;
  281. height: 24rpx;
  282. }
  283. .panel .four .left text {
  284. color: #666;
  285. font-size: 24rpx;
  286. margin-left: 10rpx;
  287. font-family: SourceHanSansCN-Normal;
  288. font-weight: 400;
  289. }
  290. .panel .four .right {
  291. display: flex;
  292. height: 100%;
  293. align-items: center;
  294. }
  295. .panel .four .right image {
  296. width: 14rpx;
  297. height: 24rpx;
  298. }
  299. .panel .five {
  300. display: flex;
  301. justify-content: center;
  302. padding: 60rpx 30rpx 40rpx 30rpx;
  303. flex-direction: column;
  304. }
  305. .panel .five .title {
  306. display: flex;
  307. flex-direction: row;
  308. align-items: center;
  309. padding-bottom: 20rpx;
  310. }
  311. .panel .five .title .left {
  312. }
  313. .panel .five .title .right {
  314. color: #222;
  315. font-size: 26rpx;
  316. font-family: SourceHanSansCN-Regular;
  317. font-weight: 400;
  318. }
  319. .panel .five .company {
  320. display: flex;
  321. flex-wrap: wrap;
  322. font-size: 22rpx;
  323. font-family: SourceHanSansCN-Regular;
  324. font-weight: 400;
  325. color: rgba(102, 102, 102, 1);
  326. padding-bottom: 78rpx;
  327. }
  328. .panel .five .com {
  329. display: flex;
  330. flex-direction: row;
  331. color: #666;
  332. font-size: 22rpx;
  333. font-family: SourceHanSansCN-Regular;
  334. font-weight: 400;
  335. padding-top: 10rpx;
  336. }
  337. .panel .five .com .left {
  338. width: 16%;
  339. }
  340. .panel .five .com .right {
  341. width: 82%;
  342. margin-left: 36rpx;
  343. display: flex;
  344. flex-wrap: wrap;
  345. }