123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101 |
- page {
- background: #F3F3F3;
- color: #333;
- }
- view,
- text {
- box-sizing: border-box;
- color: #333;
- font-size: 34rpx;
- }
- .van-tab--active view.van-ellipsis {
- color: #09afff;
- }
- .ticket-list {
- margin: 22rpx 24rpx 0;
- width: 702rpx;
- }
- .ticket-item {
- background: #FFFFFF;
- border-radius: 18rpx;
- min-height: 200rpx;
- margin-bottom: 24rpx;
- padding: 30rpx 24rpx 28rpx;
- }
- .ticket-top {
- margin-bottom: 18rpx;
- height: 48rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .top-left,
- .top-right {
- height: 48rpx;
- display: flex;
- align-items: center;
- line-height: 48rpx;
- }
- .top-left image {
- width: 34rpx;
- height: 34rpx;
- margin-right: 10rpx;
- }
- .top-left view {
- font-size: 32rpx;
- }
- .top-right view {
- color: #09AFFF;
- font-size: 22rpx;
- }
- .top-right image {
- width: 24rpx;
- height: 24rpx;
- margin-right: 10rpx;
- }
- .ticket-content view {
- line-height: 48rpx;
- }
- .prorgress {
- height: 48rpx;
- display: flex;
- align-items: center;
- }
- .progress-dot {
- width: 10rpx;
- height: 10rpx;
- background: #09AFFF;
- border-radius: 10rpx;
- margin-right: 8rpx;
- }
- .progress-tip {
- font-size: 16rpx;
- color: #999;
- line-height: 24rpx;
- padding-left: 18rpx;
- }
- .ticket-bottom {
- display: flex;
- align-items: center;
- margin-top: 22rpx;
- height: 40rpx;
- line-height: 40rpx;
- justify-content: flex-end;
- }
- .ticket-bottom view {
- color: #0EAEFC;
- line-height: 40rpx;
- }
- .ticket-bottom image {
- width: 24rpx;
- height: 24rpx;
- margin-right: 8rpx;
- }
- /* 服务单 */
- .service-order {
- margin: 14rpx 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: 24rpx;
- height: 24rpx;
- 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 32rpx 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: 28rpx;
- }
- .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: 34rpx;
- height: 34rpx;
- }
- .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: 34rpx;
- height: 34rpx;
- }
- .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: 12rpx;
- }
- .operate-item image {
- width: 30rpx;
- height: 30rpx;
- margin-right: 6rpx;
- }
- .operate-item view {
- font-size: 30rpx;
- color: #0EAEFC;
- }
- .operate-item.disable view {
- color: rgba(0, 0, 0, 0.25);
- }
- .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;
- }
- .book {
- margin: 20rpx 20rpx;
- /* margin-bottom: 20rpx; */
- /* height: 320rpx; */
- /* width: 710rpx; */
- border: 1rpx solid #999;
- border-radius: 10rpx;
- display: flex;
- flex-flow: column;
- padding-bottom: 20rpx;
- }
- .bookname {
- display: block;
- color: #333;
- line-height: 42rpx;
- font-size: 42rpx;
- margin: 20rpx 20rpx;
- font-weight: 500;
- }
- .serviceTime {
- display: block;
- color: #333;
- line-height: 32rpx;
- font-size: 32rpx;
- margin: 20rpx 20rpx;
- font-weight: 300;
- }
- .goodsname {
- color: #333;
- line-height: 32rpx;
- font-size: 32rpx;
- margin: 20rpx 20rpx;
- font-weight: 300;
- }
- .status {
- line-height: 40rpx;
- /* height: 40rpx; */
- float: right;
- margin: 10rpx;
- background-color: #09AFFF;
- padding: 10rpx;
- border-radius: 10rpx;
- color: #fff;
- font-size: 20rpx;
- }
- .address {
- display: block;
- color: darkred;
- line-height: 46rpx;
- font-size: 36rpx;
- margin: 20rpx 20rpx;
- }
- .service {
- display: block;
- line-height: 40rpx;
- font-size: 33rpx;
- margin-left: 20rpx;
- }
- .tool {
- margin-right: 20rpx;
- margin-top: 10rpx;
- }
- .btn {
- height: 76rpx;
- line-height: 76rpx;
- float: right;
- color: #333;
- font-size: 30rpx;
- /* background-color: #09AFFF; */
- margin-left: 10rpx;
- border-radius: 10rpx;
- }
- /* 预检项目样式 */
- /* .row{
- margin-top: 20rpx;
- padding: 20rpx;
- border: 1rpx solid #999;
- border-radius: 10rpx;
- } */
- .title {
- display: block;
- height: 50rpx;
- }
- .left {
- float: left;
- color: #333;
- }
- .right {
- float: right;
- color: #333;
- }
- .category {
- font-size: 36rpx;
- color: #333;
- font-weight: 500;
- }
- .content {
- margin-top: 20rpx;
- }
- .device {
- font-size: 36rpx;
- font-weight: 200;
- }
- .problem {
- display: flex;
- flex-wrap: wrap;
- }
- .item {
- margin: 6rpx;
- }
- .img {
- margin: 10rpx;
- width: 80rpx;
- height: 80rpx;
- }
- .myqr {
- width: 560rpx;
- position: fixed;
- left: 50%;
- top: 50%;
- transform: translate3d(-50%, -50%, 0);
- background: #efe2e2;
- z-index: 999;
- border-radius: 20rpx;
- /* border: 1rpx solid #999; */
- padding: 20rpx;
- }
- .myqr .cancel {
- position: absolute;
- width: 60rpx;
- height: 60rpx;
- margin-left: 280rpx;
- }
- .myqr .img {
- width: 480rpx;
- }
- .star {
- display: flex;
- margin: 20rpx 0;
- }
- .star image {
- width: 60rpx;
- height: 60rpx;
- }
- .comment-txt {
- width: auto;
- border: 3rpx solid #999;
- border-radius: 10rpx;
- text-align: left;
- padding: 10rpx;
- color: #333;
- }
- .btn {
- height: 56rpx;
- line-height: 56rpx;
- width: 300rpx;
- color: #fff;
- font-size: 30rpx;
- background-color: #09AFFF;
- border-radius: 28rpx;
- letter-spacing: 3rpx;
- text-align: center;
- /* margin: 20rpx auto 0; */
- }
- .box-wrapper {
- height: 64rpx;
- background: #E6F7FF;
- border-radius: 14rpx;
- margin: 14rpx 24rpx 0;
- display: flex;
- align-items: center;
- padding-left: 30rpx;
- width: 702rpx;
- }
- .msg-box {
- height: 64rpx;
- overflow: hidden;
- width: 600rpx;
- }
- .msg-item {
- display: flex;
- align-items: center;
- height: 64rpx;
- }
- .box-wrapper image {
- width: 32rpx;
- height: 32rpx;
- margin-right: 8rpx;
- }
- .content-wrapper {
- flex: 1;
- display: flex;
- align-items: center;
- height: 64rpx;
- }
- .content-wrapper view {
- line-height: 64rpx;
- color: #09afff;
- font-size: 26rpx;
- }
- .anim {
- margin-top: -60rpx;
- transition: all 0.5s;
- }
- .msg-content {
- width: 600rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- page {
- padding-bottom: 200rpx;
- }
- /* 服务单信息 */
- .service-order-new {
- width: 710rpx;
- /* height: 518rpx; */
- background: #FFFFFF;
- border-radius: 18rpx;
- padding: 32rpx 34rpx 30rpx;
- margin: 10rpx 20rpx 16rpx;
- }
- .service-order-new.finished-order .title-left view {
- color:#999;
- }
- .service-order-new.finished-order .service-content view:first-child {
- color:#999;
- }
- .finished-order.customer-remark .remark-content{
- color:#999;
- }
- .customer-address.finished-order .address-detail{
- color:#999;
- }
- .service-order-new.finished-order .address-dot{
- background: #999;
- }
- .service-order-new.finished-order .address-detail{
- color: #999;
- }
- .service-order-new.finished-order .service-tips view{
- color: #999;
- }
- .service-title {
- height: 48rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 30rpx;
- }
- .title-left {
- display: flex;
- align-items: center;
- flex: 1;
- }
- .service-title image {
- width: 40rpx;
- height: 44rpx;
- }
- .order-status {
- font-weight: 600;
- font-size: 40rpx;
- color: #333333;
- line-height: 48rpx;
- }
- .title-left view {
- font-size: 40rpx;
- color: #333333;
- margin-left: 20rpx;
- }
- .service-content {
- display: flex;
- justify-content: space-between;
- margin: 30rpx 0 20rpx;
- }
- .service-content view {
- color: #333;
- font-size: 30rpx;
- line-height: 48rpx;
- }
- .service-content view.detail {
- /* font-weight: 600; */
- font-size: 40rpx;
- flex: 1;
- margin-left: 20rpx;
- text-align: right;
- }
- .service-address {
- display: flex;
- }
- .address-dot {
- width: 22rpx;
- height: 22rpx;
- background: #6DD400;
- border-radius: 22rpx;
- margin: 14rpx 10rpx 0 0;
- }
- .service-address .address-detail {
- font-size: 30rpx;
- color: #333333;
- line-height: 48rpx;
- text-align: justify;
- }
- .service-tips {
- display: flex;
- justify-content: space-between;
- margin: 10rpx 0 30rpx;
- }
- .tips-title {
- font-size: 30rpx;
- color: #333333;
- line-height: 48rpx;
- margin-right: 20rpx;
- }
- .tips-detail {
- font-size: 30rpx;
- color: #333333;
- line-height: 48rpx;
- }
- .service-provision {
- height: 48rpx;
- display: flex;
- justify-content: flex-end;
- align-items: flex-end;
- }
- .service-provision view {
- font-size: 24rpx;
- color: #999999;
- padding-bottom: 8rpx;
- }
- .service-provision view.provision-amount {
- color: #FA6400;
- font-size: 40rpx;
- font-weight: bold;
- padding-bottom: 0;
- margin-left: 16rpx;
- }
- .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;
- }
- .data-update {
- height: 48rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .data-update view {
- font-size: 24rpx;
- color: #999999;
- height: 48rpx;
- }
- .customer-remark {
- width: 710rpx;
- background: #FFFFFF;
- border-radius: 14rpx;
- padding: 30rpx 32rpx 48rpx;
- margin: 0 20rpx 20rpx;
- }
- .customer-remark .remark-title {
- font-size: 36rpx;
- color: #666666;
- line-height: 48rpx;
- height: 48rpx;
- margin-bottom: 20rpx;
- font-weight: bold;
- }
- .customer-remark .remark-content {
- font-size: 30rpx;
- color: #666666;
- line-height: 48rpx;
- }
- .customer-address {
- width: 710rpx;
- background: #FFFFFF;
- border-radius: 14rpx;
- padding: 30rpx 32rpx 20rpx;
- margin: 0 20rpx 20rpx;
- }
- .customer-address .address-title {
- height: 48rpx;
- margin-bottom: 20rpx;
- display: flex;
- justify-content: space-between;
- }
- .customer-address .address-title>view {
- font-weight: 500;
- font-size: 36rpx;
- color: #666666;
- }
- .customer-address .address-title>view.right {
- display: flex;
- align-items: center;
- }
- .address-title view.right image {
- width: 48rpx;
- height: 48rpx;
- margin-right: 10rpx;
- }
- .address-title view.right .navi-now {
- font-weight: 500;
- font-size: 40rpx;
- color: #333333;
- height: 48rpx;
- line-height: 44rpx;
- }
- .customer-address .address-detail {
- font-size: 30rpx;
- color: #333333;
- line-height: 48rpx;
- word-break: break-all;
- }
- .customer-address .address-detail text {
- font-size: 30rpx;
- color: #32C5FF;
- float: right;
- }
- .new-operate {
- width: 710rpx;
- height: 108rpx;
- background: #FFFFFF;
- border-radius: 14rpx;
- margin: 0 20rpx 20rpx;
- padding: 0 40rpx 0 30rpx;
- display: flex;
- justify-content: space-between;
- z-index: 1;
- position: relative;
- }
- .new-operate>view {
- display: flex;
- align-items: center;
- }
- .operate-left view {
- font-weight: 500;
- font-size: 36rpx;
- color: #666666;
- }
- .operate-left view.rebuy-code {
- font-size: 40rpx;
- color: #333333;
- margin-left: 40rpx;
- }
- .operate-right image {
- margin-right: 20rpx;
- width: 48rpx;
- height: 48rpx;
- }
- .operate-right .operate-text {
- font-size: 40rpx;
- color: #333333;
- line-height: 36rpx;
- }
- .operate-right .operate-text1 {
- font-size: 40rpx;
- color: #d77958;
- line-height: 36rpx;
- }
- .bottom-wrapper {
- position: fixed;
- bottom: 0;
- left: 0;
- right: 0;
- padding: 20rpx 18rpx 40rpx 22rpx;
- z-index: 99;
- width: 750rpx;
- /* padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom); */
- background: #fff;
- }
- .bottom-operate {
- /* height:138rpx; */
- /* padding:0 0 40rpx; */
- display: flex;
- align-items: center;
- width: 710rpx;
- justify-content: space-between;
- }
- .bottom-operate image {
- width: 264rpx;
- height: 138rpx;
- }
- .bottom-operate .operate-btn {
- width: 438rpx;
- height: 88rpx;
- background: #19C1FF;
- border-radius: 88rpx;
- font-size: 36rpx;
- color: #FFFFFF;
- line-height: 88rpx;
- text-align: center;
- }
- .van-fade-enter-active,
- .van-fade-leave-active {
- z-index: 999 !important;
- }
- .refund-order-overlay {
- width: 750rpx;
- height: 100vh;
- display: flex;
- align-items: center;
- justify-content: center;
- z-index: 999;
- }
- .refund-order-dialog {
- width: 606rpx;
- /* height: 644rpx; */
- border-radius: 14rpx;
- background: #ffffff;
- border-radius: 20rpx;
- position: relative;
- padding: 210rpx 30rpx 40rpx;
- background: url('https://jzmall.lifejingzhi.com/file/jzmall-dy/dia-bg-refund.png') no-repeat;
- background-color: #FFFFFF;
- background-size: 606rpx 210rpx;
- }
- .refund-dia-title {
- height: 56rpx;
- font-weight: bold;
- font-size: 40rpx;
- color: rgba(0, 0, 0, 0.85);
- line-height: 56rpx;
- text-align: center;
- margin: 60rpx 0 34rpx;
- }
- .refund-dia-tips {
- width: 540rpx;
- color: #333333;
- line-height: 46rpx;
- font-size: 32rpx;
- color: rgba(0, 0, 0, 0.85);
- text-align: center;
- white-space: wrap;
- margin-bottom: 120rpx;
- font-weight: bold;
- }
- .dia-btn-wrapper {
- height: 94rpx;
- display: flex;
- justify-content: space-between;
- }
- .dia-cancel-btn {
- width: 248rpx;
- height: 94rpx;
- line-height: 94rpx;
- border-radius: 94rpx;
- border: 2rpx solid #0093FF;
- font-size: 32rpx;
- color: #0093FF;
- /* font-weight: bold; */
- text-align: center;
- }
- .dia-conf-btn {
- width: 258rpx;
- height: 94rpx;
- line-height: 94rpx;
- border-radius: 94rpx;
- font-size: 32rpx;
- color: #fff;
- font-weight: bold;
- background: #0093FF;
- text-align: center;
- }
- .issue-overlay .refund-order-dialog {
- background-image: url('https://jzmall.lifejingzhi.com/file/jzmall-dy/dia-bg-fefund-alert.png');
- }
- .issue-overlay .dia-cancel-btn {
- border: 2rpx solid #FA6400;
- color: #FA6400;
- }
- .issue-overlay .dia-conf-btn {
- background: #FA6400;
- }
- .supply-board{
- height:114rpx;
- padding:20rpx 0 0;
- display: flex;
- align-items: center;
- justify-content: center;
- background: rgba(25,193,255,0.15);
- border-radius: 14rpx;
- width:710rpx;
- margin:-40rpx 20rpx 20rpx;
- }
- .supply-board image{
- width:36rpx;
- height:36rpx;
- margin-right:20rpx;
- }
- .supply-board view{
- font-size: 36rpx;
- color: #0091FF;
- }
- .customer-need{
- display: flex;
- margin-top: 20rpx;
- }
- .tag-l-item{
- border: #0091FF 1rpx solid;
- color: #0091FF;
- background-color: #EBF9FE;
- font-size: 28rpx;
- border-radius: 30rpx;
- height: 50rpx;
- text-align: center;
- line-height: 50rpx;
- font-weight: 600;
- padding:0rpx 34rpx;
- white-space: nowrap;
- }
- .tag-r{
- margin-left: 20rpx;
- display: flex;
- flex-wrap: wrap;
- gap: 20rpx;
- }
- .tag-r-item {
- color: #0091FF;
- background-color: #F4F4F4;
- font-size: 28rpx;
- border-radius: 30rpx;
- height: auto;
- line-height: 50rpx;
- padding: 0rpx 30rpx;
- }
- .tag-r-item1{
- position: relative;
- left: -200rpx;
- width: 440rpx;
- }
- .van-tag{
- padding: 10rpx 30rpx!important;
- color: #0091FF!important;
- background-color: #F4F4F4!important;
- /* border: #0091FF 1rpx solid!important; */
- }
|