123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460 |
- page {
- background-color: #F6F6F6;
- }
- .home-wrapper {
- position: relative;
- left: 0;
- top: 0;
- width: 100%;
- }
- .home-wrapper:before {
- content: '';
- position: absolute;
- left: 0;
- top: 0;
- right: 0;
- height: 730rpx;
- background: linear-gradient(180deg, rgba(65, 106, 165, 1) 0%, rgba(246, 246, 246, 1) 100%);
- }
- .introduce {
- position: relative;
- left: 0;
- top: 0;
- z-index: 1;
- display: flex;
- justify-content: space-between;
- align-items: center;
- width: 718rpx;
- padding: 0 16rpx 12rpx;
- margin: 24rpx auto 0;
- }
- .introduce .list {
- display: flex;
- align-items: center;
- }
- .introduce .list image {
- width: 32rpx;
- height: 32rpx;
- }
- .introduce .list text {
- margin-left: 8rpx;
- color: rgba(255, 255, 255, 1);
- font-size: 24rpx;
- font-weight: 500;
- line-height: 30rpx;
- }
- .main {
- position: relative;
- left: 0;
- top: 0;
- z-index: 1;
- display: flex;
- flex-direction: column;
- align-items: center;
- width: 718rpx;
- border-radius: 24rpx;
- margin: 20rpx auto 0;
- background: rgba(255, 255, 255, 1);
- }
- .main .address.start {
- margin-top: 40rpx;
- }
- .main .address {
- display: flex;
- align-items: center;
- width: 654rpx;
- margin-top: 24rpx;
- }
- .main .address.start .icon,
- .main .address.underway .icon,
- .main .address.end .icon {
- width: 32rpx;
- height: 32rpx;
- border-radius: 16rpx;
- font-size: 20rpx;
- font-weight: 500;
- line-height: 32rpx;
- text-align: center;
- color: rgba(255, 255, 255, 1);
- }
- .main .address.start .icon {
- background: rgba(51, 51, 51, 1);
- }
- .main .address.underway .icon {
- background: #CCCCCC;
- }
- .main .address.end .icon {
- background: #FD6600;
- }
- .main .address .text-wrap {
- position: relative;
- left: 0;
- top: 0;
- display: flex;
- flex-direction: column;
- justify-content: center;
- width: 598rpx;
- min-height: 104rpx;
- padding: 12rpx 16rpx;
- margin-left: 24rpx;
- }
- .main .address .text-wrap.empty {
- border-radius: 16rpx;
- background: rgba(244, 244, 244, 1);
- }
- .main .address .text-wrap.empty text {
- color: rgba(153, 153, 153, 1);
- font-size: 30rpx;
- font-weight: 500;
- line-height: 36rpx;
- }
- .main .address .text-wrap text {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .main .address .text-wrap.has text:nth-of-type(1) {
- padding-right: 104rpx;
- color: rgba(0, 0, 0, 1);
- font-size: 32rpx;
- font-weight: 500;
- line-height: 40rpx;
- }
- .main .address .text-wrap.has text:nth-of-type(2) {
- padding-right: 104rpx;
- margin-top: 8rpx;
- color: rgba(138, 149, 176, 1);
- font-size: 26rpx;
- line-height: 32rpx;
- }
- .main .address .del-wrap {
- position: absolute;
- right: 0;
- top: 0;
- z-index: 1;
- padding: 36rpx 32rpx;
- }
- .main .address .del {
- display: block;
- width: 32rpx;
- height: 32rpx;
- }
- .main .address .empty {
- right: 32rpx;
- }
- .main .address .has {
- right: 0;
- }
- .main .btn-wrap {
- position: relative;
- left: 0;
- top: 0;
- display: flex;
- justify-content: space-between;
- align-items: center;
- width: 654rpx;
- padding: 24rpx 0;
- margin-top: 24rpx;
- }
- .main .btn-wrap:before {
- position: absolute;
- left: 8rpx;
- top: 0;
- right: 8rpx;
- content: '';
- border-top: 1rpx solid #EEEEEE;
- }
- .main .btn-wrap view {
- display: flex;
- align-items: center;
- min-width: 170rpx;
- height: 64rpx;
- padding: 0 12rpx;
- border-radius: 12rpx;
- border: 1rpx solid #E9E9E9;
- }
- .main .btn-wrap .number image,
- .main .btn-wrap .add text {
- margin-left: 8rpx;
- }
- .main .btn-wrap text {
- color: rgba(51, 51, 51, 1);
- font-size: 24rpx;
- font-weight: 500;
- line-height: 30rpx;
- }
- .main .btn-wrap image {
- width: 20rpx;
- height: 20rpx;
- }
- .main .time {
- display: flex;
- align-items: center;
- width: 654rpx;
- height: 128rpx;
- border-bottom: 1rpx solid #EEEEEE;
- }
- .main .time .label {
- display: flex;
- align-items: center;
- width: 194rpx;
- }
- .main .time .label .icon {
- width: 48rpx;
- height: 48rpx;
- }
- .main .time .label text {
- margin-left: 16rpx;
- color: rgba(51, 51, 51, 1);
- font-size: 28rpx;
- font-weight: 500;
- line-height: 34rpx;
- }
- .main .time .text-wrap {
- display: flex;
- justify-content: flex-end;
- align-items: center;
- width: calc(100% - 194rpx);
- }
- .main .time .text-wrap text {
- font-size: 28rpx;
- line-height: 34px;
- }
- .main .time .text-wrap.empty text {
- color: rgba(153, 153, 153, 1);
- }
- .main .time .text-wrap.has text {
- color: rgba(51, 51, 51, 1);
- }
- .main .time .arrow {
- width: 28rpx;
- height: 28rpx;
- margin-left: 16rpx;
- }
- .main button.next[type='primary'] {
- width: 654rpx;
- height: 104rpx;
- border-radius: 24rpx;
- background-color: rgba(253, 102, 0, 1);
- margin: 24rpx auto 32rpx;
- color: rgba(255, 255, 255, 1);
- font-size: 32rpx;
- font-weight: 500;
- }
- .footer {
- display: flex;
- justify-content: space-between;
- align-items: center;
- width: 718rpx;
- padding-top: 20rpx;
- margin: 0 auto;
- }
- .footer.padding-bottom-26 {
- padding-bottom: 26rpx;
- }
- .footer.padding-bottom-134 {
- padding-bottom: 134rpx;
- }
- .home-swiper,
- .tools {
- width: 349rpx;
- height: 394rpx;
- overflow: hidden;
- }
- .home-swiper .swiper-item {
- width: 100%;
- height: 100%;
- border-radius: 24rpx;
- overflow: hidden;
- }
- .home-swiper .swiper-item image {
- display: block;
- width: 100%;
- height: 100%;
- }
- .tools {
- display: flex;
- flex-direction: column;
- align-items: center;
- padding-top: 39rpx;
- border-radius: 24rpx;
- background: #FFFFFF;
- }
- .tools .title {
- display: flex;
- align-items: center;
- width: 301rpx;
- }
- .tools .title image {
- width: 32rpx;
- height: 32rpx;
- }
- .tools .title text {
- margin-left: 8rpx;
- color: rgba(51, 51, 51, 1);
- font-size: 28rpx;
- font-weight: 500;
- line-height: 34rpx;
- }
- .tools .customer-services {
- display: block;
- width: 301rpx;
- height: 134rpx;
- margin-top: 17rpx;
- }
- .tools .wrap {
- display: flex;
- justify-content: space-between;
- align-items: center;
- width: 301rpx;
- padding: 0 24rpx;
- margin-top: 16rpx;
- }
- .tools .wrap view {
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .tools .wrap .icon {
- display: block;
- width: 80rpx;
- height: 80rpx;
- }
- .tools .wrap text {
- display: block;
- margin-top: 8rpx;
- color: rgba(51, 51, 51, 1);
- font-size: 24rpx;
- line-height: 30rpx;
- }
- .jump-order {
- position: fixed;
- left: 50%;
- bottom: 24rpx;
- z-index: 99;
- display: flex;
- align-items: center;
- min-width: 371rpx;
- height: 82rpx;
- padding: 0 32rpx;
- border-radius: 82rpx;
- border: 3rpx solid #FFFFFF;
- background: linear-gradient(180deg, rgba(77, 121, 183, 1) 0%, rgba(134, 171, 222, 1) 100%);
- box-shadow: 0 13rpx 26rpx 0 rgba(147, 168, 197, 0.36);
- transform: translateX(-50%);
- }
- .jump-order .icon-0 {
- width: 48rpx;
- height: 48rpx;
- }
- .jump-order .icon-1 {
- width: 28rpx;
- height: 28rpx;
- }
- .jump-order text {
- margin: 0 8rpx 0 0;
- color: rgba(255, 255, 255, 1);
- font-size: 28rpx;
- font-weight: 500;
- line-height: 34rpx;
- white-space: nowrap;
- }
- .customer-van-popup_traveler form {
- display: block;
- width: 100%;
- padding-bottom: 60rpx;
- }
- .customer-van-popup_traveler .form-item {
- width: 690rpx;
- height: 104rpx;
- margin: 0 auto;
- border-radius: 16rpx;
- background: rgba(248, 248, 248, 1);
- }
- .customer-van-popup_traveler .form-item input {
- display: block;
- height: 100%;
- font-size: 34rpx;
- color: #333333;
- opacity: 1;
- background: transparent;
- text-align: center;
- }
- .placeholder {
- font-size: 34rpx;
- color: #999999;
- }
- .customer-van-popup_traveler button[type='primary'] {
- position: absolute;
- right: 0;
- top: 0;
- z-index: 1;
- padding: 46rpx 24rpx;
- font-size: 30rpx;
- color: #FD6600;
- background-color: transparent;
- }
|