123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607 |
- page {
- width: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- padding-top: 88rpx;
- }
- .back {
- width: 100%;
- height: 10rpx;
- background: #f3f3f3;
- }
- .top {
- width: 100%;
- height: 100%;
- }
- .menu .van-dropdown-menu {
- width: 100%;
- position: fixed;
- left: 0rpx;
- top: 0rpx;
- z-index: 888;
- align-items: center;
- height: 120rpx !important;
- padding-top: 18rpx;
- }
- .menu1 .van-dropdown-menu {
- width: 100%;
- position: fixed;
- left: 0rpx;
- top: 0rpx;
- z-index: 888;
- align-items: center;
- height: 90rpx !important;
- padding-top: 75rpx;
- }
- .van-dropdown-menu__item {
- flex: 0.25 !important;
- }
- .manage .van-sticky {
- position: fixed;
- top: 101rpx;
- width: 100%;
- z-index: 777;
- padding-top: 15rpx;
- }
- .manage1 .van-sticky {
- position: fixed;
- top: 146rpx;
- width: 100%;
- z-index: 777;
- padding-top: 15rpx;
- }
- .manage1 .van-tabs {
- margin-top: 170rpx;
- }
- .van-tabs {
- margin-top: 118rpx;
- }
- van-tab .view {
- width: 100%;
- padding-bottom: 120rpx;
- }
- van-tab .view .view1 {
- width: 690rpx;
- height: 220rpx;
- background-image: url('http://resource.bike.hanyiyun.com/bike_yunwei/userBg.png');
- background-size: 100% 100%;
- margin: 0 auto;
- padding: 28rpx 0;
- box-sizing: border-box;
- }
- van-tab .view1 .view2 {
- display: flex;
- justify-content: flex-start;
- font-size: 26rpx;
- font-family: PingFang SC;
- color: rgba(255, 255, 255, 1);
- padding: 5rpx 0rpx;
- margin-left: 50rpx;
- }
- van-tab .view1 .view2>view {
- display: flex;
- align-items: center;
- margin-right: 35rpx;
- }
- van-tab .view1 .view2>view text:first-child {
- opacity: 0.5;
- font-size: 28rpx;
- }
- van-tab .view1 .view2>view text:last-child {
- font-size: 32rpx;
- font-weight: 600;
- }
- van-tab .car {
- width: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- van-tab .car .top {
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .car .car_top {
- position: fixed;
- left: 0rpx;
- width: 100%;
- padding: 0 15rpx 0 0;
- box-sizing: border-box;
- height: 260rpx;
- background: white;
- z-index: 89;
- border-top: 6rpx solid #f3f3f3;
- border-bottom: 2rpx solid #e5e5e5;
- box-shadow: 0px 0px 20rpx 0px rgba(216, 216, 216, 1);
- }
- .work view {
- font-size: 24rpx;
- color: #4d4d4d;
- margin-bottom: 17rpx;
- }
- van-tab .car .top1 {
- display: flex;
- width: 100%;
- align-items: center;
- flex-wrap: wrap;
- box-sizing: border-box;
- }
- van-tab .car .top1 .view_a {
- display: flex;
- width: 25%;
- flex-direction: column;
- align-items: center;
- padding: 10rpx 0rpx;
- position: relative;
- }
- van-tab .car .top1 .view_a image {
- height: 22rpx;
- width: 22rpx;
- position: absolute;
- bottom: 0;
- right: 0;
- }
- van-tab .car .top1 .view_a text:nth-of-type(1) {
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 800;
- color: rgba(254, 87, 34, 1);
- padding-bottom: 20rpx;
- }
- van-tab .car .top1 .view_a text:nth-of-type(2) {
- font-size: 28rpx;
- font-family: PingFang SC;
- color: rgba(71, 71, 71, 1);
- }
- .sort {
- margin: 15rpx 30rpx 0 0;
- display: flex;
- align-items: center;
- justify-content: flex-end;
- }
- .sort view {
- background: #fff;
- color: #18d5b9;
- font-size: 28rpx;
- padding: 6rpx 25rpx;
- border: 1rpx solid #18d5b9;
- }
- .sort view:first-child {
- border-top-left-radius: 10rpx;
- border-bottom-left-radius: 10rpx;
- }
- .sort view:last-child {
- border-top-right-radius: 10rpx;
- border-bottom-right-radius: 10rpx;
- }
- .curSort{
- background: #18d5b9;
- color: #fff;
- }
- van-tab .car .list {
- width: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- van-tab .car .list .view_list {
- width: 92%;
- background: rgba(255, 255, 255, 1);
- border-radius: 10rpx;
- display: flex;
- align-items: center;
- margin: 20rpx auto 0;
- justify-content: space-between;
- box-shadow: 0px 0px 13rpx 0px rgba(216, 216, 216, 1);
- position: relative;
- }
- van-tab .car .list .view_list .left {
- width: 65%;
- margin-left: 40rpx;
- height: 100%;
- display: flex;
- align-items: center;
- font-size: 26rpx;
- font-family: PingFang SC;
- color: rgba(40, 40, 40, 1);
- border-right: 2rpx solid #efefef;
- }
- van-tab .car .list .view_list .left text {
- margin-bottom: 18rpx;
- }
- van-tab .car .list .view_list .right {
- width: 35%;
- }
- van-tab .car .list .view_list .right image {
- height: 50rpx;
- width: 65rpx;
- margin-left: 20rpx;
- }
- van-tab .car .list .view_list .right .view2 {
- position: absolute;
- top: 0;
- right: 0;
- width: 129rpx;
- height: 42rpx;
- border-radius: 0px 2rpx 0px 20rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 22rpx;
- font-family: PingFang SC;
- color: rgba(255, 255, 255, 1);
- }
- van-tab .car .list .list_child {
- width: 690rpx;
- height: 226rpx;
- background: rgba(255, 255, 255, 1);
- box-shadow: 0px 0px 6rpx 0px rgba(216, 216, 216, 1);
- border-radius: 10rpx;
- display: flex;
- flex-direction: column;
- margin-top: 20rpx;
- padding-left: 20rpx;
- box-sizing: border-box;
- position: relative;
- }
- van-tab .car .list .list_child .view1 {
- display: flex;
- width: 80%;
- justify-content: space-between;
- padding: 4rpx 0rpx;
- font-size: 24rpx;
- font-family: PingFang SC;
- color: rgba(77, 77, 77, 1);
- }
- van-tab .car .list .list_child .view1 .status {
- padding: 0rpx 20rpx 5rpx 20rpx;
- color: white;
- font-size: 24rpx;
- border-radius: 18rpx;
- }
- .status1,
- .status2,
- .status3,
- .status4 {
- font-weight: bold;
- }
- .status1 {
- color: #18d5b9;
- }
- .status2 {
- color: #f00;
- }
- .status3 {
- color: #00bfff;
- }
- .status4 {
- color: #ffa500;
- }
- van-tab .car .list .list_child .view2 {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 168rpx;
- height: 42rpx;
- background: linear-gradient(163deg, rgba(255, 139, 102, 1) 0%, rgba(254, 87, 34, 1) 100%);
- border-radius: 0px 2rpx 0px 20rpx;
- position: absolute;
- top: 0rpx;
- right: 0rpx;
- font-size: 22rpx;
- font-family: PingFang SC;
- color: rgba(255, 255, 255, 1);
- }
- van-tab .user {
- display: flex;
- flex-direction: column;
- align-items: center;
- width: 100%;
- }
- .user .user_top {
- position: relative;
- background: white;
- z-index: 89;
- width: 100%;
- left: 0rpx;
- }
- van-tab .user .top {
- display: flex;
- align-items: center;
- background: rgba(255, 255, 255, 1);
- border-top: 2rpx solid #e5e5e5;
- border-bottom: 2rpx solid #e5e5e5;
- justify-content: space-around;
- }
- van-tab .user .view_a {
- display: flex;
- width: 22%;
- flex-direction: column;
- align-items: center;
- padding: 15rpx 0rpx;
- }
- van-tab .user .view_a text:nth-of-type(1) {
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 800;
- color: rgba(254, 87, 34, 1);
- padding-bottom: 20rpx;
- }
- van-tab .user .view_a text:nth-of-type(2) {
- font-size: 28rpx;
- font-family: PingFang SC;
- color: rgba(71, 71, 71, 1);
- }
- van-tab .user .list {
- display: flex;
- flex-direction: column;
- align-items: center;
- width: 100%;
- padding-bottom: 20rpx;
- }
- van-tab .user .list .list_view {
- flex-direction: column;
- font-size: 26rpx;
- font-family: PingFang SC;
- color: rgba(77, 77, 77, 1);
- justify-content: space-around;
- height: 190rpx;
- position: relative;
- width: 690rpx;
- background: rgba(255, 255, 255, 1);
- box-shadow: 0px 0px 13rpx 0px rgba(216, 216, 216, 1);
- border-radius: 10rpx;
- display: flex;
- margin-top: 20rpx;
- padding-left: 20rpx;
- box-sizing: border-box;
- }
- van-tab .user .list .list_view .state {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 158rpx;
- height: 42rpx;
- background: linear-gradient(163deg, rgba(255, 139, 102, 1) 0%, rgba(254, 87, 34, 1) 100%);
- border-radius: 0px 2rpx 0px 20rpx;
- position: absolute;
- top: 0rpx;
- right: 0rpx;
- font-size: 22rpx;
- font-family: PingFang SC;
- color: rgba(255, 255, 255, 1);
- }
- van-tab .user .list .list_view .userName {
- display: flex;
- }
- van-tab .user .list .list_view .name {
- display: inline-block;
- width: 230rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- van-tab .user .list .view_list {
- font-size: 26rpx;
- font-family: PingFang SC;
- color: rgba(77, 77, 77, 1);
- height: 190rpx;
- position: relative;
- width: 690rpx;
- background: rgba(255, 255, 255, 1);
- box-shadow: 0px 0px 13rpx 0px rgba(216, 216, 216, 1);
- border-radius: 10rpx;
- display: flex;
- margin-top: 20rpx;
- justify-content: space-between;
- }
- van-tab .user .list .view_list .left {
- width: 67%;
- font-size: 26rpx;
- font-family: PingFang SC;
- color: rgba(77, 77, 77, 1);
- height: 100%;
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- padding-left: 20rpx;
- box-sizing: border-box;
- }
- van-tab .user .list .view_list .left view {
- width: 100%;
- display: flex;
- justify-content: space-between;
- }
- van-tab .user .list .view_list .left text {
- padding: 8rpx 0rpx;
- }
- van-tab .user .list .view_list .right {
- position: absolute;
- top: 0rpx;
- right: 0rpx;
- width: 170rpx;
- height: 42rpx;
- border-radius: 0px 2rpx 0px 20rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 22rpx;
- font-family: PingFang SC;
- color: rgba(255, 255, 255, 1);
- }
- .count {
- height: 346rpx;
- width: 690rpx;
- background: #fff;
- border-radius: 30rpx;
- margin: 20rpx auto;
- box-shadow: 0px 0px 30rpx 0px rgba(216, 216, 216, 1);
- padding: 50rpx;
- box-sizing: border-box;
- }
- .count text {
- color: #4d4d4d;
- font-size: 28rpx;
- }
- .count image {
- width: 42rpx;
- height: 42rpx;
- margin-right: 20rpx;
- }
- .cut {
- width: 80%;
- padding: 20rpx;
- margin: 0 auto;
- text-align: center;
- }
- .noOrder {
- position: fixed;
- top: 67%;
- left: 50%;
- }
- .noUser {
- position: fixed;
- top: 60%;
- left: 50%;
- }
- .info {
- display: flex;
- margin-left: 50rpx;
- color: #fff;
-
- }
- .info view text:first-child {
- opacity: .5;
- font-size: 28rpx;
- }
- .info view text:last-child {
- font-weight: bold;
- }
- .info .right {
- margin-left: 20rpx;
- }
- .info .left>view,
- .info .right>view {
- margin-top: 8rpx;
- }
- .new_list {
- display: flex;
- margin: 22rpx 30rpx 0 30rpx;
- font-size: 28rpx;
- padding: 30rpx;
- border-radius: 10rpx;
- background: #FFFFFF;
- color: #747474;
- }
- .text-one {
- color: #EB5E28;
- }
- .new-left {
- text-align: center;
- flex: 0 0 15%;
- padding-right: 30rpx;
- margin: 10rpx 0;
- border-right: solid 2rpx #b6bac1;
- }
- .new-left image {
- height: 70rpx;
- width: 70rpx;
- }
- .new-title {
- margin-top: 5rpx;
- text-align: center;
- }
- .new-middle {
- flex: 1;
- margin-left: 30rpx;
- }
- .new-right {
- flex: 1;
- }
- .new-text {
- padding: 5rpx;
- }
|