123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731 |
- /* #ifndef APP-NVUE */
- page {
- background-color: #f5f7fa;
- }
- /* #endif */
- .content{
- background-color: #f5f7fa;
- }
- .order-card {
- background-size: 100% 100%;
- background-color: #fff;
- overflow: hidden;
- margin: 24rpx 24rpx 0;
- padding: 16rpx 24rpx;
- z-index: 50;
- .order-card-title {
- display: flex;
- justify-content: left;
- align-items: center;
- padding: 0 0 16rpx;
- line-height: 80rpx;
- font-size: 28rpx;
- font-weight: bold;
- color: #222;
- position: relative;
- flex-direction: row;
- .orderStatus-info {
- position: absolute;
- right: 0;
- padding-right: 10px;
- .iconImg {
- width: 100rpx;
- height: 88rpx;
- margin-top: 15rpx;
- }
- .iconImg2 {
- width: 100rpx;
- height: 100rpx;
- margin-top: 15rpx;
- }
- .iconImg1 {
- width: 130rpx;
- height: 80rpx;
- margin-top: 20rpx;
- }
- }
- .type{
- height: 80rpx;
- color: #3275F5;
- line-height: 80rpx;
- padding: 0 14rpx;
- background-color: #E8F6FF;
- margin-right: 36rpx;
- }
- .out-type{
- height: 50rpx;
- color: #fa3534;
- line-height: 50rpx;
- padding: 0 20rpx;
- border-radius: 50rpx;
- background-color: #fab6b64a;
- margin-right: 78rpx;
- font-size: 24rpx;
- }
- .fixed{
- color: red;
- }
- .info {
- color: #111111;
- flex:1;
- }
- .status{
- position: absolute;
- top: 0;
- right: 0;
- background: #3275F5;
- width: 200rpx;
- text-align: center;
- line-height: 42rpx;
- height: 42rpx;
- color: #FEFEFE;
- transform: rotate(45deg) translate3d(65rpx, -56rpx, 0);
- font-size: 24rpx;
- font-weight: normal;
- }
- .bad-status{
- background: #CCCCCC;
- color: #FEFEFE;
- }
- }
- .order-card-info {
- position: relative;
- background-color: #f5f7fa;
- font-size: 28rpx;
- line-height: 56rpx;
- padding: 30rpx 40rpx;
- color: #222;
- position: relative;
- background-size: 100% 100%;
- .order-type {
- position: absolute;
- right: 10px;
- top: 5px;
- }
-
- .cell {
- width: 100%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- display: flex;
- .label {
- // width: 80rpx;
- font-weight: bold;
- margin-right: 20rpx;
- }
- .right{
- padding-right: 20px;
- }
- .info {
- font-size: 24rpx;
- }
- .used {
-
- color: #e22f61;
- }
- .green {
- font-size: 30rpx;
- color: green;
- }
- .hint{
- color: green;
- }
- }
- .row {
- font-size: 24rpx;
- line-height: 54rpx;
- display: flex;
- flex-direction: row;
- .cell{
- flex: 1;
- }
- }
- .qrcode-logo {
- position: absolute;
- width: 128rpx;
- height: 128rpx;
- bottom: 24rpx;
- right: 24rpx;
- .img {
- width: 100%;
- height: 100%;
- }
- }
- }
- .code{
- display: flex;
- flex-direction: row;
- line-height: 40rpx;
- padding: 20rpx 0;
- .label{
- font-size: 26rpx;
- color: #999;
- margin-right: 36rpx;
- }
- .info{
- flex: 1;
- font-size: 22rpx;
- color: #222;
- }
- }
- .order-card-bottom {
- display: flex;
- flex-direction: row;
- justify-content: flex-end;
- padding: 20rpx 0 4rpx;
- border-top: solid 1px #f5f7fa;
- .btn {
- margin-left: 28rpx;
- .oper-btn{
- margin: 0;
- // width: 152rpx;
- // height: 52rpx;
- line-height: 48rpx;
- background: #fff;
- color: #222;
- border: 2rpx solid #ccc;
- }
- }
- }
- .order-card-bottom-sides {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- padding: 10rpx;
- border-top: solid 1px #6a6a6a;
- background: linear-gradient(to right, #c1c1c1, #e7efef);
- .btn {
- width: 20%;
- margin-left: 28rpx;
- }
- }
- .card-oper {
- background-color: #fff;
- display: flex;
- flex-direction: row;
- justify-content: flex-end;
- padding: 24rpx;
- .btn {
- width: 25%;
- margin-left: 32rpx;
- }
- }
- }
- .after{
- position: relative;
- border-radius: 32rpx;
- background-color: #2561DC;
- margin: 24rpx 40rpx 0;
- height: 32rpx;
- .order-info-card{
- width: calc(100% - 40rpx);
- position: absolute;
- top: 16rpx;
- left: 20rpx;
- margin: 0;
- .order-card{
- margin: 0;
- border-bottom: 1px dashed #ccc;
- }
- // padding: 40rpx;
- .order-info-title{
- display: flex;
- flex-direction: row;
- height: 144rpx;
- align-items: center;
- border-bottom: 1px dashed #CCCCCC;
- .img{
- width: 64rpx;
- height: 64rpx;
- margin:0 24rpx;
- }
- .mid{
- flex: 1;
- .info{
- display: flex;
- flex-direction: row;
- align-items: center;
- .label{
- font-size: 28rpx;
- font-weight: bold;
- }
- .type{
- color: #3275F5;
- line-height: 48rpx;
- font-size: 28rpx;
- padding: 0 14rpx;
- background-color: #E8F6FF;
- margin-left: 9rpx;
- }
- .fixed{
- color: red;
- }
- }
- .code{
- font-size: 24rpx;
- color: #222;
- padding: 0;
- }
- }
- }
- .order-card-info{
- background-color: #fff;
- padding: 0;
- .cell{
- display: flex;
- flex-direction: row;
- line-height: 80rpx;
- border-bottom: 1px solid #f5f7fa;
- .label{
- width: 200rpx;
- text-align: left;
- font-size: 24rpx;
- color: #999999;
- font-weight: normal;
- }
- .info{
- flex: 1;
- text-align: right;
- font-size: 24rpx;
- color: #222;
- }
- .used {
- color: #e22f61;
- }
- .use {
- color: green;
- }
- }
- }
- }
- }
- .tag-angle{
- position: absolute;
- top: 0;
- right: 0;
- background: #47a500;
- width: 200rpx;
- text-align: center;
- line-height: 42rpx;
- height: 42rpx;
- color: #FEFEFE;
- transform: rotate(45deg) translate3d(54rpx, -46rpx, 0);
- font-size: 24rpx;
- font-weight: normal;
- }
- .tag-left {
- padding: 0 16rpx 0 12rpx;
- border-top-left-radius: 40rpx;
- border-bottom-left-radius: 40rpx;
- height: 40rpx;
- line-height: 40rpx;
- }
- .tag {
- padding: 0 16rpx 0 12rpx;
- border-top-right-radius: 40rpx;
- border-bottom-right-radius: 40rpx;
- height: 40rpx;
- line-height: 40rpx;
- margin-left: 8rpx;
- }
- .tag-ls {
- border: 1px solid #f9ae3d;
- background-color: #fdf6ec;
- color: #f9ae3d;
- }
- .tag-gd {
- border: 1px solid #3c9cff;
- background-color: #ecf5ff;
- color: #3c9cff;
- }
- .tag-gx {
- border: 1px solid #5ac725;
- background-color: #f5fff0;
- color: #5ac725;
- }
- .content {
- background-color: #f8f8f8;
- min-height: 100%;
- }
- .search-wrap {
- background-color: #4680F9;
- padding: 20rpx 24rpx 24rpx;
- display: flex;
- align-items: center;
- .input-wrap {
- flex: 1;
- display: flex;
- background-color: #fff;
- align-items: center;
- // margin-right: 20rpx;
- line-height: 60rpx;
- height: 60rpx;
- border-radius: 60rpx;
- overflow: hidden;
- .input {
- flex: 1;
- display: flex;
- background-color: #fff;
- align-items: center;
- margin-right: 10rpx;
- padding-left: 22rpx;
- }
- .search{
- padding: 0;
- }
- .sx-btn {
- display: flex;
- flex-direction: row;
- align-items: center;
- border-left: 2rpx solid #c8d8ef;
- padding-left: 20rpx;
- padding-right: 20rpx;
- font-size: 28rpx;
- }
- }
- }
- .search-dialog {
- position: relative;
- background-color: #f5f7fa;
- padding: 32rpx;
- height: 1080rpx;
- border-top-left-radius: 32rpx;
- border-top-right-radius: 32rpx;
- .uni-date-x {
- background-color: #f2f2f2;
- }
- .dialog-title {
- font-size: 36rpx;
- font-weight: 600;
- text-align: center;
- padding: 0 0 16rpx;
- }
- .condition-wrap {
- height: 930rpx;
- overflow-y: auto;
- .row {
- height: 90rpx;
- padding: 0 10rpx;
- border-radius: 10rpx;
- margin: 30rpx 0 30rpx 0;
- flex: 1;
- display: flex;
- align-items: center;
- background-color: #fff;
- // border: 2rpx solid #b8bec7;
- }
- .last-one {
- margin-bottom: 32rpx;
- }
- }
- .p-title {
- font-size: 15px;
- padding: 32rpx 0;
- width: 180rpx;
- text-align: center;
- }
- /deep/.p-input {
- margin-left: 32rpx;
- }
-
- }
- .sure-btn {
- position: fixed;
- bottom: 32rpx;
- width: calc(100% - 64rpx);
- .btn {
- background-color: #4680F9;
- color: #fff;
- }
- }
- .tabs-box {
- position: relative;
- background-color: #fff;
- padding: 10rpx 24rpx;
- .sx-btn{
- position: absolute;
- top: 10rpx;
- right: 32rpx;
- display: flex;
- flex-direction: row;
- line-height: 90rpx;
- }
- .orderType-tab {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- color: #666;
- font-size: 32rpx;
- .active {
- color: #333;
- font-weight: bolder;
- }
- }
- .orderStatus-tab {
- padding: 22rpx 0rpx 20rpx 0rpx;
- display: flex;
- flex-direction: row;
- // justify-content: space-between;
- color: #333;
- font-size: 24rpx;
- flex-wrap: wrap;
- border-top: 2rpx solid #f5f7fa;
- gap: 20rpx;
- span {
- padding: 4rpx 16rpx;
- background-color: #EDF0F5;
- border: 1px solid #EDF0F5;
- color: #666;
- // height: 36rpx;
- line-height: 36rpx;
- border-radius: 160rpx;
- // margin-right: 20rpx;
- // margin-top: 20rpx;
- }
- .active {
- background-color: #4680F9;
- border: 1px solid #4680F9;
- color: #4680F9;
- color: #fff;
- }
- .sx-btn {
- flex: 1;
- display: flex;
- font-size: 28rpx;
- justify-content: flex-end;
- align-items: center;
- }
- }
- }
- .abreast{
- justify-content:flex-start !important;
- }
- .swiper-box {
- // margin: 0 24rpx;
- height: calc(100% - 44px);
- padding: 0 0 24rpx;
- }
- .separate-fl {
- color: white;
- background-color: #4680F9;
- border-color: #4680F9;
- border-width: 1px;
- border-style: solid;
- border-radius: 3px;
- min-width: 60px;
- height: 30px;
- padding: 0px 8px;
- font-size: 12px;
- line-height: 30px;
- }
- /deep/.u-sticky__content {
- width: 100%;
- }
- .code-wrap {
- padding: 24rpx;
- display: flex;
- flex-direction: row;
- justify-content: space-around;
- .code-info {
- color: #fff;
- justify-content: space-around;
- .label {
- font-size: 36rpx;
- }
- .info {
- font-size: 28rpx;
- }
- }
- }
- .topbar {
- width: 100%;
- text-align: center;
- font-size: 32rpx;
- color: #fff;
- line-height: 88rpx;
- font-weight: bold;
- position: relative;
- .back-icon {
- position: absolute;
- padding: 20rpx;
- color: #fff;
- bottom: 0;
- left: 0;
- }
- }
- .order-infos {
-
- box-sizing: border-box;
- // padding:0 32rpx;
- flex: 1;
- }
- .tabs-wrap{
- padding-bottom: 18rpx
- }
- .business-card {
- background-color: #fff;
- border-radius: 10rpx;
- overflow: hidden;
- margin: 24rpx 24rpx 0;
- position: relative;
- align-items: center;
- .badge {
- z-index: 2;
- margin-left: 22rpx;
- margin-top: 2px
- }
- .title{
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- padding: 16rpx 40rpx;
- height: 90rpx;
- font-size: 30rpx;
- font-weight: bold;
- color: #222;
- border-bottom: 1px solid #f5f7fa;
- }
- .business-card-info {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 30rpx 16rpx 16rpx 40rpx;
- line-height: 44rpx;
- font-size: 32rpx;
- font-weight: bold;
- color: #222;
- position: relative;
- flex-direction: row;
- min-height: 80rpx;
- flex:1;
- .info-line {
- display: flex;
- flex-direction: column;
- align-items: flex-start;
- flex: 1;
- justify-content: space-between;
- // padding: 16rpx 0 16rpx 40rpx;
- .label {
- width: 200rpx;
- text-align: left;
- font-size: 24rpx;
- color: #999;
- }
- .info {
- flex: 1;
- font-size: 24rpx;
- color: #222;
- }
- }
- }
- .business-card-append {
- display: flex;
- justify-content: flex-end;
- padding: 20rpx 16rpx 16rpx 16rpx;
- font-weight: 600;
- color: #333;
- position: relative;
- flex-direction: row;
- align-items: center;
- .btn {
- width: 30%;
- margin-left: 32rpx;
- .oper-btn{
- margin: 0;
- padding:0;
- // width: 152rpx;
- // height: 56rpx;
- line-height: 56rpx;
- background: #fff;
- font-size: 20rpx;
- }
- .bule{
- color: #4680F9;
- border: 2rpx solid #4680F9;
- }
- }
- }
- .top {
- padding-top: 50rpx;
- }
- .business-card-bottom {
- display: flex;
- justify-content: flex-end;
- padding: 24rpx;
- border-top: solid 1px #6a6a6a;
- background: linear-gradient(to right, #d0cece, #fff);
- .btn {
- width: 25%;
- margin-left: 32rpx;
- .oper-btn{
- margin: 0 !important;
- // width: 152rpx;
- // height: 60rpx;
- line-height: 56rpx;
- background: #fff;
- font-size: 26rpx;
- }
- }
- }
- }
- .qrcode-wrap{
- width: 200px;
- height: 200px;
- text-align: center;
- }
- /deep/ .u-empty{
- background-color: #f5f7fa;
- }
|