123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443 |
- 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%;
- }
- van-dropdown-menu {
- height: 80rpx !important;
- position: fixed;
- top: 0rpx;
- left: 0rpx;
- width: 100%;
- background: white;
- z-index: 99;
- padding-top: 34rpx;
- }
- .van-dropdown-menu__item {
- flex: 0.25 !important;
- }
- van-sticky {
- position: fixed;
- top: 115rpx;
- z-index: 88;
- width: 100%;
- }
- van-tab .view {
- width: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: space-around;
- }
- van-tab .view .view1 {
- width: 690rpx;
- height: 220rpx;
- background-image: url('http://resource.weilaibike.com/bg1.png');
- background-size: 100% 100%;
- position: relative;
- display: flex;
- flex-direction: column;
- align-items: flex-end;
- justify-content: center;
- }
- van-tab .view .view1 .text {
- position: absolute;
- top: 10rpx;
- left: 34rpx;
- font-size: 24rpx;
- font-family: PingFang SC;
- color: rgba(255, 255, 255, 1);
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- van-tab .view1 .view2 {
- width: 68%;
- display: flex;
- font-size: 26rpx;
- font-family: PingFang SC;
- color: rgba(255, 255, 255, 1);
- padding: 10rpx 0rpx;
- }
- van-tab .view1 .view2 view {
- display: flex;
- padding-left: 20rpx;
- }
- van-tab .car {
- width: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- padding-top: 164px;
- }
- van-tab .car .top {
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .car .car_top {
- position: fixed;
- top: 200rpx;
- width: 100%;
- left: 0rpx;
- background: white;
- z-index: 89;
- border-top: 2rpx solid #e5e5e5;
- border-bottom: 2rpx solid #e5e5e5;
- }
- van-tab .car .top1 {
- display: flex;
- width: 100%;
- align-items: center;
- flex-wrap: wrap;
- }
- van-tab .car .top1 .view_a {
- display: flex;
- width: 25%;
- flex-direction: column;
- align-items: center;
- padding: 10rpx 0rpx;
- }
- 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);
- }
- van-tab .car .list {
- width: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- padding-bottom: 20rpx;
- }
- /* van-tab .car .list .active{
- box-shadow: 0px 0px 13rpx 0px rgba(0, 255, 0, 1) !important;
- border: 2rpx solid blue;
- } */
- van-tab .car .list .view_list {
- width: 690rpx;
- background: rgba(255, 255, 255, 1);
- box-shadow: 0px 0px 13rpx 0px rgba(216, 216, 216, 1);
- border-radius: 10rpx;
- display: flex;
- align-items: center;
- margin-top: 20rpx;
- justify-content: space-between;
- position: relative;
- }
- van-tab .car .list .view_list .left {
- width: 70%;
- display: flex;
- flex-direction: column;
- margin-left: 30rpx;
- height: 100%;
- justify-content: center;
- font-size: 26rpx;
- font-family: PingFang SC;
- color: rgba(40, 40, 40, 1);
- border-right: 2rpx solid #eee;
- }
- van-tab .car .list .view_list .left text {
- padding: 5rpx 0rpx;
- }
- van-tab .car .list .view_list .left view {
- display: flex;
- width: 100%;
- }
- van-tab .car .list .view_list .right {
- display: flex;
- width: 25%;
- align-items: center;
- justify-content: center;
- height: 80%;
- }
- van-tab .car .list .view_list .right .view2 {
- position: absolute;
- top: 0rpx;
- right: 0rpx;
- width: 129rpx;
- height: 42rpx;
- box-shadow: 0px 0px 0.06rem 0px #18d5b9;
- 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;
- }
- van-tab .car .list .list_child .view1 .status1{
- background: #009900;
- }
- van-tab .car .list .list_child .view1 .status2{
- background: #FF1493;
- }
- van-tab .car .list .list_child .view1 .status3{
- background: #00BFFF;
- }
- van-tab .car .list .list_child .view1 .status4{
- background: #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%;
- padding-top: 128px;
- }
- .user .user_top {
- position: fixed;
- top: 200rpx;
- 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: 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);
- }
- .cut {
- position: fixed;
- left: 0rpx;
- top: 322rpx;
- z-index: 88;
- width: 100%;
- background: white;
- height: 100rpx;
- margin: 0 !important;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .cut text:last-child {
- border-top-right-radius: 10rpx !important;
- border-bottom-right-radius: 10rpx !important;
- }
- .cut text {
- padding: 10rpx 80rpx !important;
- }
|