123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983 |
- .container {}
- .car-info {
- background-color: #ffffff;
- margin-bottom: 16rpx;
- padding: 36rpx 32rpx;
- }
- .car-top {
- margin-bottom: 24rpx;
- }
- .top-flex>view:nth-of-type(1) {
- color: #2A3A5A;
- font-size: 36rpx;
- font-weight: bold;
- margin-bottom: 20rpx;
- }
- .top-flex>view:nth-of-type(2) {
- color: #9EA9BB;
- font-size: 28rpx;
- margin-bottom: 28rpx;
- }
- .car-info img {
- width: 125rpx;
- height: 125rpx;
- border-radius: 16rpx;
- }
- .car-bottom {
- background-color: #F3F8FF;
- border-radius: 16rpx;
- padding: 22rpx 24rpx;
- }
- .car-bottom>view:nth-of-type(1) {
- color: #2A3A5A;
- font-size: 26rpx;
- font-weight: bold;
- }
- .car-bottom img {
- width: 24rpx;
- height: 24rpx;
- margin: 0 12rpx;
- }
- .car-bottom>view:nth-of-type(2) {
- color: #0074FF;
- font-size: 22rpx;
- text-align: center;
- border: 2rpx solid #0074FF;
- border-radius: 20rpx;
- /* padding: 6rpx 20rpx; */
- padding-left: 20rpx;
- padding-right: 20rpx;
- height: 36rpx;
- line-height: 36rpx;
- }
- .method-info {
- background-color: #ffffff;
- margin-bottom: 16rpx;
- padding: 48rpx 40rpx 40rpx 32rpx;
- }
- .select-item {
- color: #9EA9BB;
- font-size: 36rpx;
- font-weight: bold;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .selected-item {
- color: #2A3A5A;
- font-size: 36rpx;
- font-weight: bold;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .select-border {
- width: 82rpx;
- height: 12rpx;
- margin-top: 8rpx;
- background-color: #ffffff;
- }
- .selected-border {
- width: 82rpx;
- height: 12rpx;
- margin-top: 8rpx;
- background: linear-gradient(to right, #0074FF, #ffffff);
- }
- .method-bottom {
- margin-top: 40rpx;
- }
- .method-bottom>img {
- width: 144rpx;
- height: 144rpx;
- margin-right: 24rpx;
- border-radius: 24rpx;
- }
- .bottom-center {
- align-items: center;
- }
- .center-text>view:nth-of-type(1) {
- color: #2A3A5A;
- font-size: 36rpx;
- font-weight: bold;
- margin-bottom: 16rpx;
- }
- .center-text>view:nth-of-type(2) {
- color: #9FA7B7;
- font-size: 28rpx;
- }
- .ctime {
- margin-top: 24rpx;
- color: #828DA2;
- font-size: 28rpx;
- }
- .ctime img,
- .home-first img {
- width: 26rpx;
- height: 26rpx;
- vertical-align: middle;
- }
- .home-delivery {
- margin-top: 48rpx;
- }
- .home-first {
- margin-bottom: 40rpx;
- }
- .first-text>view:nth-of-type(1) {
- color: #2A3A5A;
- font-size: 36rpx;
- font-weight: bold;
- margin-bottom: 16rpx;
- }
- .first-text>view:nth-of-type(2) {
- color: #9FA7B7;
- font-size: 28rpx;
- }
- .home-second {
- align-items: center;
- }
- .home-second>view:nth-of-type(1) {
- color: #2A3A5A;
- font-size: 32rpx;
- font-weight: bold;
- }
- .home-second>view:nth-of-type(2) {
- color: #2A3A5A;
- font-size: 40rpx;
- }
- .home-third {
- color: #0074FF;
- font-size: 32rpx;
- font-weight: bold;
- margin-top: 32rpx;
- }
- .third-text {
- color: #2A3A5A;
- font-size: 32rpx;
- font-weight: bold;
- }
- .third-text img {
- width: 40rpx;
- height: 40rpx;
- margin-left: 8rpx;
- vertical-align: middle;
- }
- .bottom-bottom {
- color: #2A3A5A;
- font-size: 32rpx;
- }
- .bottom-bottom img {
- width: 36rpx;
- height: 36rpx;
- margin-bottom: 14rpx;
- }
- .select-deposit {
- border: 4rpx solid #F3F8FF;
- background-color: #F3F8FF;
- border-radius: 16rpx;
- padding: 32rpx 24rpx;
- display: flex;
- justify-content: space-between;
- }
- .selected-deposit {
- border: 4rpx solid #0074FF;
- box-sizing: border-box;
- border-radius: 16rpx;
- padding: 32rpx 24rpx;
- display: flex;
- justify-content: space-between;
- }
- .deposit-item>view {
- color: #2A3A5A;
- font-size: 32rpx;
- font-weight: bold;
- }
- .deposit-item>view>text {
- color: #828DA2;
- font-weight: 400;
- }
- .select-img {
- width: 32rpx;
- height: 32rpx;
- margin-right: 24rpx;
- vertical-align: middle;
- }
- .info-img {
- width: 28rpx;
- height: 28rpx;
- margin-left: 12rpx;
- vertical-align: middle;
- }
- .blue-text {
- color: #0074FF;
- font-weight: bold;
- }
- .black-text {
- color: #2A3A5A;
- font-weight: bold;
- }
- .guarantee-title {
- margin-bottom: 40rpx;
- }
- .guarantee-title>view:nth-of-type(1) {
- color: #2A3A5A;
- font-size: 40rpx;
- font-weight: bold;
- }
- .guarantee-title>view:nth-of-type(2) {
- color: #9FA7B7;
- font-size: 32rpx;
- font-weight: 400;
- }
- .select-guarantee {
- background-color: #F3F8FF;
- border-radius: 24rpx;
- }
- .selected-guarantee {
- border: 4rpx solid #0074FF;
- box-sizing: border-box;
- border-radius: 24rpx;
- }
- .select-guarantee,
- .selected-guarantee {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- padding: 32rpx 20rpx;
- box-sizing: border-box;
- }
- .guarantee-top {
- color: #2A3A5A;
- font-size: 28rpx;
- font-weight: bold;
- align-items: center;
- }
- .guarantee-top img {
- width: 62rpx;
- height: 56rpx;
- margin-bottom: 16rpx;
- }
- .guarantee-center {
- margin-top: 32rpx;
- }
- .center-item {
- font-size: 24rpx;
- width: 178rpx;
- margin-bottom: 16rpx;
- }
- .center-item>view:nth-of-type(1) {
- color: #828DA2;
- }
- .center-item>view:nth-of-type(2) {
- color: #0074FF;
- }
- .guarantee-border {
- border-bottom: 2rpx dashed #CFDCEF;
- width: 100%;
- margin-top: 24rpx;
- margin-bottom: 14rpx;
- }
- .guarantee-bottom {
- align-items: center;
- }
- .guarantee-bottom>view:nth-of-type(1) {
- color: #F95151;
- font-size: 38rpx;
- margin-bottom: 14rpx;
- }
- .blue-t {
- color: #0074FF;
- font-size: 24rpx;
- }
- .black-t {
- color: #2A3A5A;
- font-size: 24rpx;
- }
- .guarantee-bottom img {
- width: 24rpx;
- height: 24rpx;
- }
- .ride-border {
- border-radius: 24rpx;
- border: 4rpx solid #0074FF;
- padding: 28rpx 32rpx 16rpx;
- }
- .ride-top {}
- .top-left {
- color: #2A3A5A;
- font-size: 32rpx;
- font-weight: bold;
- }
- .top-left img {
- width: 62rpx;
- height: 56rpx;
- margin-right: 12rpx;
- vertical-align: middle;
- }
- .top-right {
- color: #F95151;
- font-size: 38rpx;
- font-weight: bold;
- }
- .dashed-border {
- margin-bottom: 22rpx;
- border-bottom: 2rpx dashed #CFDCEF;
- }
- .content-top {
- color: #2A3A5A;
- font-size: 28rpx;
- margin-bottom: 24rpx;
- }
- .tab-item {
- margin-bottom: 16rpx;
- }
- .tab-title {
- color: #828DA2;
- font-size: 24rpx;
- }
- .tab-price {
- color: #0074FF;
- font-size: 24rpx;
- font-weight: bold;
- }
- .remove-title {
- align-items: center;
- margin-bottom: 4rpx;
- }
- .remove-title>view:nth-of-type(1) {
- color: #2A3A5A;
- font-size: 32rpx;
- font-weight: bold;
- background-color: #F3F8FF;
- border-radius: 16rpx 0rpx 0rpx 0rpx;
- padding: 24rpx 0;
- }
- .remove-title>view:nth-of-type(2) {
- color: #2A3A5A;
- font-size: 32rpx;
- font-weight: bold;
- background-color: #F3F8FF;
- border-radius: 0rpx 16rpx 0rpx 0rpx;
- padding: 24rpx 0;
- }
- .remove-title>view:nth-of-type(1),
- .remove-text>view:nth-of-type(1) {
- margin-right: 4rpx;
- }
- .remove-text>view {
- color: #2A3A5A;
- font-size: 28rpx;
- background-color: #F4F5F6;
- padding: 26rpx 0;
- }
- .remove-title>view,
- .remove-text>view {
- width: 342rpx;
- text-align: center;
- }
- .assort-box {
- flex-wrap: wrap;
- }
- .assort-text {
- width: 340rpx;
- padding: 24rpx;
- color: #2A3A5A;
- font-size: 32rpx;
- font-weight: bold;
- margin-bottom: 4rpx;
- background-color: #F3F8FF;
- }
- .odd-item {
- border-radius: 16rpx 0 0 16rpx;
- margin-right: 4rpx;
- }
- .even-item {
- border-radius: 0 16rpx 16rpx 0;
- }
- .deposit-info,
- .guarantee-info,
- .ride-info,
- .remove-info,
- .assort-info {
- background-color: #ffffff;
- padding: 48rpx 32rpx 40rpx;
- margin-bottom: 16rpx;
- }
- .method-info>view:nth-of-type(1),
- .deposit-info>view:nth-of-type(1),
- .remove-info>view:nth-of-type(1),
- .assort-info>view:nth-of-type(1) {
- color: #2A3A5A;
- font-size: 40rpx;
- font-weight: bold;
- margin-bottom: 40rpx;
- }
- .pay-type {
- background-color: #ffffff;
- padding: 40rpx 32rpx 32rpx;
- /* margin-bottom: 16rpx; */
- /* align-items: ; */
- }
- .pay-type-tital {
- color: #2A3A5A;
- font-size: 40rpx;
- font-weight: bold;
- margin-bottom: 20rpx;
- }
- .pay-type-item {
- display: flex;
- }
- .pay-type-item img {
- vertical-align: middle;
- }
- .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;
- }
- .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: 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: 36rpx;
- font-weight: bold;
- }
- .pay-money>view:nth-of-type(1) {
- color: #2A3A5A;
- font-size: 40rpx !important;
- font-weight: bold;
- line-height: 40rpx;
- }
- .detail-money {
- display: flex;
- justify-content: flex-end;
- align-items: baseline;
- }
- .detail-money>view:nth-of-type(1) {
- color: #2A3A5A;
- font-size: 36rpx;
- }
- .detail-money>view:nth-of-type(2) {
- color: #F95151;
- font-size: 60rpx;
- margin-left: 24rpx;
- }
- .second {
- background-color: #ffffff;
- margin-top: 2rpx;
- padding: 28rpx 32rpx 32rpx;
- }
- .change-info {
- background-color: #ffffff;
- padding: 48rpx 32rpx 40rpx;
- margin-bottom: 16rpx;
- }
- .change-title {
- margin-bottom: 40rpx;
- color: #2A3A5A;
- font-size: 40rpx;
- font-weight: bold;
- }
- .change-border {
- width: 686rpx;
- height: 156rpx;
- background: #EEF6FF;
- border-radius: 16rpx;
- padding: 32rpx 24rpx;
- }
- .change-top {
- font-family: PingFangSC, PingFang SC;
- font-weight: 500;
- font-size: 32rpx;
- color: #2A3A5A;
- line-height: 32rpx;
- text-align: left;
- font-style: normal;
- }
- .change-top>img {
- width: 40rpx;
- height: 40rpx;
- margin-right: 16rpx;
- }
- .change-num {
- font-family: DIN;
- font-weight: 500;
- font-size: 36rpx;
- color: #828DA2;
- line-height: 32rpx;
- text-align: right;
- font-style: normal;
- }
- .change-bottom {
- font-family: PingFangSC, PingFang SC;
- font-weight: 500;
- font-size: 32rpx;
- color: #0074FF;
- line-height: 32rpx;
- text-align: left;
- font-style: normal;
- }
- .change-bottom>text {
- font-family: DIN;
- font-weight: 500;
- font-size: 36rpx;
- color: #0074FF;
- line-height: 32rpx;
- text-align: right;
- font-style: normal;
- margin: 0 4rpx;
- }
- .change-dec {
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 24rpx;
- color: #828DA2;
- line-height: 36rpx;
- text-align: justify;
- font-style: normal;
- }
- .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;
- }
- .take-car-time {
- background: #F3F8FF;
- border-radius: 16rpx;
- padding: 32rpx 24rpx;
- font-weight: 600;
- }
- .plan-info {
- padding: 48rpx 24rpx 40rpx 32rpx;
- background-color: #ffffff;
- margin-bottom: 16rpx;
- }
- .plan-info>view:nth-of-type(1) {
- color: #2A3A5A;
- font-size: 40rpx;
- font-weight: bold;
- margin-bottom: 32rpx;
- height: 40rpx;
- line-height: 40rpx;
- }
- .plan-type {
- width: 700rpx;
- position: relative;
- margin-bottom: 40rpx;
- }
- .plan-type-1 {
- width: 700rpx;
- overflow-y: auto;
- }
- .plan-type-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;
- }
- .selectedPtype {
- min-width: 176rpx;
- /* flex: 1; */
- height: 162rpx;
- flex-direction: column;
- /* 纵向排列 */
- justify-content: flex-end;
- /* display: flex;
- justify-content: space-between;
- align-items: flex-end; */
- background-color: #ffffff;
- border: 4rpx solid #0074FF;
- box-sizing: border-box;
- border-radius: 24rpx;
- padding: 20rpx 20rpx 32rpx;
- margin-right: 16rpx;
- }
- .selectptype {
- /* flex: 1; */
- min-width: 176rpx;
- height: 162rpx;
- flex-direction: column;
- /* 纵向排列 */
- justify-content: flex-end;
- /* display: flex; */
- /* justify-content: space-between;
- align-items: flex-end; */
- background-color: #EEF6FF;
- border: 4rpx solid #EEF6FF;
- box-sizing: border-box;
- border-radius: 24rpx;
- padding: 20rpx 20rpx 32rpx;
- margin-right: 16rpx;
- }
- .ptype-title {
- font-weight: 500;
- font-size: 28rpx;
- text-align: center;
- color: #2A3A5A;
- }
- .ptype-text {
- font-family: DIN, DIN;
- font-weight: bold;
- font-size: 64rpx;
- color: #2A3A5A;
- align-items: center;
- }
- .ptyped-text {
- font-family: DIN, DIN;
- font-weight: bold;
- font-size: 64rpx;
- color: #F95151;
- align-items: center;
- }
- .ptyped-text,
- .ptype-text {
- justify-content: center;
- /* 水平居中 */
- align-items: center;
- /* 垂直居中 */
- }
- /* .ptyped-text text {
- font-size: 40rpx;
- } */
- .plan-time>view:nth-of-type(1) {
- color: #2A3A5A;
- font-size: 32rpx;
- font-weight: bold;
- }
- .quantity-count>input {
- width: 88rpx;
- height: 48rpx;
- border-radius: 24rpx;
- background-color: #F3F8FF;
- text-align: center;
- color: #2A3A5A;
- }
- .total-time {
- font-size: 32rpx;
- color: #2A3A5A;
- font-weight: 500;
- margin-right: 24rpx;
- }
- .count-btn {
- width: 48rpx;
- height: 48rpx;
- vertical-align: middle;
- }
- .fbtn {
- color: #9FA7B7;
- margin-right: 16rpx;
- }
- .sbtn {
- /* color: #9FA7B7; */
- margin-left: 16rpx;
- }
- .font_40 {
- font-weight: 600;
- font-size: 40rpx;
- color: #2A3A5A;
- }
- .to-store {
- padding: 10rpx 20rpx;
- font-weight: 400;
- font-size: 24rpx;
- color: #2A3A5A;
- }
- .to-door {
- padding: 10rpx 20rpx;
- font-weight: 400;
- font-size: 24rpx;
- color: #2A3A5A;
- }
- .selected-tab {
- background: #0074FF;
- border-radius: 32rpx;
- color: #FFFFFF;
- }
- .shop-view {
- flex-wrap: wrap;
- padding: 24rpx;
- background: #EEF6FF;
- border-radius: 16rpx;
- }
- .shop-bg {
- background: #FFFFFF;
- border-radius: 4rpx;
- padding: 32rpx 24rpx;
- width: 100%;
- }
- .shop-name {
- width: 450rpx;
- font-weight: 500;
- 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;
- }
|