| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393 |
- /* pages/detail/index.wxss */
- page {
- background: #f5f5f5;
- padding-bottom: 139rpx;
- }
- .panel-header {
- height: 170rpx;
- background: #fff;
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- }
- .panel .one {
- display: flex;
- align-items: center;
- /* height: 70rpx; */
- justify-content: space-between;
- padding: 0 30rpx;
- background: #fff;
- }
- .panel .one .left {
- color: #333;
- font-size: 42rpx;
- 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: 42rpx;
- font-family: Arial-BoldMT;
- /* font-weight: bold; */
- color: #ff401a;
- width: 300rpx;
- text-align: right;
- }
- .panel .one .salary image {
- width: 18rpx;
- height: 24rpx;
- }
- .panel .two {
- background: #fff;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 20rpx 30rpx;
- }
- .panel .two .left {
- display: flex;
- flex-direction: row;
- font-size: 28rpx;
- font-family: PingFangSC;
- /* font-weight: 400; */
- color: #666;
- }
- .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: 28rpx;
- }
- .panel .two1 {
- min-height: 76rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- background: #fff;
- padding: 0 30rpx;
- border-top: 1rpx solid #f5f5f5;
- /* border-bottom: 1rpx solid #eee; */
- }
- .panel .two1 .left {
- flex: 1;
- display: flex;
- flex-direction: row;
- font-size: 22rpx;
- font-family: PingFangSC;
- font-weight: 400;
- color: rgba(102, 102, 102, 1);
- }
- .panel .two1 .left .reward {
- flex: 1;
- display: flex;
- flex-wrap: wrap;
- align-items: center;
- justify-content: space-between;
- }
- .panel .two1 .left .reward1 {
- height: 38rpx;
- width: 100rpx;
- text-align: center;
- line-height: 38rpx;
- background: linear-gradient(270deg, rgba(255, 131, 49, 1) 0%, rgba(255, 83, 49, 1) 100%);
- border-radius: 10rpx;
- font-size: 24rpx;
- padding: 4rpx 12rpx;
- font-family: PingFangSC;
- font-weight: 400;
- color: rgba(255, 255, 255, 1);
- }
- .panel .two1 .left .reward2 {
- flex: 1;
- margin-left: 20rpx;
- font-size: 26rpx;
- font-family: PingFangSC;
- /* font-weight: 400; */
- color: #333;
- }
- .panel .two1 .left .reward3 {
- margin-left: 20rpx;
- font-size: 24rpx;
- font-family: PingFangSC;
- font-weight: 400;
- color: rgba(255, 143, 1, 1);
- }
- .panel .two1 .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: 20rpx;
- }
- .panel .two1 .left .backmoney image {
- width: 10rpx;
- height: 14rpx;
- }
- .panel .two1 .right {
- width: 240rpx;
- color: #333;
- font-size: 28rpx;
- display: flex;
- align-items: center;
- justify-content: flex-end;
- }
- .panel .two_1 {
- background: #fff;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 15rpx 30rpx;
- height: 28rpx;
- border-top: 1rpx solid #f5f5f5;
- }
- .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 {
- background: #fff;
- display: flex;
- justify-content: center;
- flex-direction: column;
- margin-top: 22rpx;
- padding-bottom: 15rpx;
- }
- .panel .five .title {
- height: 114rpx;
- display: flex;
- flex-direction: row;
- align-items: center;
- padding: 0 30rpx;
- box-sizing: border-box;
- border-bottom: 2rpx solid #eee;
- margin-bottom: 15rpx;
- /* padding: 0 30rpx; */
- /* padding-bottom: 20rpx; */
- }
- .panel .five .title .left {
- width: 32rpx;
- height: 28rpx;
- /* background: rgba(30, 98, 167, 1);
- border-radius: 3rpx; */
- }
- .panel .five .title .right {
- color: #333;
- font-size: 30rpx;
- font-family: SourceHanSansCN-Regular;
- /* font-weight: 400; */
- margin-left: 15rpx;
- }
- .panel .five .basesalay {
- display: flex;
- flex-direction: row;
- color: #666;
- font-size: 22rpx;
- font-family: SourceHanSansCN-Regular;
- padding: 15rpx 30rpx;
- box-sizing: border-box;
- }
- .panel .five .basesalay .left {
- width: 16%;
- }
- .panel .five .basesalay .right {
- width: 82%;
- margin-left: 36rpx;
- display: flex;
- flex-wrap: wrap;
- word-break: break-all;
- }
- .panel .six {
- background: #fff;
- display: flex;
- justify-content: center;
- flex-direction: column;
- margin-top: 22rpx;
- padding-bottom: 15rpx;
- }
- .panel .six .title {
- height: 114rpx;
- display: flex;
- flex-direction: row;
- align-items: center;
- padding: 0 30rpx;
- box-sizing: border-box;
- border-bottom: 2rpx solid #eee;
- margin-bottom: 15rpx;
- }
- .panel .six .title .left {
- width: 32rpx;
- height: 32rpx;
- }
- .panel .six .title .right {
- color: #333;
- font-size: 30rpx;
- font-family: SourceHanSansCN-Regular;
- /* font-weight: 400; */
- margin-left: 15rpx;
- }
- .panel .six .sex {
- display: flex;
- flex-direction: row;
- color: #666;
- font-size: 22rpx;
- font-family: SourceHanSansCN-Regular;
- padding: 15rpx 30rpx;
- box-sizing: border-box;
- }
- .panel .six .sex .left {
- width: 16%;
- }
- .panel .six .sex .right {
- width: 82%;
- margin-left: 36rpx;
- display: flex;
- flex-wrap: wrap;
- }
- .panel .seven {
- background: #fff;
- display: flex;
- justify-content: center;
- flex-direction: column;
- margin-top: 22rpx;
- padding-bottom: 15rpx;
- }
- .panel .seven .title {
- height: 114rpx;
- display: flex;
- flex-direction: row;
- align-items: center;
- padding: 0 30rpx;
- box-sizing: border-box;
- border-bottom: 2rpx solid #eee;
- margin-bottom: 15rpx;
- }
- .panel .seven .title .left {
- width: 32rpx;
- height: 35rpx;
- }
- .panel .seven .title .right {
- color: #333;
- font-size: 30rpx;
- font-family: SourceHanSansCN-Regular;
- /* font-weight: 400; */
- margin-left: 15rpx;
- }
- .panel .seven .work {
- display: flex;
- flex-direction: row;
- color: #666;
- font-size: 22rpx;
- font-family: SourceHanSansCN-Regular;
- padding: 15rpx 30rpx;
- box-sizing: border-box;
- }
- .panel .seven .work .left {
- width: 16%;
- }
- .panel .seven .work .right {
- width: 82%;
- margin-left: 36rpx;
- display: flex;
- flex-wrap: wrap;
- }
- .panel .eight {
- background: #fff;
- display: flex;
- justify-content: center;
- flex-direction: column;
- margin-top: 22rpx;
- padding-bottom: 15rpx;
- }
- .panel .eight .title {
- height: 114rpx;
- display: flex;
- flex-direction: row;
- align-items: center;
- padding: 0 30rpx;
- box-sizing: border-box;
- border-bottom: 2rpx solid #eee;
- margin-bottom: 15rpx;
- }
- .panel .eight .title .left {
- width: 32rpx;
- height: 32rpx;
- }
- .panel .eight .title .right {
- color: #333;
- font-size: 30rpx;
- font-family: SourceHanSansCN-Regular;
- /* font-weight: 400; */
- margin-left: 15rpx;
- }
- .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: 15rpx 30rpx;
- box-sizing: border-box;
- }
- .panel .eight .com {
- display: flex;
- flex-direction: row;
- color: #666;
- font-size: 22rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- padding: 0 30rpx;
- margin-top: 10rpx;
- }
- .panel .eight .com .left {
- width: 16%;
- }
- .panel .eight .com .right {
- width: 82%;
- margin-left: 36rpx;
- display: flex;
- flex-wrap: wrap;
- }
- .eight-company {
- height: 86rpx;
- font-size: 28rpx;
- color: #333;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 0 30rpx;
- }
- .eight-company-name {
- flex: 1;
- }
- .companyDescription {
- width: 200rpx;
- text-align: right;
- font-size: 24rpx;
- color: #0177ff;
- }
- .panel .nine {
- height: 154rpx;
- color: #ff401a;
- background: #fff;
- font-size: 24rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- /* padding: 40rpx 30rpx 180rpx 30rpx; */
- /* flex-direction: column; */
- font-family: SourceHanSansCN-Medium;
- /* font-weight: 500; */
- padding: 0 30rpx;
- box-sizing: border-box;
- margin-top: 22rpx;
- }
- .panel .nine .nin-image {
- width: 60rpx;
- height: 60rpx;
- margin-right: 30rpx;
- }
- .panel .nine view {
- flex: 1;
- }
- .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 {
- padding: 30rpx;
- }
- .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 .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%;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .btn-group {
- background: #fff;
- width: 100%;
- height: 124rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .button {
- width: 690rpx;
- height: 88rpx;
- color: #fff;
- font-size: 34rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .call-kefu {
- width: 220rpx;
- height: 88rpx;
- color: #0177FF;
- text-align: center;
- line-height: 88rpx;
- border-radius: 10rpx;
- border: 1rpx solid #0177FF;
- margin-right: 20rpx;
- }
- .selfBtn {
- flex: 1;
- height: 100%;
- color: #fff;
- font-size: 34rpx;
- background: #0177ff;
- border-radius: 10rpx;
- }
- /*弹窗*/
- .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 {
- font-size: 28rpx;
- color: #333;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .favour image {
- width: 25rpx;
- height: 23rpx;
- margin-right: 6rpx;
- }
- .share {
- margin-left: 40rpx;
- }
- .favour image {
- height: 25rpx;
- }
- .address {
- height: 150rpx;
- background: #fff;
- padding: 0 30rpx;
- border-top: 2rpx solid #f5f5f5;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .address-left {
- height: 100%;
- flex: 1;
- color: #333;
- font-size: 34rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding-right: 15rpx;
- }
- .address-left image {
- height: 73rpx;
- width: 73rpx;
- margin-right: 35rpx;
- }
- .address-content {
- height: 100%;
- flex: 1;
- padding: 20rpx 0;
- box-sizing: border-box;
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- }
- .address-content-address {
- font-size: 26rpx;
- color: #666;
- }
- .address-right {
- width: 140rpx;
- color: #0177ff;
- font-size: 26rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .address-bar {
- width: 2rpx;
- height: 84rpx;
- background: #ddd;
- /* border: 1rpx solid rgba(221, 221, 221, 1); */
- }
- .address-right text {
- margin: 0 20rpx;
- }
- .regularBus {
- height: 130rpx;
- font-weight: 400;
- background: #fff;
- font-family: PingFangSC-Regular, PingFang SC;
- color: #333;
- font-size: 34rpx;
- padding: 0 30rpx;
- display: flex;
- align-items: center;
- border-top: 1rpx solid #eee;
- }
- .regularBus image {
- width: 60rpx;
- height: 54rpx;
- margin-right: 40rpx;
- }
- .show-share {
- height: 100%;
- width: 100%;
- background: rgba(0, 0, 0, 0.6);
- position: fixed;
- left: 0;
- top: 0;
- display: flex;
- /* align-items: center; */
- justify-content: center;
- }
- .share-content {
- width: 100%;
- height: calc(100% - 180rpx);
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .share-content-content {
- width: 552rpx;
- height: 960rpx;
- background: #fff;
- border-radius: 40rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- /* justify-content: center; */
- position: relative;
- }
- .share-content-image {
- height: 751rpx;
- width: 454rpx;
- }
- .share-content-header {
- width: 100%;
- padding: 0 49rpx;
- box-sizing: border-box;
- font-size: 28rpx;
- color: #333;
- margin-top: 65rpx;
- margin-bottom: 29rpx;
- }
- .share-close {
- height: 48rpx;
- width: 48rpx;
- position: absolute;
- right: 20rpx;
- top: 20rpx;
- }
- .show-share-bottom {
- height: 180rpx;
- width: 100%;
- background: #fff;
- padding: 0 30rpx;
- box-sizing: border-box;
- display: flex;
- align-items: center;
- justify-content: space-around;
- position: absolute;
- left: 0;
- bottom: 0;
- }
- .share-item {
- color: #666;
- font-size: 24rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- position: relative;
- }
- .share-item image {
- width: 80rpx;
- margin-bottom: 15rpx;
- }
- .share-item button {
- height: 100%;
- width: 100%;
- position: absolute;
- left: 0;
- top: 0;
- opacity: 0;
- }
- .left_pin {
- width: 6rpx;
- height: 22rpx;
- background: rgba(30, 98, 167, 1);
- border-radius: 3rpx;
- }
|