123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539 |
- /* pages/use_bike/use_bike.wxss */
- #map {
- height: calc(100vh - 495rpx);
- z-index: 8;
- /* z-index: 999999999999999999; */
- width: 100%;
- }
- .map-icon {
- position: fixed;
- right:20rpx;
- z-index: 999;
- bottom:650rpx;
- }
- .kefu {
- height: 70rpx;
- width: 70rpx;
- bottom: 0rpx;
- border-radius: 50%;
- background-color: #fff;
- margin-top: 50rpx;
- text-align: center;
- }
- .kefu image {
- height: 50rpx;
- margin-top: 10rpx;
- width: 50rpx;
- }
- .use-bike-bottom {
- position: fixed;
- z-index: 999999999;
- background-color: #fff;
- width: 100%;
- bottom: 0;
- /* height: 600rpx; */
- left: 0;
- padding-bottom: 30rpx;
- border-radius: 40rpx 40rpx 0 0;
- }
- /* .warning-lists{
- height: 280rpx;
- overflow-y: scroll;
- } */
- .bike-tip {
- position: fixed;
- z-index: 99999;
- top: 10rpx;
- height: 70rpx;
- width: 90%;
- left: 5%;
- border-radius: 40rpx;
- font-size: 26rpx;
- margin: 0 auto;
- line-height: 70rpx;
- color: #fff;
- background: rgba(0, 0, 0, 0.8);
- }
- .bike-guifan {
- font-size: 20rpx;
- float: right;
- margin-right: 20rpx;
- }
- .tip-text {
- margin-left: 20rpx;
- }
- .step1,
- .step2 {
- text-align: center;
- }
- .step1 .bottom-title1 {
- margin-top: 70rpx;
- font-size: 60rpx;
- }
- .step1 .bottom-title2 {
- font-size: 32rpx;
- color: #666666;
- margin-top: 10rpx;
- margin-bottom: 70rpx;
- }
- .step1 .bike_no{
- /* margin-bottom: 70rpx; */
- margin-top: 15rpx;
- font-size: 30rpx;
- color: #999;
- }
- .open_bike {
- height: 100rpx;
- line-height: 100rpx;
- border-radius: 50rpx;
- width: 60%;
- font-size: 32rpx;
- font-weight: 600;
- background-color: var(--globleColor);
- color: var(--fontColor);
- margin: 0 auto;
- margin-top: 20rpx;
- }
- .open_bike1{
- height: 100rpx;
- line-height: 100rpx;
- border-radius: 50rpx;
- width: 60%;
- font-size: 32rpx;
- font-weight: 600;
- background-color:#999;
- color: var(--fontColor);
- margin: 0 auto;
- }
- .lanya{
- font-size: 28rpx;
- margin-top: 20rpx;
- color: var(--globleColor);
- margin-bottom: 30rpx;
- }
- .bottom-list {
- display: flex;
- height: 50rpx;
- /* line-height: 40rpx; */
- text-align: center;
- font-size: 26rpx;
- color: #666666;
- margin-top: 15rpx;
- }
- .bottom-list-item {
- flex: 1;
- }
- .step3-title {
- height: 120rpx;
- line-height: 120rpx;
- border-bottom: solid 1rpx #f1f1f1;
- }
- .step2-title {
- height: 120rpx;
- line-height: 120rpx;
- border-bottom: solid 1rpx #f1f1f1;
- }
- .step2-content {
- /* margin: 30rpx 0; */
- margin-top: 10rpx;
- display: flex;
- }
- .step2-left {
- flex: 0 0 23%;
- /* background-color: #f1f1f1; */
- text-align: right;
- /* height: 150rpx; */
- }
- .step2-left image {
- width: 100rpx;
- margin-top: 15rpx;
- height: auto;
- }
- .step2-right {
- flex: 1;
- text-align: left;
- margin-left: 20rpx;
- }
- .step2-text {
- font-size: 32rpx;
- font-weight: 500;
- line-height: 55rpx;
- }
- .step2-text1 {
- font-size: 28rpx;
- color: #666666;
- line-height: 50rpx;
- }
- .step3-title {
- display: flex;
- padding: 0 40rpx;
- font-size: 32rpx;
- color: #484848;
- }
- .title-left-num {
- display: inline-block;
- margin: 0 5rpx;
- font-weight: bold;
- font-size: 38rpx;
- }
- .step3-title-left {
- flex: 1;
- }
- .step3-title-right {
- flex: 0 0 170rpx;
- text-align: center;
- height: 60rpx;
- line-height: 60rpx;
- margin-top: 30rpx;
- font-size: 26rpx;
- color: #999999;
- border-radius: 40rpx;
- border: solid 1rpx #e5e5e5;
- }
- .bell{
- flex:0 0 50rpx;
- height: 50rpx;
- margin-top: 35rpx;
- width:50rpx;
- line-height: 50rpx;
- border-radius: 50%;
- text-align: center;
- border: solid 1rpx var(--globleColor);
- background-color: var(--globleColor);
- }
- .bell-image{
- height: 40rpx;
- width: 40rpx;
- margin-top: 5rpx;
- }
- .steps3-list {
- display: flex;
- margin: 20rpx 0;
- }
- .step3-list-item {
- flex: 1;
- text-align: center;
- padding: 30rpx 0;
- margin-top: 10rpx;
- }
- .step3-item-num {
- font-size: 44rpx;
- font-weight: bold;
- }
- .step3-item-text {
- color: #999999;
- font-size: 28rpx;
- margin-top: 10rpx;
- }
- .step3-bottom {
- display: flex;
- padding: 0 50rpx;
- text-align: center;
- height: 100rpx;
- margin-top:40rpx;
- font-size: 34rpx;
- font-weight: bold;
- line-height: 100rpx;
- margin-bottom:55rpx;
- color: var(--fontColor);
- }
- .step3-bottom-left {
- flex: 1;
- border-radius: 50rpx;
- margin-right: 30rpx;
- border: solid 1rpx var(--globleColor);
- color: var(--orgFont);
- }
- .step3-cha {
- flex: 0 0 100rpx;
- border-radius: 50rpx;
- margin-right: 30rpx;
- text-align: center;
- border: solid 1rpx var(--globleColor);
- color: var(--orgFont);
- }
- .step3-bottom-right {
- flex: 1;
- background-color: var(--globleColor);
- color: var(--fontColor);
- border-radius: 50rpx;
- }
- .step3-parking {
- text-align: center;
- padding: 30rpx 0;
- margin-top: 50rpx;
- }
- .step3-park-title1 {
- font-size: 48rpx;
- font-weight: bold;
- }
- .step3-park-text {
- font-size: 28rpx;
- color: #666666;
- margin: 20rpx;
- font-weight: 500;
- }
- .buttom-icon {
- margin-right: 10rpx;
- }
- .frame {
- background-color: rgba(0, 0, 0, 0.6);
- position: fixed;
- z-index: 9999999999999999;
- top: 0;
- left: 0;
- width: 100%;
- height: 100vh;
- }
- .frame-content {
- position: fixed;
- background-color: #fff;
- width: 100%;
- height: 500rpx;
- border-radius: 40rpx 40rpx 0 0;
- bottom: 0;
- z-index: 99999999;
- padding-bottom: 100rpx;
- text-align: center;
- }
- .frame-title {
- height: 100rpx;
- line-height: 100rpx;
- padding: 0 30rpx;
- font-size: 28rpx;
- }
- .cha{
- float: left;
- }
- .frame-kefu {
- float: right;
- font-size: 28rpx;
- }
- .suo {
- width: 80%;
- margin: 0 auto;
- }
- .frame-con {
- padding: 0 30rpx;
- }
- .frame-bt {
- display: flex;
- height: 100rpx;
- line-height: 100rpx;
- text-align: center;
- margin-top: 50rpx;
- font-size: 32rpx;
- font-weight: 500;
- }
- .frame-left {
- flex: 0 0 250rpx;
- border: solid 1rpx var(--globleColor);
- border-radius: 50rpx;
- color: var(--globleColor);
- }
- .frame-right {
- flex: 1;
- margin-left: 50rpx;
- border-radius: 50rpx;
- background-color: var(--globleColor);
- color: var(--fontColor);
- }
- /* 未开启位置权限 */
- .pay-frame{
- width: 100vh;
- height: 100%;
- position: fixed;
- z-index: 999999999;
- background-color: rgba(0, 0, 0, 0.6);
- }
- .topay {
- width: 500rpx;
- height: 300rpx;
- background: rgba(255, 255, 255, 1);
- border-radius: 20rpx;
- position: fixed;
- top: 41%;
- left: 16%;
- z-index: 8888;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .topay .text1,
- .text2 {
- font-size: 28rpx;
- font-family: PingFang SC;
- color: rgba(42, 42, 42, 1);
- }
- .topay .view {
- display: flex;
- position: absolute;
- bottom: 0rpx;
- width: 100%;
- justify-content: space-between;
- height: 70rpx;
- border-top: 1rpx solid #f4f4f4;
- padding: 10rpx 0rpx;
- }
- .topay .view .view1 {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 49.5%;
- }
- .ad-list {
- background-color: #333333;
- opacity: 0.9;
- height: 70rpx;
- border-radius: 50rpx;
- width: 94%;
- left: 3%;
- position: fixed;
- top:30rpx;
- z-index: 9998;
- }
- .mess {
- display: inline-block;
- vertical-align: middle;
- height: 40rpx;
- width:40rpx;
- margin: 20rpx 30rpx 20rpx 30rpx;
- }
- .change {
- display: inline-block;
- vertical-align: top;
- height: 50rpx;
- width: 50rpx;
- float: right;
- margin: 15rpx 30rpx 15rpx 30rpx;
- }
- .ad-list .swiper {
- height: 70rpx;
- position: fixed;
- width: 68%;
- left: 120rpx;
- top: 30rpx;
- z-index: 99998;
- }
- .ad-list .swiper .swiper-item {
- height: 70rpx;
- line-height:70rpx;
- }
- .ad-item {
- display: inline-block;
- color: #fff;
- font-size: 26rpx;
- /* vertical-align: middle; */
- }
- .back-home{
- height: 50rpx;
- width:50rpx;
- position: absolute;
- top: 35rpx;
- left: 30rpx;
- }
- .marquee {
- width: 80%;
- overflow: hidden;
- }
- .marqueeTitle {
- color: #333333;
- font-size: 26rpx;
- }
- .inform {
- display: flex;
- align-items: center;
- width: 94%;
- left: 3%;
- height: 68rpx;
- background: white;
- color: #333333;
- position: fixed;
- z-index: 9999;
- font-size: 26rpx;
- justify-content: space-between;
- border-radius: 10rpx;
- }
- .inform-img {
- display: flex;
- height: 100%;
- align-items: center;
- }
- /* 轮播图 */
- .ad-swiper{
- position: fixed;
- top: 30rpx;
- z-index: 9999;
- height: 200rpx;
- width: 94%;
- left: 3%;
- /* background-color: #fff; */
- }
- .ad-swiper-list{
- height: 200rpx;
- }
|