| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008 |
- /* pages/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;
- }
- .panel .two .left {
- display: flex;
- flex-direction: row;
- }
- .panel .two .left .femaleReward {
- border: 2rpx solid rgba(255, 112, 74, 1);
- border-radius: 30rpx;
- font-size: 20rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- color: rgba(255, 112, 74, 1);
- padding: 4rpx 15rpx;
- }
- .panel .two .left .femaleReward image {
- width: 14rpx;
- height: 14rpx;
- }
- .panel .two .left .maleReward {
- border: 2rpx solid #127bb0;
- border-radius: 30rpx;
- font-size: 20rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- color: #127bb0;
- padding: 4rpx 15rpx;
- margin-left: 6rpx;
- }
- .panel .two .left .maleReward image {
- width: 14rpx;
- height: 14rpx;
- }
- .panel .two .left .backmoney {
- border: 2rpx solid rgba(255, 143, 1, 1);
- border-radius: 30rpx;
- font-size: 20rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- color: rgba(255, 143, 1, 1);
- padding: 4rpx 15rpx;
- margin-left: 6rpx;
- }
- .panel .two .left .backmoney image {
- width: 10rpx;
- height: 14rpx;
- }
- .panel .two .right {
- color: #999;
- font-size: 20rpx;
- }
- .panel .two_1 {
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 0rpx 30rpx 30rpx 30rpx;
- height: 28rpx;
- }
- .panel .two_1 .left {
- display: flex;
- flex-direction: row;
- color: #999;
- font-size: 20rpx;
- height: 28rpx;
- align-items: center;
- }
- .panel .two_1 .left .countdown-class {
- margin-top: -28rpx;
- }
- .panel .two_1 .right {
- color: #999;
- font-size: 20rpx;
- }
- /* 拼团 */
- .panel .two_pt {
- display: flex;
- width: 100%;
- background-color: #fafafa;
- }
- .panel .two_pt .pt {
- display: flex;
- width: 100%;
- background-color: #fff;
- margin: 12rpx 20rpx 0 20rpx;
- border-radius: 17rpx;
- flex-direction: column;
- }
- .swiper_container {
- height: 94rpx;
- padding: 0rpx 20rpx;
- border-bottom: 2rpx solid #fafafa;
- }
- .panel .two_pt .pt .pt_1 {
- height: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- color: #666;
- font-size: 26rpx;
- }
- .panel .two_pt .pt .pt_1 .left {
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .panel .two_pt .pt .pt_1 .left .left_1 {
- width: 60rpx;
- height: 60rpx;
- margin-left: -10rpx;
- }
- .panel .two_pt .pt .pt_1 .left :first-child {
- margin-left: 0rpx !important;
- }
- .panel .two_pt .pt .pt_1 .left .left_1 image {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
- .panel .two_pt .pt .pt_1 .left .left_2 {
- margin-left: 16rpx;
- display: flex;
- flex-wrap: wrap;
- }
- .panel .two_pt .pt .pt_1 .left .left_2 text {
- color: #ff8f01;
- padding: 0 6rpx;
- }
- .panel .two_pt .pt .pt_1 .right {
- background: rgba(255, 143, 1, 1);
- border-radius: 21rpx;
- padding: 6rpx 16rpx;
- font-size: 22rpx;
- font-family: SourceHanSansCN-Medium;
- font-weight: 500;
- color: rgba(255, 255, 255, 1);
- }
- .panel .two_pt .pt .pt_2 {
- padding: 20rpx 20rpx;
- display: flex;
- flex-direction: row;
- justify-content: center;
- color: #666;
- font-size: 22rpx;
- }
- .panel .two_pt .pt .pt_2 text {
- color: #ff8f01;
- padding: 0 6rpx;
- }
- .panel .three {
- display: flex;
- align-items: center;
- justify-content: space-between;
- /* height: 72rpx; */
- background-color: #fafafa;
- padding: 20rpx 30rpx;
- }
- .panel .three .left {
- display: flex;
- height: 100%;
- align-items: center;
- -webkit-line-clamp: 1;
- overflow: hidden; /*超出隐藏*/
- text-overflow: ellipsis; /*超出显示为省略号*/
- -webkit-box-orient: vertical;
- word-break: break-all; /*强制英文单词自动换行*/
- }
- .panel .three .left image {
- width: 19rpx;
- height: 22rpx;
- }
- .panel .three .left text {
- display: flex;
- height: 100%;
- align-items: center;
- color: #525255;
- font-size: 26rpx;
- margin-left: 10rpx;
- font-family: SourceHanSansCN-Normal;
- font-weight: 400;
- -webkit-line-clamp: 1;
- overflow: hidden; /*超出隐藏*/
- text-overflow: ellipsis; /*超出显示为省略号*/
- -webkit-box-orient: vertical;
- word-break: break-all; /*强制英文单词自动换行*/
- }
- .panel .three .right {
- display: flex;
- height: 100%;
- align-items: center;
- }
- .panel .three .right image {
- width: 14rpx;
- height: 24rpx;
- }
- .panel .three_1 {
- display: flex;
- justify-content: center;
- padding: 20rpx 30rpx 0rpx 30rpx;
- flex-direction: column;
- }
- .panel .three_1 .sex {
- display: flex;
- flex-direction: row;
- color: #666;
- font-size: 22rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- }
- .panel .three_1 .sex .left {
- width: 16%;
- }
- .panel .three_1 .sex .right {
- width: 82%;
- margin-left: 36rpx;
- display: flex;
- flex-wrap: wrap;
- }
- .panel .three_2 {
- display: flex;
- justify-content: center;
- padding: 10rpx 30rpx 20rpx 30rpx;
- flex-direction: column;
- }
- .panel .three_2 .sex {
- display: flex;
- flex-direction: row;
- color: #666;
- font-size: 22rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- }
- .panel .three_2 .sex .left {
- width: 16%;
- }
- .panel .three_2 .sex .right {
- width: 82%;
- margin-left: 36rpx;
- display: flex;
- flex-wrap: wrap;
- }
- .panel .four {
- display: flex;
- align-items: center;
- height: 72rpx;
- padding: 0 30rpx;
- }
- .panel .four .title {
- width: 100%;
- height: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- border-bottom: 2rpx solid #ddd;
- }
- .panel .four .title .name {
- font-size: 24rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- color: rgba(153, 153, 153, 1);
- flex: 1 0 auto;
- display: flex;
- height: 100%;
- align-items: center;
- justify-content: center;
- }
- .panel .four .title .active {
- color: #222;
- font-size: 26rpx;
- border-bottom: 6rpx solid rgba(30, 98, 167, 1);
- }
- .panel .five {
- display: flex;
- justify-content: center;
- padding: 60rpx 30rpx 0rpx 30rpx;
- flex-direction: column;
- }
- .panel .five .title {
- display: flex;
- flex-direction: row;
- align-items: center;
- padding-bottom: 20rpx;
- }
- .panel .five .title .left {
- width: 6rpx;
- height: 22rpx;
- background: rgba(30, 98, 167, 1);
- border-radius: 3rpx;
- }
- .panel .five .title .right {
- color: #222;
- font-size: 26rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- margin-left: 10rpx;
- }
- .panel .five .basesalay {
- display: flex;
- flex-direction: row;
- color: #666;
- font-size: 22rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- padding-top: 10rpx;
- }
- .panel .five .basesalay .left {
- width: 16%;
- }
- .panel .five .basesalay .right {
- width: 82%;
- margin-left: 36rpx;
- display: flex;
- flex-wrap: wrap;
- }
- .panel .six {
- display: flex;
- justify-content: center;
- padding: 60rpx 30rpx 0rpx 30rpx;
- flex-direction: column;
- }
- .panel .six .title {
- display: flex;
- flex-direction: row;
- align-items: center;
- padding-bottom: 20rpx;
- }
- .panel .six .title .left {
- width: 6rpx;
- height: 22rpx;
- background: rgba(30, 98, 167, 1);
- border-radius: 3rpx;
- }
- .panel .six .title .right {
- color: #222;
- font-size: 26rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- margin-left: 10rpx;
- }
- .panel .six .sex {
- display: flex;
- flex-direction: row;
- color: #666;
- font-size: 22rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- padding-top: 10rpx;
- }
- .panel .six .sex .left {
- width: 16%;
- }
- .panel .six .sex .right {
- width: 82%;
- margin-left: 36rpx;
- display: flex;
- flex-wrap: wrap;
- }
- .panel .seven {
- display: flex;
- justify-content: center;
- padding: 60rpx 30rpx 0rpx 30rpx;
- flex-direction: column;
- }
- .panel .seven .title {
- display: flex;
- flex-direction: row;
- align-items: center;
- padding-bottom: 20rpx;
- }
- .panel .seven .title .left {
- width: 6rpx;
- height: 22rpx;
- background: rgba(30, 98, 167, 1);
- border-radius: 3rpx;
- }
- .panel .seven .title .right {
- color: #222;
- font-size: 26rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- margin-left: 10rpx;
- }
- .panel .seven .work {
- display: flex;
- flex-direction: row;
- color: #666;
- font-size: 22rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- padding-top: 10rpx;
- }
- .panel .seven .work .left {
- width: 16%;
- }
- .panel .seven .work .right {
- width: 82%;
- margin-left: 36rpx;
- display: flex;
- flex-wrap: wrap;
- }
- .panel .eight {
- display: flex;
- justify-content: center;
- padding: 60rpx 30rpx 140rpx 30rpx;
- flex-direction: column;
- }
- .panel .eight .title {
- display: flex;
- flex-direction: row;
- align-items: center;
- padding-bottom: 20rpx;
- }
- .panel .eight .title .left {
- width: 6rpx;
- height: 22rpx;
- background: rgba(30, 98, 167, 1);
- border-radius: 3rpx;
- }
- .panel .eight .title .right {
- color: #222;
- font-size: 26rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- margin-left: 10rpx;
- }
- .panel .eight .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 .eight .com {
- display: flex;
- flex-direction: row;
- color: #666;
- font-size: 22rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- padding-top: 10rpx;
- }
- .panel .eight .com .left {
- width: 16%;
- }
- .panel .eight .com .right {
- width: 82%;
- margin-left: 36rpx;
- display: flex;
- flex-wrap: wrap;
- }
- .panel .nine {
- display: flex;
- justify-content: center;
- padding: 40rpx 30rpx 180rpx 30rpx;
- flex-direction: column;
- font-family: SourceHanSansCN-Medium;
- font-weight: 500;
- color: rgba(255, 64, 14, 1);
- font-size: 22rpx;
- }
- .panel .eight_1 {
- display: flex;
- justify-content: center;
- padding: 60rpx 30rpx 0rpx 30rpx;
- flex-direction: column;
- }
- .panel .eight_1 .title {
- display: flex;
- flex-direction: row;
- align-items: center;
- padding-bottom: 20rpx;
- }
- .panel .eight_1 .title .left {
- width: 6rpx;
- height: 22rpx;
- background: rgba(30, 98, 167, 1);
- border-radius: 3rpx;
- }
- .panel .eight_1 .title .right {
- color: #222;
- font-size: 26rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- margin-left: 10rpx;
- }
- .panel .eight_1 .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 .eight_1 .com {
- display: flex;
- flex-direction: row;
- color: #666;
- font-size: 22rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- padding-top: 10rpx;
- }
- .panel .eight_1 .com .left {
- width: 16%;
- }
- .panel .eight_1 .com .right {
- width: 82%;
- margin-left: 36rpx;
- display: flex;
- flex-wrap: wrap;
- }
- /* 福利岗位 */
- .welfe {
- }
- .welfe .one {
- display: flex;
- height: 410rpx;
- width: 100%;
- }
- .welfe .one image {
- width: 100%;
- height: 100%;
- }
- .welfe .two {
- display: flex;
- align-items: center;
- justify-content: center;
- padding: 70rpx 0rpx;
- margin: 0rpx 30rpx;
- flex-direction: column;
- border-bottom: 2rpx solid #ddd;
- }
- .welfe .two .wel_tagline {
- font-size: 36rpx;
- font-family: SourceHanSansCN-Medium;
- font-weight: 500;
- color: rgba(34, 34, 34, 1);
- }
- .welfe .two .wel_title {
- padding-top: 24rpx;
- font-size: 22rpx;
- font-family: SourceHanSansCN-Medium;
- font-weight: 500;
- color: rgba(102, 102, 102, 1);
- }
- .welfe .three {
- display: flex;
- justify-content: center;
- padding: 60rpx 0rpx 0rpx 0rpx;
- flex-direction: column;
- border-bottom: 2rpx solid #ddd;
- margin: 0rpx 30rpx;
- }
- .welfe .three .title {
- display: flex;
- flex-direction: row;
- align-items: center;
- padding-bottom: 20rpx;
- }
- .welfe .three .title .left {
- width: 6rpx;
- height: 22rpx;
- background: rgba(30, 98, 167, 1);
- border-radius: 3rpx;
- }
- .welfe .three .title .right {
- color: #222;
- font-size: 26rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- margin-left: 10rpx;
- }
- .welfe .three .wel_top {
- padding: 70rpx 0rpx;
- width: 100%;
- }
- .welfe .three .wel_top image {
- width: 100%;
- }
- .welfe .three .wel_detail1 {
- }
- .welfe .four {
- display: flex;
- justify-content: center;
- padding: 60rpx 30rpx 170rpx 30rpx;
- flex-direction: column;
- border-bottom: 2rpx solid #ddd;
- }
- .welfe .four .title {
- display: flex;
- flex-direction: row;
- align-items: center;
- padding-bottom: 20rpx;
- }
- .welfe .four .title .left {
- width: 6rpx;
- height: 22rpx;
- background: rgba(30, 98, 167, 1);
- border-radius: 3rpx;
- }
- .welfe .four .title .right {
- color: #222;
- font-size: 26rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- margin-left: 10rpx;
- }
- .welfe .four .welfare-container {
- padding-top: 10rpx;
- }
- /* btn */
- .fixed-footer {
- position: fixed;
- left: 0;
- bottom: 0;
- width: 100%;
- }
- .btn-group {
- background: #fff;
- padding: 20rpx;
- box-sizing: border-box;
- }
- .selfBtn {
- display: flex;
- height: 88rpx;
- line-height: 88rpx;
- align-items: center;
- box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
- background: linear-gradient(90deg, rgba(59, 120, 207, 1), rgba(80, 166, 195, 1));
- border-radius: 44rpx;
- justify-content: center;
- font-size: 38rpx;
- font-family: SourceHanSansCN-Normal;
- font-weight: 400;
- color: rgba(255, 254, 254, 1);
- }
- /*弹窗*/
- .pt-container, .pt-container .mask {
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- }
- .pt-container .mask {
- background: rgba(0, 0, 0, 0.6);
- }
- .pt_detail {
- position: fixed;
- top: 240rpx;
- width: 76%;
- height: auto;
- left: 12%;
- background: #fff;
- z-index: 99999;
- border-radius: 24rpx;
- overflow: hidden;
- }
- .modal_1 {
- padding-top: 80rpx;
- display: flex;
- width: 100%;
- justify-content: center;
- }
- .modal_1 :first-child {
- margin-left: 0rpx !important;
- }
- .modal_1 .border {
- width: 162rpx;
- height: 162rpx;
- border-radius: 50%;
- border: 2rpx solid #fff;
- background-color: #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- margin-left: -30rpx;
- }
- .modal_1 image {
- width: 142rpx;
- height: 142rpx;
- border-radius: 50%;
- }
- .modal_2 {
- padding-top: 40rpx;
- display: flex;
- width: 100%;
- align-items: center;
- justify-content: center;
- color: #666;
- font-size: 32rpx;
- }
- .modal_2 text {
- color: #ff8f01;
- font-size: 44rpx;
- }
- .modal_3 {
- padding-top: 24rpx;
- padding-bottom: 56rpx;
- display: flex;
- width: 100%;
- align-items: center;
- justify-content: center;
- color: #666;
- font-size: 26rpx;
- height: 34rpx;
- }
- .modal_3 .countdown-class {
- color: #ff8f01;
- margin-top: -34rpx;
- }
- .modal-footer {
- display: flex;
- flex-direction: row;
- height: 92rpx;
- border-top: 1px solid #ddd;
- line-height: 92rpx;
- align-items: center;
- }
- .btn-cancel {
- width: 50%;
- font-size: 32rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- color: rgba(153, 153, 153, 1);
- text-align: center;
- border-right: 1px solid #ddd;
- }
- .btn-confirm {
- width: 50%;
- font-size: 32rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- color: rgba(255, 143, 1, 1);
- text-align: center;
- }
- /* 所有拼工 */
- .allpt-container, .allpt-container .mask {
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- }
- .allpt-container .mask {
- background: rgba(0, 0, 0, 0.6);
- }
- .allpt_detail {
- position: fixed;
- top: 240rpx;
- width: 76%;
- height: auto;
- left: 12%;
- background: #fff;
- z-index: 99999;
- border-radius: 24rpx;
- overflow: hidden;
- }
- .allpt_detail .title {
- font-size: 32rpx;
- font-family: MicrosoftYaHei;
- font-weight: 400;
- color: rgba(102, 102, 102, 1);
- display: flex;
- width: 100%;
- justify-content: center;
- padding: 40rpx 0rpx;
- border-bottom: 2rpx solid #ddd;
- }
- .allpt_detail .allpt_list {
- display: flex;
- height: 94rpx;
- justify-content: space-between;
- align-items: center;
- color: #666;
- font-size: 26rpx;
- padding: 0rpx 20rpx;
- border-bottom: 2rpx solid #fafafa;
- }
- .allpt_detail .allpt_list .left {
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .allpt_detail .allpt_list .left .left_1 {
- width: 60rpx;
- height: 60rpx;
- margin-left: -10rpx;
- }
- .allpt_detail .allpt_list .left :first-child {
- margin-left: 0rpx !important;
- }
- .allpt_detail .allpt_list .left .left_1 image {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
- .allpt_detail .allpt_list .left .left_2 {
- margin-left: 16rpx;
- display: flex;
- flex-wrap: wrap;
- font-size: 24rpx;
- }
- .allpt_detail .allpt_list .left .left_2 text {
- color: #ff8f01;
- padding: 0 6rpx;
- }
- .allpt_detail .allpt_list .right {
- font-size: 22rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- color: rgba(255, 143, 1, 1);
- }
- /* 收藏 */
- .favour {
- position: fixed;
- top: 312rpx;
- right: 30rpx;
- width: 66rpx;
- height: 66rpx;
- }
- .favour image {
- width: 100%;
- height: 100%;
- }
|