/* pages/pt-detail/index.wxss */ .panel { } .panel .one { display: flex; align-items: center; height: 70rpx; justify-content: space-between; padding: 0 30rpx; } .panel .one .left { color: #232327; font-size: 30rpx; font-family: SourceHanSansCN-Regular; font-weight: 400; display: flex; align-items: center; height: 100%; } .panel .one .left image { width: 58rpx; height: 26rpx; margin-left: 10rpx; } .panel .one .salary { font-size: 32rpx; font-family: Arial-BoldMT; font-weight: bold; color: rgba(255, 78, 37, 1); } .panel .one .salary image { width: 18rpx; height: 24rpx; } .panel .two { display: flex; align-items: center; justify-content: space-between; padding: 0 30rpx 30rpx 30rpx; color: #999; font-size: 20rpx; } .panel .two .left { display: flex; flex-direction: row; } .panel .two .right { color: #999; font-size: 20rpx; } .panel .three { display: flex; width: 100%; background-color: #fafafa; } .panel .three .pt { display: flex; width: 100%; background-color: #fff; margin: 10rpx 10rpx 0 10rpx; border-radius: 17rpx; flex-direction: column; } .panel .three .pt .title { display: flex; justify-content: center; font-size: 26rpx; font-family: SourceHanSansCN-Regular; font-weight: 400; color: rgba(154, 154, 156, 1); padding-top: 68rpx; } .panel .three .pt .title_1 { display: flex; justify-content: center; font-size: 42rpx; font-family: SourceHanSansCN-Regular; font-weight: 400; color: rgba(255, 143, 1, 1); padding-top: 68rpx; align-items: center; } .panel .three .pt .title_1 image { width: 40rpx; height: 46rpx; padding-right: 24rpx; } .panel .three .pt .title_2 { display: flex; justify-content: center; padding-top: 68rpx; align-items: center; font-size: 50rpx; font-family: SourceHanSansCN-Medium; font-weight: 500; color: rgba(255, 64, 14, 1); } .panel .three .pt .title_2 image { width: 40rpx; height: 46rpx; padding-right: 24rpx; } .panel .three .pt .title_3 { display: flex; justify-content: center; padding-top: 68rpx; align-items: center; font-size: 50rpx; font-family: SourceHanSansCN-Medium; font-weight: 500; color: rgba(134, 139, 146, 1); } .panel .three .pt .title_3 image { width: 40rpx; height: 46rpx; padding-right: 24rpx; } .panel .three .pt .avtar { padding-top: 44rpx; display: flex; width: 100%; justify-content: center; } .panel .three .pt .avtar :first-child { margin-left: 0rpx !important; } .panel .three .pt .avtar .border { width: 110rpx; height: 110rpx; border-radius: 50%; border: 2rpx solid #fff; background-color: #fff; display: flex; justify-content: center; align-items: center; margin-left: -30rpx; } .panel .three .pt .avtar .border_1 { width: 110rpx; height: 110rpx; border-radius: 50%; border: 2rpx solid #fff; background-color: #fff; display: flex; justify-content: center; align-items: center; margin-left: 24rpx; } .panel .three .pt .avtar image { width: 98rpx; height: 98rpx; border-radius: 50%; } .panel .three .pt .time { display: flex; justify-content: center; font-size: 26rpx; font-family: SourceHanSansCN-Regular; font-weight: 400; color: rgba(154, 154, 156, 1); padding-top: 30rpx; } .panel .three .pt .time .countdown-class { margin-top: -34rpx; } .panel .three .pt .pt_money { padding-top: 40rpx; padding-bottom: 70rpx; display: flex; align-items: center; justify-content: center; font-size: 50rpx; font-family: Arial-BoldMT; font-weight: bold; color: rgba(255, 143, 1, 1); } .panel .three .pt .time_1 { display: flex; justify-content: center; font-size: 26rpx; font-family: SourceHanSansCN-Regular; font-weight: 400; color: rgba(154, 154, 156, 1); padding-top: 30rpx; border-bottom: 2rpx solid #fafafa; padding-bottom: 24rpx; } .panel .three .pt .time_1 .countdown-class { margin-top: -34rpx; } .panel .three .pt .again { display: flex; align-items: center; justify-content: center; font-size: 22rpx; font-family: SourceHanSansCN-Regular; font-weight: 400; color: rgba(102, 102, 102, 1); padding-top: 20rpx; } .panel .three .pt .join { display: flex; padding: 70rpx 100rpx; } .panel .three .pt .join text { display: flex; align-items: center; justify-content: center; width: 100%; height: 72rpx; background: rgba(255, 143, 1, 1); border-radius: 36rpx; font-size: 32rpx; font-family: SourceHanSansCN-Regular; font-weight: 400; color: rgba(255, 255, 255, 1); } .panel .three .pt .join_1 { display: flex; padding: 24rpx 100rpx 70rpx 100rpx; } .panel .three .pt .join_1 text { display: flex; align-items: center; justify-content: center; width: 100%; height: 72rpx; background: rgba(255, 143, 1, 1); border-radius: 36rpx; font-size: 32rpx; font-family: SourceHanSansCN-Regular; font-weight: 400; color: rgba(255, 255, 255, 1); } .panel .three .pt .interview { display: flex; padding: 48rpx 100rpx 0 100rpx; } .panel .three .pt .interview .share { display: flex; align-items: center; justify-content: center; width: 100%; height: 72rpx; border: 2rpx solid rgba(255, 143, 1, 1); border-radius: 36rpx; font-size: 32rpx; font-family: SourceHanSansCN-Regular; font-weight: 400; color: #ff8f01; background-color: #fff; } .panel .three .pt .interview text { display: flex; align-items: center; justify-content: center; width: 100%; height: 72rpx; border: 2rpx solid rgba(255, 143, 1, 1); border-radius: 36rpx; font-size: 32rpx; font-family: SourceHanSansCN-Regular; font-weight: 400; color: #ff8f01; } .panel .four { display: flex; align-items: center; justify-content: space-between; height: 72rpx; background-color: #fafafa; padding: 0 30rpx; } .panel .four .left { display: flex; height: 100%; align-items: center; } .panel .four .left image { width: 24rpx; height: 24rpx; } .panel .four .left text { color: #666; font-size: 24rpx; margin-left: 10rpx; font-family: SourceHanSansCN-Normal; font-weight: 400; } .panel .four .right { display: flex; height: 100%; align-items: center; } .panel .four .right image { width: 14rpx; height: 24rpx; } .panel .five { display: flex; justify-content: center; padding: 60rpx 30rpx 40rpx 30rpx; flex-direction: column; } .panel .five .title { display: flex; flex-direction: row; align-items: center; padding-bottom: 20rpx; } .panel .five .title .left { } .panel .five .title .right { color: #222; font-size: 26rpx; font-family: SourceHanSansCN-Regular; font-weight: 400; } .panel .five .company { display: flex; flex-wrap: wrap; font-size: 22rpx; font-family: SourceHanSansCN-Regular; font-weight: 400; color: rgba(102, 102, 102, 1); padding-bottom: 78rpx; } .panel .five .com { display: flex; flex-direction: row; color: #666; font-size: 22rpx; font-family: SourceHanSansCN-Regular; font-weight: 400; padding-top: 10rpx; } .panel .five .com .left { width: 16%; } .panel .five .com .right { width: 82%; margin-left: 36rpx; display: flex; flex-wrap: wrap; }