123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848 |
- page {
- background: #F3F3F3;
- color: #333;
- padding:24rpx 0 80rpx;
- /* padding:0 24rpx; */
- }
- view,text{
- box-sizing: border-box;
- color:#333;
- font-size: 34rpx;
- }
- .whole-page{
- min-height: 2000rpx;
- }
- /* 服务单 */
- .service-order{
- margin:10rpx 24rpx 16rpx;
- width:702rpx;
- background: #fff;
- border-radius: 18rpx;
- min-height: 300rpx;
- padding:0 20rpx 32rpx;
- }
- .service-title{
- height:96rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- line-height: 96rpx;
- }
- .ser-title-left image{
- width:36rpx;
- height:36rpx;
- margin-right:6rpx;
- }
- .ser-title-left view{
- font-size: 32rpx;
- }
- .ser-title-right view{
- font-size: 22rpx;
- color: #09AFFF;
- }
- .ser-title-right image{
- width:76px;
- height:36px;
- margin-right:6rpx;
- }
- .ser-title-left,.ser-title-right{
- display: flex;
- align-items: center;
- height: 96rpx;
- }
- .related-info{
- background: #F6FFED;
- border-radius: 18rpx;
- padding:24rpx 12rpx 32rpx;
- }
- .related-info .column{
- height: 60rpx;
- line-height: 60rpx;
- display: flex;
- justify-content: space-between;
- }
- .column .title{
- font-weight: bold;
- }
- .related-info .row{
- line-height: 60rpx;
- }
- .notice{
- padding:10rpx 12rpx;
- background: #E6F7FF;
- border-radius: 14rpx;
- display: flex;
- line-height: 36rpx;
- align-items: center;
- }
- .notice image{
- width:30rpx;
- height:30rpx;
- margin-right:20rpx;
- }
- .notice view{
- color: #09AFFF;
- font-size: 26rpx;
- }
- .service-info{
- padding-left:12rpx;
- }
- .service-info .row{
- line-height: 60rpx;
- }
- .service-info .order-num{
- height: 60rpx;
- display: flex;
- align-items: center;
- }
- .copy-img{
- width:36rpx;
- height:36rpx;
- margin-left:4rpx;
- }
- .service-info .column{
- height: 60rpx;
- line-height: 60rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .callup-img{
- width:36rpx;
- height: 36rpx;
- }
- .service-info .address{
- display: flex;
- margin:6rpx 0;
- line-height: 48rpx;
- }
- .service-info .address .detail{
- flex:1;
- }
- .service-info .address image{
- margin:12rpx 0 0 30rpx;
- width:36rpx;
- height: 36rpx;
- }
- .operate-block{
- display: flex;
- align-items: center;
- margin-top:22rpx;
- height: 40rpx;
- line-height: 40rpx;
- justify-content: flex-end;
- }
- .operate-item{
- display: flex;
- height: 40rpx;
- align-items: center;
- margin-left:10rpx;
- }
- .operate-item image{
- width:32rpx;
- height:32rpx;
- margin-right:4rpx;
- }
- .operate-item view{
- font-size: 30rpx;
- color: #0EAEFC;
- }
- .operate-item.disable view{
- color: rgba(0,0,0,0.25);
- }
- /* 日维度 */
- .date-board-wrapper{
- width: 702rpx;
- height: 250rpx;
- background: #FFFFFF;
- border-radius: 18rpx;
- padding:16rpx 26rpx;
- margin:0 24rpx;
- }
- .date-board{
- width: 650rpx;
- height: 218rpx;
- background: #E6F7FF;
- border-radius: 15rpx;
- display:flex;
- align-items: center;
- margin-bottom:38rpx;
- }
- view.date-order-left{
- height:218rpx;
- width:172rpx;
- border-right:2rpx solid #e4e4e4;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- font-size:30rpx;
- }
- .date-order-left view{
- font-size: 30rpx;
- }
- view.date-order-left .number{
- font-size: 36rpx;
- height: 50rpx;
- line-height: 50rpx;
- margin-bottom:10rpx;
- }
- .date-order-right{
- display:flex;
- flex-wrap: wrap;
- height: 218rpx;
- flex:1;
- }
- .data-item{
- height: 100rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: space-around;
- width:158rpx;
- }
- .data-item .num{
- font-size: 36rpx;
- height: 50rpx;
- color:#E2B650;
- }
- .data-item .item-tag{
- font-size: 24rpx;
- height: 36rpx;
- line-height: 36rpx;
- border-radius:4rpx;
- color:#fff;
- width:120rpx;
- text-align: center;
- background:#E2B650;
- }
- .data-item.red .num{
- color: #E85050;
- }
- .data-item.red .item-tag{
- width:74rpx;
- background: #FF5050;
- }
- .data-item.green .num{
- color: #39CB7F;
- }
- .data-item.green .num text{
- font-size: 24rpx;
- color: #39CB7F;
- }
- .data-item.green .item-tag{
- width:74rpx;
- background: #39CB7F;
- }
- .data-item.blue .num{
- color: #09AFFF;
- }
- .data-item.blue .num text{
- font-size: 24rpx;
- color: #09AFFF;
- }
- .data-item.blue .item-tag{
-
- width:74rpx;
- background: #09AFFF;
- }
- .current-date{
- height: 70rpx;
- display:flex;
- align-items: center;
- padding-left:48rpx;
- background:#F3F3F3;
- }
- .current-date .day{
- color: #09AFFF;
- line-height: 48rpx;
- height: 48rpx;
- font-size: 30rpx;
- border-bottom: 4rpx solid #09afff;
- }
- .current-date .today{
- width: 64rpx;
- height: 40rpx;
- background: #FFFFFF;
- border-radius: 4rpx;
- border: 2rpx solid #1677FF;
- font-size: 24rpx;
- color:#1677FF;
- margin:8rpx 0 0 8rpx;
- text-align: center;
- }
- /* 请假记录 */
- .leave-fold{
- width: 702rpx;
- height: 66rpx;
- background: #FFFFFF;
- border-radius: 16rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin:12rpx 24rpx;
- padding:0 20rpx 0 40rpx;
- }
- .fold-left{
- font-size: 32rpx;
- }
- .fold-right{
- display: flex;
- align-items: center;
- height: 66rpx;
- }
- .fold-right .leave-num{
- color: #666;
- }
- .fold-right image{
- width:24rpx;
- height: 24rpx;
- margin-left:6rpx;
- }
- .leave-item{
- width: 702rpx;
- background: #FFFFFF;
- border-radius: 18rpx;
- padding:28rpx 26rpx 40rpx;
- margin:0 24rpx;
- }
- .leave-title{
- height: 48rpx;
- display:flex;
- align-items: center;
- margin-bottom:16rpx;
- }
- .leave-title image{
- width:34rpx;
- height: 34rpx;
- margin-right:10rpx;
- }
- .leave-title view{
- font-size: 32rpx;
- line-height: 48rpx;
- }
- .leave-line{
- margin-bottom:6rpx;
- line-height: 48rpx;
- display:flex ;
- }
- .leave-line view:first-child{
- width:150rpx;
- }
- .leave-line view:last-child{
- flex:1;
- }
- .dqjsq{
- width:110rpx;
- height: 110rpx;
- background:#fff;
- border-radius: 110rpx;
- position:fixed;
- z-index: 99;
- right:64rpx;
- bottom:254rpx;
- }
- .calendar-wrapper{
- margin:12rpx 24rpx 0;
- width:702rpx;
- border-radius:18rpx;
- background:#fff;
- min-height: 200rpx;
- padding:30rpx 24rpx 18rpx;
- }
- .current-month{
- margin:12rpx 0 22rpx;
- height: 48rpx;
- font-size: 28rpx;
- line-height: 48rpx;
- }
- .month-title{
- height: 48rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .month-title-left{
- height: 48rpx;
- display: flex;
- align-items: center;
- }
- .month-title-left view{
- font-size: 32rpx;
- }
- .month-title-left image{
- margin-left:12rpx;
- width:32rpx;
- height: 32rpx;
- }
- .month-title-right{
- display: flex;
- align-items: center;
- height: 48rpx;
- }
- .month-title-right image{
- width:28rpx;
- height: 28rpx;
- margin-left:4rpx;
- }
- .last-month{
- line-height: 48rpx;
- }
- .next-month{
- line-height: 48rpx;
- margin-left:14rpx;
- }
- .month-border-wrapper view.date-order-left{
- justify-content: space-between;
- }
- .month-order-item{
- height: 100rpx;
- display:flex;
- flex-direction: column;
- align-items: center;
- }
- view.date-order-left .month-order-item .number{
- margin-bottom:0;
- }
- .whole-calendar{
- display: flex;
- flex-wrap: wrap;
- }
- .calendar-item{
- display: flex;
- flex-direction: column;
- width:92rpx;
- align-items: flex-end;
- padding:14rpx 0 6rpx;
- }
- .calendar-week{
- font-size: 32rpx;
- color:#999;
- height: 36rpx;
- line-height: 36rpx;
- width: 68rpx;
- text-align: center;
- }
- .calendar-day{
- height: 30rpx;
- line-height: 30rpx;
- font-size: 32rpx;
- color:#666;
- margin:6rpx 0;
- width: 68rpx;
- text-align: center;
- }
- .selected-calendar{
- background: rgba(9,175,255,0.05);
- border-radius: 12rpx;
- }
- .selected-calendar .calendar-week{
- color:#09afff;
- }
- .selected-calendar .calendar-day{
- color:#09afff;
- }
- .selected-dot{
- margin:0 30rpx 6rpx 0;
- width:6rpx;
- height: 6rpx;
- border-radius: 6rpx;
- background:transparent;
- }
- .selected-calendar .selected-dot{
- background:#09afff;
- }
- .calendar-order-item .time{
- /* width: 48rpx;
- height: 18rpx;
- line-height: 18rpx;
- font-size: 12rpx; */
- width: 68rpx;
- height: 32rpx;
- line-height: 32rpx;
- font-size: 24rpx;
- border-radius: 4rpx;
- background: #39CB7F;
- color:#fff;
- text-align:center;
- margin-bottom:8rpx;
- }
- .calendar-order-item .time.pl{
- background: #09AFFF;
- }
- .calendar-order-item .time.no-finish{
- background: #fff;
- color:#39CB7F;
- border:2rpx solid #39CB7F;
- }
- .calendar-order-item .time.pl.no-finish{
- background: #fff;
- color:#09AFFF;
- border:2rpx solid #09AFFF;
- }
- .eval-wrapper{
- width:14rpx;
- height: 32rpx;
- align-items: center;
- display: flex;
- margin-right:2rpx;
- }
- .calendar-order-item{
- display: flex;
- width:92rpx;
- justify-content: flex-end;
- }
- .eval-wrapper image{
- width:14rpx;
- height: 14rpx;
- }
- .fold-calcendar{
- display: flex;
- align-items: center;
- flex-direction: column;
- width:140rpx;
- margin:0 auto;
- }
- .fold-calcendar image{
- width:36rpx;
- height: 36rpx;
- }
- .fold-calcendar view{
- color: #09AFFF;
- font-size: 24rpx;
- margin-left:6rpx;
- line-height: 14rpx;
- }
- .service-status{
- height:60rpx;
- align-items: center;
- display: flex;
- }
- .service-status image{
- width:24rpx;
- height:24rpx;
- margin-right:8rpx;
- }
- .invite-comment{
- background: #E6F7FF;
- border-radius: 7rpx;
- border: 2px solid #91D5FF;
- color: #096DD9;
- font-size: 22rpx;
- width: 92rpx;
- height: 32rpx;
- text-align:center;
- margin:0 10rpx;
- line-height: 24rpx;
- }
- .hp-wrapper{
- display:flex;
- align-items: center;
- margin-right:10rpx;
- width: 96rpx;
- height: 32rpx;
- background: #F6FFED;
- border-radius: 7rpx;
- border: 2rpx solid #A0D911;
- justify-content: center;
- }
- .hp-wrapper text{
- color: #73D13D;
- line-height: 24rpx;
- font-size: 22rpx;
- }
- .cp-wrapper{
- display:flex;
- align-items: center;
- width: 96rpx;
- height: 32rpx;
- background: #FFF2E8;
- border-radius: 7rpx;
- border: 2rpx solid #FA541C;
- justify-content: center;
- }
- .cp-wrapper text{
- color: #FA541C;
- line-height: 24rpx;
- font-size: 22rpx;
- }
- .service-order.cancel-order view{
- color:#aaa;
- }
- .service-order.cancel-order view.blue-font{
- color:#09AFFF;
- }
- .interview{
- width: 702rpx;
- /* height: 476rpx; */
- background: #FFFFFF;
- border-radius: 18rpx;
- padding:46rpx 24rpx 32rpx 24rpx;
- margin:20rpx 24rpx;
- }
- .interview-title{
- height:48rpx;
- display: flex;
- align-items: center;
- }
- .interview-title image{
- width:34rpx;
- height:34rpx;
- margin-right:14rpx;
- }
- .interview-date{
- height:48rpx;
- line-height: 48rpx;
- margin:70rpx 0 46rpx;
- }
- .interview-location{
- line-height: 48rpx;
- margin-bottom:48rpx;
- padding-right:24rpx;
- }
- .interview-operate{
- display:flex;
- align-items: center;
- justify-content: flex-end;
- height: 40rpx;
- color: #0EAEFC;
- }
- .overlay-wrapper{
- display: flex;
- align-items: center;
- justify-content: center;
- height: 100%;
- /* z-index:999; */
- padding:0 50rpx;
- flex-direction: column;
-
- }
- .star-wrapper{
- width: 650rpx;
- height: 624rpx;
- background: #FFFFFF;
- border-radius: 33rpx;
- border: 1px solid #979797;
- padding:44rpx 40rpx 0;
- display:flex;
- flex-direction: column;
- align-items: center;
- }
- .star-wrapper .title{
- font-size: 34rpx;
- height: 48rpx;
- margin-bottom:40rpx;
- }
- .submit-eval{
- width: 650rpx;
- height: 110rpx;
- background: #3D7FFF linear-gradient(270deg, rgba(0,202,255,0.5) 0%, rgba(9,175,255,0.5) 100%);
- border-radius: 110rpx;
- line-height: 110rpx;
- font-size: 44rpx;
- text-align: center;
- color:#fff;
- margin-top:40rpx;
- }
- .comment-area{
- margin-top: 40rpx;
- height: 280rpx;
- border: 2rpx solid #ddd;
- padding: 16rpx;
- width: 560rpx;
- box-sizing: border-box;
- text-align: justify;
- border-radius: 8rpx;
- }
- view.van-radio__icon-wrap .van-icon{
- color:#fff;
- font-size: 32rpx;
- }
- .logout{
- font-weight: 600;
- color: #716F6F;
- line-height: 42rpx;
- text-decoration: underline;
- margin:34rpx 0 80rpx;
- font-size: 30rpx;
- text-align: center;
- }
- .user-wrapper{
- margin:0 24rpx 16rpx;
- background: #FFFFFF;
- border-radius: 18rpx;
- padding:28rpx 18rpx 32rpx 24rpx;
- width:702rpx;
- }
- .user-info{
- display: flex;
- align-items: center;
- height:100rpx;
- }
- .user-img{
- width:148rpx;
- height: 148rpx;
- border-radius:148rpx;
- margin-right:16rpx;
- background: #eee;
- margin-top:-100rpx;
- }
- .user-right{
- /* height: 150rpx; */
- display: flex;
- flex-direction: column;
- /* justify-content: space-between; */
- flex:1;
- line-height:32rpx;
- }
- .user-name{
- display: flex;
- height: 32rpx;
- justify-content: space-between;
- margin-bottom:24rpx;
- }
- .user-name text{
- font-size: 38rpx;
- font-weight: bold;
- }
- .city-station{
- line-height: 40rpx;
- }
- .job-year{
- color: #096DD9;
- }
- .user-bottom{
-
- }
- .user-tag{
- display: flex;
- }
- .user-tag view{
- background: #E6F7FF;
- border-radius: 4rpx;
- border: 1rpx solid #91D5FF;
- width:74rpx;
- height: 34rpx;
- color: #096DD9;
- font-size: 22rpx;
- text-align: center;
- margin-right:10rpx;
- }
- .health{
- display: flex;
- }
- .health image{
- width:36rpx;
- height: 34rpx;
- /* margin-right:6rpx; */
- }
- .health text{
- color: #096DD9;
- font-size: 26rpx;
- line-height: 26rpx;
- }
- .company{
- color: #666;
- margin:0 0 16rpx 10rpx;
- }
- .recommend{
- display: flex;
- height: 68rpx;
- align-items: center;
- }
- .recommend view{
- font-size: 32rpx;
- margin-left:10rpx;
-
- }
- .recommend view text{
- font-weight: bold;
- color:#064952;
- font-size: 36rpx;
- }
- .recommend .copy-img{
- width:40rpx;
- height:40rpx;
- margin:4rpx 0 0 8rpx;
- }
- /*二维码弹框*/
- .myqr{
- position: absolute;
- z-index: 999;
- width: 100%;
- text-align: center;
- height: auto;
- }
- .myqr .cancel{
- width: 60rpx;
- height: 60rpx;
- margin-top: 30rpx;
- margin-left: 480rpx;
- }
- .myqr .img{
- width: 480rpx;
- /* margin-top: 150rpx; */
- }
- .myqr .btn{
- width: 120rpx;
- height: 120rpx;
- line-height: 120rpx;
- margin-top: 40rpx;
- padding: 30rpx;
- background: #ffffff;
- border-radius:60rpx;
- }
- .appoint-time{
- width:80rpx;
- text-align: center;
- font-size: 26rpx;
- line-height: 30rpx;
- background: #fff;
- color:#39CB7F;
- /* border:2rpx solid #39CB7F; */
- border-radius: 8rpx;
- }
- .service-tag-line {
- display: flex;
- flex-wrap: wrap;
- margin-top:30rpx;
- }
- .tag-important {
- height: 48rpx;
- line-height: 46rpx;
- background: #16A9FF;
- border-radius: 48rpx;
- font-size: 30rpx;
- color: #FFFFFF;
- margin-right: 10rpx;
- padding: 0 20rpx;
- }
- .tag-common {
- height: 48rpx;
- line-height: 44rpx;
- border-radius: 48rpx;
- font-size: 30rpx;
- color: #999;
- margin: 0 10rpx 30rpx 0;
- border: 1rpx solid #999999;
- padding: 0 20rpx;
- }
|