| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380 |
- /* 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(30, 98, 167, 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 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;
- }
|