| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394 |
- /* 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;
- padding: 5rpx 0;
- /* 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;
- }
|