123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403 |
- .select-time-view{
- font-weight: 400;
- font-size: 36rpx;
- color: #060809;
- background: #FFFFFF;
- border-radius: 40rpx;
- padding: 40rpx 32rpx;
- margin-bottom: 20rpx;
- }
- .container-view{
- background: #F4F5F6;
- padding: 24rpx;
- }
- .select-time-text {
- font-family: DIN, DIN;
- font-weight: 600;
- font-size: 48rpx;
- color: #060809;
-
- }
- .align-center{
- align-items: center;
- }
- .car-info-view{
- padding: 32rpx;
- background: #FFFFFF;
- border-radius: 40rpx;
- margin-bottom: 20rpx;
- }
- .car-info-grow{
- flex-direction: column;
- align-items: baseline;
- margin-left:24rpx ;
- }
- .car-name{
- font-weight: 400;
- font-size: 36rpx;
- color: #060809;
- width: 100%;
- width: 400rpx;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .car-information{
- font-weight: 400;
- font-size: 24rpx;
- color: #9EA9BB;
- margin-bottom: 30rpx;
- }
- .config-list-view {
- width: 500rpx;
- position: relative;
- }
- .config-list-view-1 {
- /* margin-bottom: 40rpx; */
- width: 500rpx;
- overflow-y: auto;
- }
- .config-list-view-1::after {
- content: "";
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- width: 10rpx;
- background-image: radial-gradient(at right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 70%);
- border-radius: 8rpx;
- }
- .service_name-tab {
- font-weight: 400;
- font-size: 22rpx;
- color: #2A3A5A;
- padding: 8rpx 20rpx;
- background: #F3F8FF;
- border-radius: 24rpx;
- margin-right: 8rpx;
- }
- .deposit-info {
- background-color: #FFF;
- border-radius: 40rpx;
- padding: 40rpx 32rpx;
- margin-bottom: 20rpx;
- }
- .deposit-info-title{
- font-weight: 400;
- font-size: 36rpx;
- color: #060809;
- margin-bottom: 26rpx;
- }
- .deposit-info-text{
- font-weight: 400;
- font-size: 24rpx;
- color: #828DA2;
- }
- .distance-num{
- font-family: DIN, DIN;
- font-weight: 600;
- font-size: 26rpx;
- color: #0A59F7;
- padding: 2rpx 6rpx;
- margin-left: 8rpx;
- background: #E6EEFE;
- border-radius: 20rpx;
- }
- .font_32{
- font-weight: 400;
- font-size: 36rpx;
- color: #060809;
- }
- .shop-bg {
- background: #F4F5F6;
- border-radius: 24rpx;
- padding: 32rpx 24rpx;
- width: 100%;
- }
- .shop-name {
- width: 450rpx;
- font-weight: 600;
- font-size: 32rpx;
- color: #2A3A5A;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- margin-bottom: 20rpx;
- }
- .shop-address {
- width: 450rpx;
- font-weight: 400;
- font-size: 24rpx;
- color: #828DA2;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .nav-btn {
- flex-wrap: wrap;
- align-items: center;
- flex-direction: column;
- font-weight: 600;
- font-size: 24rpx;
- color: #2A3A5A;
- }
- .return-box{
- position: fixed;
- top: 0;
- left: 0;
- z-index: 10;
- width: 100%;
- height: 100vh;
- background-color: rgba(0, 0, 0, 0.4);
- }
- .return-item {
- border-radius: 32rpx 32rpx 0rpx 0rpx;
- background-color: #ffffff;
- padding: 40rpx 32rpx 74rpx;
- z-index: 100;
- position: fixed;
- bottom: 0;
- width: 100%;
- }
- .return-title {
- font-weight: 600;
- font-size: 40rpx;
- color: #060809;
- font-size: 40rpx;
- font-weight: 600;
- margin-bottom: 32rpx;
- line-height: 40rpx;
- }
- .return-item img {
- width: 32rpx;
- height: 32rpx;
- vertical-align: middle;
- }
- .return-text {
- color: #2A3A5A;
- font-size: 28rpx;
- margin-bottom: 64rpx;
- width: 100%;
- line-height: 52rpx;
- }
- .return-btn>view:nth-of-type(1) {
- background: #EBECEC;
- border-radius: 40rpx;
- margin-right: 18rpx;
- font-weight: 600;
- font-size: 32rpx;
- color: #060809;
- text-align: center;
- height: 80rpx;
- line-height: 80rpx;
- width: 100%;
- }
- .return-btn>view:nth-of-type(2) {
- background: #060809;
- border-radius: 40rpx;
- font-weight: 600;
- font-size: 32rpx;
- color: #FFFFFF;
- text-align: center;
- height: 80rpx;
- line-height: 80rpx;
- width: 100%;
- }
- .close-view{
- width: 60rpx;
- height: 60rpx;
- line-height: 60rpx;
- background: #F4F5F6;
- border-radius: 50%;
- text-align: center;
- }
- .second{
- padding: 28rpx 32rpx 32rpx;
- }
- .payment-info {
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- background-color: #ffffff;
- padding: 28rpx 32rpx 32rpx;
- }
- .payment-top {
- color: #2A3A5A;
- font-size: 28rpx;
- display: flex;
- align-items: center;
- }
- .payment-top img {
- width: 32rpx;
- height: 32rpx;
- margin-right: 16rpx;
- vertical-align: middle;
- }
- .payment-bottom {
- margin-top: 28rpx;
- width: 100%;
- }
- .bottom-left {
- align-items: baseline;
- }
- .all-price {
- color: #F95151;
- font-size: 36rpx;
- font-weight: bold;
- }
- .all-price text {
- color: #F95151;
- font-size: 60rpx;
- font-weight: bold;
- }
- .all-money {
- color: #0074FF;
- font-size: 28rpx;
- font-weight: bold;
- margin-left: 16rpx;
- display: flex;
- align-items: center;
- }
- .bottom-left .img {
- width: 49rpx;
- height: 49rpx;
- vertical-align: middle;
- margin-left: 4rpx;
- }
- .payment-bottom>view:nth-of-type(2) {
- color: #ffffff;
- font-size: 32rpx;
- font-weight: bold;
- text-align: center;
- height: 88rpx;
- line-height: 88rpx;
- border-radius: 44rpx;
- background: #060809;
- /* background: linear-gradient(to right, #0074FF 0%, #00D7FF 100%); */
- display: flex;
- flex-grow: 1;
- justify-content: center;
- }
- .show-detail {
- position: fixed;
- bottom: 0;
- left: 0;
- z-index: 10;
- width: 100%;
- height: 100vh;
- background-color: rgba(0, 0, 0, 0.4);
- }
- .detail-info {
- border-radius: 32rpx 32rpx 0rpx 0rpx;
- z-index: 100;
- position: fixed;
- bottom: 0;
- width: 100%;
- background-color: #f4f5f6;
- }
- .pay-money {
- background-color: #ffffff;
- padding: 40rpx 32rpx 0rpx 32rpx;
- }
- .pay-money>view {
- color: #2A3A5A;
- font-size: 30rpx;
- font-weight: bold;
- }
- .pay-money>view:nth-of-type(1) {
- color: #2A3A5A;
- font-size: 34rpx;
- font-weight: bold;
- line-height: 34rpx;
- }
- .detail-money {
- display: flex;
- justify-content: flex-end;
- align-items: baseline;
- }
- .detail-money>view:nth-of-type(1) {
- color: #2A3A5A;
- font-size: 32rpx;
- }
- .detail-money>view:nth-of-type(2) {
- color: #F95151;
- font-size: 60rpx;
- margin-left: 24rpx;
- }
- .method-info {
- background-color: #ffffff;
- margin-bottom: 16rpx;
- padding: 48rpx 40rpx 40rpx 32rpx;
- border-radius: 40rpx;
- }
- .check-order-text{
- font-weight: 600;
- font-size: 40rpx;
- color: #060809;
- text-align: center;
- margin:32rpx 0 24rpx ;
- }
- .get-car-time{
- font-weight: 600;
- font-size: 36rpx;
- color: #0A59F7;
- }
- .get-car-name{
- font-weight: 600;
- font-size: 32rpx;
- color: #060809;
- }
|