123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946 |
- .container {
-
- }
- .time-info {
- padding: 0 32rpx 24rpx;
- background: linear-gradient( 180deg, #CFD1DE 0%, #F1F3F4 100%);
- }
- .time-info > view:nth-of-type(1) {
- color: #2A3A5A;
- font-size: 48rpx;
- font-weight: bold;
- margin-bottom: 48rpx;
- }
- .blue-text {
- color: #0074FF !important;
- font-size: 48rpx;
- font-weight: bold;
- margin-bottom: 48rpx;
- }
- .red-text {
- color: #F95151 !important;
- font-size: 48rpx;
- font-weight: bold;
- margin-bottom: 48rpx;
- }
- .time-money {
- background-color: #ffffff;
- border-radius: 32rpx;
- padding: 40rpx 32rpx;
- }
- .money-item {
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .money-item > view:nth-of-type(1) {
- color: #2A3A5A;
- font-size: 52rpx;
- font-weight: bold;
- }
- .money-item > view:nth-of-type(1) text {
- color: #5E6F90;
- font-size: 26rpx;
- margin-left: 4rpx;
- }
- .money-item > view:nth-of-type(2),
- .time-money > view:nth-of-type(3) {
- color: #060809;
- font-size: 28rpx;
- }
- .red-status {
- color: #F95151;
- }
- .dashed-border {
- /* height: 4rpx; */
- border-bottom: 4rpx dashed #F4F5F6;
- margin-top: 32rpx;
- }
- .big-text {
- color: #060809;
- font-size: 40rpx;
- font-weight: bold;
- margin-top: 38rpx;
- }
- .sn-content {
- margin-top: 40rpx;
- }
- .sn-title {
- color: #5E6F90;
- font-size: 28rpx;
- }
- .sn-text {
- /* width: 75%; */
- max-width: 75%;
- color: #060809;
- opacity: 0.6;
- font-size: 30rpx;
- font-weight: bold;
- word-wrap: break-word;
- }
- .none-text{
- text-decoration: line-through;
- }
- .sn-text text {
- color: #5E6F90;
- }
- .g-border {
- height: 32rpx;
- border-left: 2rpx solid #E3E7EB;
- margin-left: 16rpx;
- margin-right: 16rpx;
- }
- .time-money img {
- width: 28rpx;
- height: 28rpx;
- margin-left: 8rpx;
- /* vertical-align: middle; */
- }
- .car-info {
- background-color: #ffffff;
- margin: 0 32rpx 24rpx 32rpx;
- padding: 40rpx 32rpx 32rpx;
- border-radius: 32rpx;
- }
- .car-info > view:nth-of-type(1) {
- color: #060809;
- font-size: 40rpx;
- font-weight: bold;
- margin-bottom: 28rpx;
- }
- .top-flex > view:nth-of-type(1) {
- color: #060809;
- font-size: 36rpx;
- font-weight: 400;
- margin-bottom: 20rpx;
- }
- .top-flex > view:nth-of-type(2) {
- font-weight: 400;
- font-size: 28rpx;
- color: #9EA9BB;
- }
- .car-info img {
- width: 125rpx;
- height: 125rpx;
- border-radius: 16rpx;
- }
- .return-info {
- padding: 40rpx 32rpx 34rpx;
- background-color: #ffffff;
- border-radius: 32rpx;
- margin: 0 32rpx 24rpx;
- }
- .return-top > view:nth-of-type(1) {
- color:#060809;
- font-size: 40rpx;
- font-weight: bold;
- }
- .return-top > view:nth-of-type(2) {
- font-weight: 600;
- font-size: 22rpx;
- color: #0A59F7;
- text-align: center;
- background: #E6EEFE;
- border-radius: 20rpx;
- height: 40rpx;
- line-height: 40rpx;
- padding-left: 20rpx;
- padding-right: 20rpx;
- }
- .return-bottom {
- margin-top: 24rpx;
- }
- .return-bottom > view {
- font-family: DIN, DIN;
- font-weight: 600;
- font-size: 36rpx;
- color: #060809;
- }
- .return-bottom img {
- width: 24rpx;
- height: 24rpx;
- margin: 0 12rpx;
- }
- .method-info {
- background-color: #ffffff;
- border-radius: 32rpx;
- margin: 0 32rpx 24rpx;
- padding: 48rpx 40rpx 40rpx 32rpx;
- }
- .method-info > view:nth-of-type(1) {
- color: #060809;
- font-size: 40rpx;
- font-weight: bold;
- margin-bottom: 40rpx;
- }
- .method-item > img {
- width: 144rpx;
- height: 144rpx;
- margin-right: 24rpx;
- border-radius: 16rpx;
- }
- .method-right {
- align-items: flex-start;
- }
- .item-center > view:nth-of-type(1) {
- color: #060809;
- font-size: 36rpx;
- line-height: 36rpx;
- margin-bottom: 16rpx;
- }
- .item-center > view:nth-of-type(2) {
- color: #9FA7B7;
- font-size: 28rpx;
- margin-bottom: 24rpx;
- }
- .item-center > view:nth-of-type(3) {
- color: #060809;
- font-size: 28rpx;
- }
- .item-center img {
- width: 26rpx;
- height: 26rpx;
- vertical-align: middle;
- }
- .item-bottom {
- color: #2A3A5A;
- font-size: 32rpx;
- }
- .item-bottom img {
- width: 36rpx;
- height: 36rpx;
- margin-bottom: 14rpx;
- }
- .guarantee-info {
- background-color: #ffffff;
- border-radius: 32rpx;
- margin: 0 32rpx 24rpx;
- padding: 40rpx 32rpx;
- }
- .guarantee-info > view:nth-of-type(1) {
- color: #060809;
- font-size: 40rpx;
- font-weight: bold;
- }
- .guarantee-info > view:nth-of-type(2) img {
- width: 44rpx;
- height: 40rpx;
- margin-right: 8rpx;
- vertical-align: middle;
- }
- .guarantee-info > view:nth-of-type(2) {
- color: #5E6F90;
- font-size: 28rpx;
- }
- .overdue-info {
- background-color: #ffffff;
- border-radius: 32rpx;
- margin: 0 32rpx 24rpx;
- padding: 40rpx 32rpx 32rpx;
- /* width: 92%; */
- }
- .overdue-info > view:nth-of-type(1) {
- color: #060809;
- font-size: 40rpx;
- font-weight: bold;
- margin-bottom: 40rpx;
- }
- .overdue-one,
- .overdue-two,
- .overdue-thr {
- background-color: #F3F8FF;
- padding: 32rpx 24rpx 24rpx;
- }
- .overdue-one {
- border-radius: 16rpx 16rpx 0rpx 0rpx;
- }
- .overdue-two {
- margin-top: 2rpx;
- margin-bottom: 2rpx;
- }
- .overdue-thr {
- border-radius: 16rpx 16rpx 0rpx 0rpx;
- }
- .overdue-one > view:nth-of-type(1),
- .overdue-two > view:nth-of-type(1),
- .overdue-thr > view:nth-of-type(1) {
- color: #060809;
- font-size: 28rpx;
- font-weight: bold;
- margin-bottom: 16rpx;
- }
- .overdue-one > view:nth-of-type(2),
- .overdue-two > view:nth-of-type(2),
- .overdue-thr > view:nth-of-type(2) {
- color: #828DA2;
- font-size: 24rpx;
- line-height: 36rpx;
- }
- .remove-info {
- background-color: #ffffff;
- border-radius: 32rpx;
- margin: 0 32rpx 24rpx;
- padding: 40rpx 32rpx 50rpx;
- }
- .remove-info >view:nth-of-type(1) {
- color: #060809;
- font-size: 40rpx;
- font-weight: bold;
- margin-bottom: 40rpx;
- }
- .remove-title {
- align-items: center;
- margin-bottom: 4rpx;
- }
- .remove-title > view:nth-of-type(1) {
- color: #060809;
- 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: #060809;
- 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: #060809;
- font-size: 28rpx;
- background-color: #F4F5F6;
- padding: 26rpx 0;
- }
- .remove-title > view,
- .remove-text > view {
- width: 342rpx;
- text-align: center;
- }
- .assort-info {
- background-color: #ffffff;
- border-radius: 32rpx;
- margin: 0 32rpx 24rpx;
- padding: 40rpx 32rpx;
- }
- .assort-info > view:nth-of-type(1) {
- color: #060809;
- font-size: 40rpx;
- font-weight: bold;
- margin-bottom: 40rpx;
- }
- .assort-box {
- flex-wrap: wrap;
- }
- .assort-text {
- width: 308rpx;
- padding: 24rpx;
- color: #060809;
- 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;
- }
- .pay-money {
- color: #F95151;
- font-size: 36rpx;
- font-weight: bold;
- margin-right: 64rpx;
- }
- .pay-btn {
- color: #ffffff;
- font-weight: 400;
- background-color: #060809;
- height: 80rpx;
- line-height: 80rpx;
- border-radius: 40rpx;
- /* padding-top: 24rpx;
- padding-bottom: 24rpx; */
- text-align: center;
- width: 100%;
- }
- .cancel {
- color: #828DA2;
- font-size: 28rpx;
- margin-right: 20rpx;
- }
- .deposit-btn {
- color: #060809;
- font-size: 28rpx;
- background-color: #EBECEC;
- height: 60rpx;
- line-height: 60rpx;
- border-radius: 40rpx;
- padding: 0 20rpx;
- /* padding-top: 24rpx;
- padding-bottom: 24rpx; */
- text-align: center;
- margin-left: 20rpx;
- }
- .w_224{
- width: 224rpx;
- }
- .w_254{
- width: 254rpx;
- }
- .w_288{
- width: 288rpx;
- }
- .w_418{
- width: 414rpx;
- }
- .sesame-btn {
- color: #ffffff;
- font-size: 28rpx;
- height: 60rpx;
- line-height: 60rpx;
- background-color: #060809;
- padding: 0 20rpx;
- border-radius: 40rpx;
- /* padding-top: 24rpx;
- padding-bottom: 24rpx; */
- text-align: center;
- margin-left: 10rpx;
- }
- .sesame-btn-s {
- color: #ffffff;
- font-size: 32rpx;
- height: 80rpx;
- line-height: 80rpx;
- background-color: #060809;
- opacity: 0.2;
- border-radius: 40rpx;
- /* padding-top: 24rpx;
- padding-bottom: 24rpx; */
- text-align: center;
- }
- .to-pay {
- align-items: baseline;
- width: 100%;
- }
- .bottom-right > view:nth-of-type(2) {
- color: #ffffff;
- font-size: 32rpx;
- font-weight: bold;
- text-align: center;
- height: 80rpx;
- line-height: 80rpx;
- padding-left: 104rpx;
- padding-right: 104rpx;
- /* padding: 24rpx 104rpx; */
- border-radius: 40rpx;
- background-color: #060809;
- margin-left: 20rpx;
- }
- .cancel-b {
- position: fixed;
- bottom: 0;
- left: 0;
- z-index: 10;
- width: 100%;
- height: 100vh;
- background-color: rgba(0,0,0,0.4);
- }
- .cancel-box {
- border-radius: 32rpx 32rpx 0rpx 0rpx;
- background-color: #ffffff;
- padding: 40rpx 32rpx;
- z-index: 100;
- position: fixed;
- bottom: 0;
- width: 100%;
- }
- .cancel-title {
- color: #2A3A5A;
- font-size: 40rpx;
- font-weight: bold;
- margin-bottom: 48rpx;
- }
- .cancel-item {
- color: #2A3A5A;
- font-size: 32rpx;
- font-weight: bold;
- margin-bottom: 48rpx;
- }
- .cancel-item img {
- width: 32rpx;
- height: 32rpx;
- }
- .show_mark_patment {
- position: absolute;
- z-index: 99;
- /* top: 0; */
- background-color: rgba(0, 0, 0, 0.5);
- width: 100%;
- height: 100%;
- }
- .payment-info {
- background-color: #ffffff;
- padding: 24rpx 32rpx 28rpx;
- width: 100%;
- position: fixed;
- left: 0;
- bottom: 0;
- padding-bottom: env(safe-area-inset-bottom);
- }
- .inset-bottom{
- height: calc(150rpx + env(safe-area-inset-bottom));
- }
- .pay_line {
- height: 2rpx;
- background: #EAEAEA;
- width: 100%;
- }
- .pay_money {
- background: #FFFFFF;
- border-radius: 32rpx 32rpx 0rpx 0rpx;
- padding: 40rpx 32rpx 24rpx 32rpx;
- }
- .pay_money > view {
- font-family: PingFangSC, PingFang SC;
- font-weight: 500;
- font-size: 36rpx;
- color: #2A3A5A;
- line-height: 36rpx;
- text-align: left;
- font-style: normal;
- padding: 24rpx 24rpx 24rpx 0rpx;
- }
- .pay_money>view:nth-of-type(1) {
- padding: 0rpx 20rpx 24rpx 0rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 600;
- font-size: 40rpx;
- color: #2A3A5A;
- line-height: 40rpx;
- text-align: left;
- font-style: normal;
- }
- .pay_money>view:nth-of-type(4) {
- display: flex;
- justify-content: flex-end;
- align-items: center;
- }
- .charge_money_info > view:nth-of-type(odd){
- padding-right: 24rpx;
- }
- .charge_money_info > view:nth-of-type(even){
- font-family: DIN;
- font-weight: 500;
- font-size: 60rpx;
- color: #F95151;
- line-height: 52rpx;
- text-align: left;
- font-style: normal;
- }
- .pay_info {
- background-color: #ffffff;
- padding: 42rpx 32rpx 48rpx;
- }
- .payment-info-one {
- background-color: #ffffff;
- padding: 42rpx 32rpx 48rpx;
- }
- .payment-top {
- color: #2A3A5A;
- font-size: 28rpx;
- }
- .payment-top text {
- color: #060809;
- font-size: 28rpx;
- }
- .payment-top img {
- width: 32rpx;
- height: 32rpx;
- margin-right: 16rpx;
- vertical-align: middle;
- }
- .payment-bottom {
- margin-top: 42rpx;
- width: 100%;
- }
- .bottom-left {
- color: #F95151;
- font-size: 36rpx;
- font-weight: bold;
- }
- .bottom-left>view:nth-of-type(2) {
- color: #060809;
- font-size: 28rpx;
- font-weight: 400;
- 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;
- text-align: center;
- height: 80rpx;
- line-height: 80rpx;
- border-radius: 40rpx;
-
- background: linear-gradient(to right, #0074FF 0%, #00D7FF 100%);
- }
- .chargeinfo_img {
- width: 40rpx;
- height: 40rpx;
- margin-bottom: -8rpx;
- }
- .show_mark_container {
- display: flex;
- justify-content: center;
- align-items: center;
- position: fixed;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- background-color: rgba(0, 0, 0, 0.5);
- z-index: 8;
- }
- .pop_content {
- display: flex;
- flex-direction: column;
- width: 568rpx;
- height: 438rpx;
- background-color: #fff;
- border-radius: 12rpx;
- padding: 20rpx;
- text-align: center;
- position: relative;
- font-family: PingFangSC, PingFang SC;
- font-weight: 500;
- font-size: 32rpx;
- color: #000000;
- font-style: normal;
- }
- .pop_foo {
- height: 70%;
- }
- .show_title {
- line-height: 48rpx;
- padding: 32rpx;
- }
- .show_info_content {
- margin-left: 32rpx;
- margin-right: 32rpx;
- margin-bottom: 40rpx;
- line-height: 32rpx;
- }
- .show_info_tips {
- position: absolute;
- padding-top: 16rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 24rpx;
- color: #828DA2;
- line-height: 36rpx;
- text-align: justify;
- font-style: normal;
- }
- .row-btn {
- display: flex;
- height: 20%;
- flex-direction: row;
- align-items: center;
- border-top: 1rpx solid #f1f1f1;
- }
- .row-btn view {
- flex: 1;
- text-align: center;
- margin: 10rpx 3%;
- padding: 12rpx 0 3rpx;
- font-size: 32rpx;
- }
- .left-btn {
- /* background-color: #f1f1f1; */
- color: #060809;
- }
- .deposit-info {
- background-color: #ffffff;
- margin: 0 32rpx 24rpx 32rpx;
- padding: 40rpx 32rpx 0rpx 32rpx;
- border-radius: 32rpx;
- }
- .deposit-info > view:nth-of-type(1) {
- color: #2A3A5A;
- font-size: 40rpx;
- font-weight: bold;
- margin-bottom: 40rpx;
- }
- .selected-deposit {
- display: flex;
- justify-content: space-between;
- align-items: baseline;
- }
- .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;
- }
- .exchange-info {
- background: #F4F5F6;
- border-radius: 24rpx;
- padding: 24rpx;
- }
- .exchange-info-title {
- color: #2A3A5A;
- font-size: 40rpx;
- font-weight: bold;
- margin-bottom: 28rpx;
- }
- .exchange-button{
- font-family: PingFangSC, PingFang SC;
- font-weight: 500;
- font-size: 32rpx;
- color: #060809;
- line-height: 32rpx;
- text-align: right;
- font-style: normal;
-
- }
- .exchange-button > text {
- padding: 0 4rpx;
- }
- .exchange-content{
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 24rpx;
- color: #828DA2;
- line-height: 36rpx;
- text-align: justify;
- font-style: normal;
- }
- .get-car-number-card{
- background: #FFFFFF;
- border-radius: 40rpx;
- padding: 40rpx;
- text-align: center;
- font-weight: 600;
- font-size: 32rpx;
- color: #060809;
- margin-bottom: 20rpx;
- }
- .get-car-number{
- font-weight: bold;
- line-height: 1;
- font-size: 80rpx;
- color: #060809;
- margin: 24rpx 0 40rpx;
- }
- .get-car-number-tip{
- font-weight: 400;
- font-size: 24rpx;
- color: #060809;
- opacity: 0.4;
- }
- .distance-num{
- background: #E6EEFE;
- border-radius: 20rpx;
- font-family: DIN, DIN;
- font-weight: 500;
- font-size: 26rpx;
- color: #0A59F7;
- padding: 6rpx 20rpx;
- }
- .store-img-view>img{
- width: 160rpx;
- height: 160rpx;
- border-radius: 24rpx;
- }
- .store-name-address{
- font-weight: 400;
- font-size: 28rpx;
- color: #9FA7B7;
- margin: 16rpx 0;
- }
- .store-name{
- font-weight: 600;
- font-size: 36rpx;
- color: #060809;
- }
- .time-style{
- font-weight: 400;
- font-size: 26rpx;
- color: #828DA2;
- }
- .car-top{
- margin-bottom: 24rpx;
- }
- .grey-text{
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 28rpx;
- color: #060809;
- opacity: 0.4;
- margin-right: 16rpx;
- }
- .get-car-time{
- font-weight: 600;
- font-size: 54rpx;
- color: #0A59F7;
- margin: 0 4rpx;
- }
- .get-time-view{
- font-weight: 400;
- align-items: center;
- }
|