123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595 |
- page {
- width: 100%;
- border-top: 2rpx solid #dedede;
- }
- map {
- width: 100%;
- }
- .box {
- width: 100%;
- height: auto;
- }
- .notice {
- width: 100%;
- height: 60rpx;
- display: flex;
- align-items: center;
- color: black;
- font-size: 26rpx;
- position: fixed;
- top: 0;
- left: 0;
- justify-content: center;
- background: #E92E16;
- }
- .notice .text {
- color: white;
- }
- .notice image {
- margin-right: 20rpx;
- }
- .box .top {
- width: 100%;
- }
- .top .top_view {
- display: flex;
- flex-direction: column;
- align-items: center;
- padding-top: 44rpx;
- }
- .top .top_view .title {
- width: 474rpx;
- font-size: 52rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: rgba(51, 51, 51, 1);
- }
- .top .top_view .view {
- width: 468rpx;
- display: flex;
- justify-content: center;
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: rgba(51, 51, 51, 1);
- padding-top: 25rpx;
- }
- .top .top_view .view view {
- display: flex;
- align-items: center;
- }
- .top image {
- width: 276rpx;
- height: 141rpx;
- }
- .top .btm_view {
- width: 212rpx;
- height: 52rpx;
- border: 2rpx solid rgba(191, 191, 191, 1);
- border-radius: 26rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: rgba(42, 42, 42, 1);
- }
- .background {
- width: 100%;
- height: 16rpx;
- background: rgba(249, 249, 248, 1);
- }
- /* 新样式 */
- .bottom-new {
- padding: 20rpx 30rpx 30rpx;
- }
- .new-top {
- display: flex;
- align-items: center;
- }
- .quyu-img {
- flex: 0 0 120rpx;
- height: 80rpx;
- width: 80rpx;
- margin-right: 12rpx;
- }
- .bottom-new .text {
- font-size: 30rpx;
- padding-top: 10rpx;
- }
- .text-tip {
- font-size: 26rpx;
- color: #9e9c9c;
- margin-top: 8rpx;
- }
- .new-middle {
- text-align: center;
- font-size: 28rpx;
- margin-top: 30rpx;
- font-weight: bold;
- }
- .licheng {
- font-size: 32rpx;
- }
- .new-km {
- font-size: 38rpx;
- font-weight: bold;
- color: rgba(24, 213, 185, 1);
- margin: 0 10rpx;
- }
- .jifei {
- padding: 20rpx 0;
- width: 80vw;
- margin: 0 auto;
- }
- .jifei-title {
- text-align: center;
- color: #a09e9e;
- font-size: 24rpx;
- }
- .jiantou {
- display: inline-block;
- width: 40rpx;
- vertical-align: middle;
- height: 40rpx;
- }
- .jifei-item {
- margin-bottom: 10rpx;
- display: flex;
- justify-content: space-between;
- font-size: 24rpx;
- color: #3b3b3b;
- }
- .new-button {
- display: flex;
- margin: 0 auto;
- margin-top: 30rpx;
- width: 85vw;
- justify-content: space-between;
- }
- .button-item {
- width: 38vw;
- height: 80rpx;
- border-radius: 40rpx;
- line-height: 80rpx;
- text-align: center;
- }
- .change-bike {
- /* background-color: #dedede; */
- border: 2rpx solid #10d6bb;
- color: #10d6bb;
- }
- .open-block {
- background-color: rgba(24, 213, 185, 1);
- color: #fff;
- }
- .bottom-tab {
- display: flex;
- align-items: center;
- justify-content: space-between;
- width: 60vw;
- margin: 0 auto;
- }
- .tab-item,
- .active-tab {
- text-align: center;
- border-bottom: solid 3px #0FD6BA;
- padding-bottom: 10rpx;
- margin-bottom: 10rpx;
- font-weight: 550;
- color: #0FD6BA;
- }
- .tab-item {
- border: none;
- color: rgb(90, 89, 89);
- }
- /*
- .bottom {
- width: 84%;
- display: flex;
- flex-direction: column;
- margin: 0 auto;
- }
- .bottom .baoxiu{
- text-align: right;
- font-size:24rpx;
- font-family:PingFang SC;
- font-weight:500;
- color:rgba(24,213,185,1);
- padding-bottom: 20rpx;
- }
- .bottom .btm_top {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding-bottom: 34rpx;
- border-bottom: 2rpx solid #dedede;
- font-weight: 800;
- }
- .bottom .btm_top view{
- font-size:40rpx;
- font-family:PingFang SC;
- font-weight:500;
- color:rgba(42,42,42,1);
- }
- .bottom .btm_center {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .bottom .btm_center view {
- width: 50%;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .bottom .btm_center view text:nth-of-type(1) {
- font-size:40rpx;
- font-family:PingFang SC;
- font-weight:bold;
- color:rgba(42,42,42,1);
- }
- .bottom .btm_center view text:nth-of-type(2) {
- font-size: 24rpx;
- font-family: PingFang-SC-Regular;
- font-weight: 400;
- color: rgba(153, 153, 153, 1);
- padding-top: 15rpx;
- }
- .bottom .btm_btm_rent {
- display: flex;
- justify-content: center;
- align-items: center;
- height: 90rpx;
- border-radius: 10rpx;
- font-size: 32rpx;
- font-family: PingFang-SC-Medium;
- font-weight: 500;
- color: rgba(255, 254, 254, 1);
- width:630rpx;
- background:rgba(24,213,185,1);
- box-shadow:0px 8rpx 54rpx 0px rgba(224,224,224,0.68);
- }
- .bottom .btm_btm_use {
- display: flex;
- justify-content: center;
- align-items: center;
- height: 90rpx;
- width:630rpx;
- background:#E92E16;
- box-shadow:0px 8rpx 8rpx 0px rgba(224,224,224,0.68);
- border-radius:10rpx;
- font-size:32rpx;
- font-family:PingFang SC;
- font-weight:500;
- color:white;
- }
- .bottom .btm_btm1 {
- border: 2rpx solid rgba(24, 213, 185, 1);
- box-shadow: 0rpx 8rpx 54rpx 0rpx rgba(224, 224, 224, 0.68);
- border-radius: 10rpx;
- background: #fff !important;
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: rgba(24, 213, 185, 1);
- margin-top: 25rpx !important;
- }
- .back {
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0rpx;
- left: 0rpx;
- right: 0rpx;
- bottom: 0rpx;
- z-index: 9999;
- background: #666;
- opacity: 0.5;
- }
- */
- /* 日租 */
- .model {
- position: relative;
- }
- /* .over {
- position: absolute;
- bottom: 10%;
- z-index: 99999;
- } */
- .model-content {
- /* width: 582rpx; */
- /* height: 670rpx; */
- background: white;
- z-index: 99999;
- /* margin-top: 160rpx; */
- position: relative;
- }
- .model-content .view1 {
- display: flex;
- align-items: center;
- width: 100%;
- justify-content: center;
- text-align: center;
- margin-bottom: 30rpx;
- }
- .model-content .view2 {
- display: flex;
- align-items: center;
- padding-left: 50rpx;
- padding-top: 14rpx;
- }
- .model-content .view2 view:nth-of-type(1) {
- width: 10rpx;
- height: 10rpx;
- background: rgba(24, 213, 185, 1);
- opacity: 0.85;
- border-radius: 50%;
- }
- .model-content .view2 view:nth-of-type(2) {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: rgba(24, 213, 185, 1);
- padding-left: 10rpx;
- }
- .model-content .text {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: rgba(152, 152, 152, 1);
- padding-left: 65rpx;
- padding-top: 10rpx;
- display: flex;
- flex-direction: column;
- }
- .model-content .view1 view {
- width: 218rpx;
- height: 228rpx;
- background: #efefef;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-top: -40rpx;
- }
- .model-content .bottom1 {
- width: 100%;
- display: flex;
- /* position: absolute; */
- /* bottom: 0rpx; */
- /* left: 0rpx; */
- margin-top: 40rpx;
- height: 88rpx;
- line-height: 88rpx;
- justify-content: space-between;
- align-items: flex-end;
- }
- .model-content .bottom1 view {
- width: 100%;
- height: 100%;
- flex: 1;
- text-align: center;
- align-items: center;
- justify-content: center;
- background: #10d6bb;
- border: solid 1px #10d6bb;
- color: white;
- }
- .model-content .bottom1 .btn_ci {
- margin-right: 30rpx;
- flex: 0 0 30vw;
- border: solid 1px #10d6bb;
- background-color: #fff;
- color: #10d6bb;
- }
- .pop {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- width: 670rpx;
- height: 1180rpx;
- background: rgba(255, 255, 255, 1);
- border-radius: 14rpx;
- }
- .pop .top {
- width: 100%;
- height: 100rpx;
- background: rgba(246, 246, 246, 1);
- border-radius: 14rpx 14rpx 0rpx 0rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 46rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: rgba(31, 31, 31, 1);
- }
- .pop .center {
- display: flex;
- flex-direction: column;
- width: 100%;
- }
- .pop .center .view {
- display: flex;
- width: 100%;
- border-bottom: 2rpx #EFEFEF solid;
- }
- .pop .center .view view {
- width: 64.29%;
- display: flex;
- flex-direction: column;
- padding-left: 25rpx;
- }
- .pop .center .view view .title2 {
- padding-top: 22rpx;
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: rgba(54, 54, 50, 1);
- }
- .pop .center .view view .content1 {
- padding-top: 5rpx;
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: rgba(103, 103, 103, 1);
- opacity: 0.8;
- width: 92%;
- letter-spacing: 0.5px;
- }
- .pop .center .view image {
- width: 235rpx;
- height: 188rpx;
- }
- .pop .bottom1 {
- width: 100%;
- height: 130rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .pop .bottom1 view {
- width: 400rpx;
- height: 76rpx;
- background: #0FD6BA;
- border-radius: 38rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: rgba(255, 255, 255, 1);
- }
- .cover {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- height: 100%;
- width: 100%;
- background: rgba(0, 0, 0, 0.5);
- }
- .arrow_down {
- width: 54rpx;
- height: 54rpx;
- position: fixed;
- right: 20rpx;
- bottom: 700rpx;
- z-index: 8888;
- }
- .arrow_down image {
- width: 100%;
- height: 100%;
- }
- .maskLayer {
- z-index: 8887;
- position: fixed;
- top: 0rpx;
- left: 0rpx;
- right: 0rpx;
- bottom: 0rpx;
- width: 100%;
- height: 100%;
- background: #333;
- opacity: .5;
- }
- .choose {
- z-index: 8888;
- position: fixed;
- bottom: 0rpx;
- width: 100%;
- background: white;
- padding: 26rpx 0rpx;
- display: flex;
- flex-wrap: wrap;
- }
- .choose .left {
- margin-left: 4%;
- margin-top: 7rpx;
- margin-bottom: 7rpx;
- margin-right: 10rpx;
- }
- .choose .right {
- margin-right: 4%;
- margin-top: 7rpx;
- margin-bottom: 7rpx;
- }
|