123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469 |
- .cabinet-bottom {
- position: fixed;
- bottom: 1rpx;
- height: 266rpx;
- background: #FFFFFF;
- width: 100%;
- }
- .guide-view {
- height: 80rpx;
- background: #E7F2FF;
- padding-left: 32rpx;
- }
- .battery-img {
- width: 48rpx;
- height: 48rpx;
- }
- .guide-text {
- font-family: PingFangSC, PingFang SC;
- font-weight: 600;
- font-size: 28rpx;
- color: #0074FF;
- margin-left: 8rpx;
- }
- .arrow-img {
- width: 28rpx;
- height: 28rpx;
- }
- .scan-btn-view {
- display: flex;
- justify-content: center;
- align-items: center;
- padding: 32rpx;
- height: 148rpx;
- position: relative;
- flex: 1;
- }
- .show_scan {
- margin-right: 23rpx;
- }
- .scan {
- display: flex;
- justify-content: space-between;
- }
- .scan-btn-view1{
- display: flex;
- justify-content: center;
- align-items: center;
- margin-left: 32rpx;
- margin-right: 9rpx;
- height: 148rpx;
- position: relative;
- flex: 1;
- }
- .appoint-btn-view1{
- display: flex;
- justify-content: center;
- align-items: center;
- margin-left: 9rpx;
- margin-right: 30rpx;
- height: 148rpx;
- position: relative;
- flex: 1;
- }
- .scan-btn {
- height: 80rpx;
- display: flex;
- flex: 1;
- background: #0074FF;
- border-radius: 40rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 500;
- font-size: 32rpx;
- color: #FFFFFF;
- justify-content: center;
- align-items: center;
- }
- .free-num-view{
- position: absolute;
- right: 32rpx;
- top: 14rpx;
- background: #FF571A;
- border-radius: 16rpx 0rpx 16rpx 0rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 500;
- font-size: 24rpx;
- color: #FFFFFF;
- padding: 8rpx 24rpx 10rpx 24rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .free-num-view1 {
- position: absolute;
- right: 0rpx;
- top: 8rpx;
- background: #FF571A;
- /* border-radius: 16rpx 0rpx 16rpx 0rpx; */
- font-family: DIN;
- font-weight: 500;
- font-size: 20rpx;
- color: #FFFFFF;
- height: 42rpx;
- /* padding: 8rpx 24rpx 10rpx 24rpx; */
- border-radius: 0rpx 20rpx 0rpx 20rpx;
- padding-left: 24rpx;
- padding-right: 24rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .free-num {
- font-family: DIN;
- font-weight: 500;
- font-size: 24rpx;
- margin: 0 3rpx;
- }
- /* 蓝牙弹窗 */
- .modal-group {
- width: 100%;
- height: 100vh;
- background-color: rgba(27, 27, 27, 0.7);
- z-index: 9999;
- position: fixed;
- top: 0;
- }
- .def-alert {
- width: 568rpx;
- background-color: #fff;
- margin: 60% auto;
- box-shadow: 2rpx 4rpx 10rpx rgba(0, 0, 0, 0.2);
- border-radius: 16rpx;
- }
- .alert-title {
- font-size: 16px;
- text-align: center;
- padding: 48rpx 20rpx 0 20rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 500;
- font-size: 32rpx;
- color: rgba(0, 0, 0, 0.85);
- }
- .alert-content {
- padding: 20rpx 0 48rpx 0;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 28rpx;
- color: #666666;
- text-align: center;
- }
- .alert-footer {
- border-top: solid 2rpx #e9e9e9;
- }
- .alert-btn {
- width: 100%;
- text-align: center;
- padding: 32rpx 0;
- font-family: PingFangSC, PingFang SC;
- font-weight: 500;
- font-size: 32rpx;
- color: #0074FF;
- line-height: 36rpx;
- text-align: center;
- }
- /* 开启蓝牙换电弹窗 */
- .def-alert-bluetooth {
- width: 568rpx;
- background-color: #fff;
- margin: 40% auto;
- box-shadow: 2rpx 4rpx 10rpx rgba(0, 0, 0, 0.2);
- border-radius: 16rpx;
- }
- .close-view {
- justify-content: flex-end;
- padding: 40rpx;
- }
- .close-icon {
- width: 32rpx;
- height: 32rpx;
- }
- .bluetooth-view {
- justify-content: center;
- margin-bottom: 48rpx;
- }
- .bluetooth-icon {
- width: 240rpx;
- height: 240rpx;
- }
- .need-bluetooth-text {
- width: 100%;
- text-align: center;
- font-family: PingFangSC, PingFang SC;
- font-weight: 600;
- font-size: 40rpx;
- color: #2A3A5A;
- margin-bottom: 32rpx;
- }
- .need-bluetooth-tip {
- width: 100%;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 28rpx;
- color: #5E6F90;
- text-align: center;
- margin-bottom: 48rpx;
- }
- .bluetooth-connect-view {
- padding: 0 48rpx 48rpx 48rpx;
- }
- .bluetooth-connect-btn {
- font-family: PingFangSC, PingFang SC;
- font-weight: 500;
- font-size: 32rpx;
- color: #FFFFFF;
- line-height: 80rpx;
- text-align: center;
- height: 80rpx;
- background: #0074FF;
- border-radius: 40rpx;
- }
- .payment-info-main {
- background-color: #ffffff;
- position: fixed;
- width: 100%;
- bottom: 0;
- border-top-left-radius: 32rpx;
- /* 左上角圆角 */
- border-top-right-radius: 32rpx;
- /* 右上角圆角 */
- }
- .payment-info-top {
- padding: 80rpx 32rpx 32rpx 32rpx;
- justify-content: center;
- position: relative;
- }
- .check-icon {
- width: 88rpx;
- height: 88rpx;
- }
- .fee-rules-top {
- padding: 32rpx 32rpx 32rpx 32rpx;
- justify-content: center;
- position: relative;
- font-size: 32rpx;
- color: #5E6F90;
- }
- .fee-rules-close {
- position: absolute;
- right: 30rpx;
- top: 30rpx;
- }
- .pay-money-text {
- margin-bottom: 16rpx;
- }
- .pay-money {
- font-family: DINAlternate, DINAlternate;
- font-weight: bold;
- font-size: 64rpx;
- color: #2A3A5A;
- text-align: center;
- }
- .fee-rules-main {
- background-color: #ffffff;
- position: fixed;
- width: 100%;
- bottom: 0;
- border-top-left-radius: 32rpx;
- /* 左上角圆角 */
- border-top-right-radius: 32rpx;
- padding: 0 32rpx;
- }
- .fee-rules-icon {
- width: 40rpx;
- height: 40rpx;
- }
- .fee-rules-view {
- height: 156rpx;
- background: #EEF6FF;
- border-radius: 16rpx;
- padding: 36rpx 24rpx 32rpx 24rpx;
- margin-bottom: 48rpx;
- }
- .fee-rules-title {
- margin-right: 16rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 500;
- font-size: 32rpx;
- color: #2A3A5A;
- }
- .fee-rules-money-view {
- font-family: PingFangSC, PingFang SC;
- font-weight: 500;
- font-size: 32rpx;
- color: #2A3A5A;
- margin-bottom: 20rpx;
- display: flex;
- align-items: center;
- }
- .fee-rules-money {
- font-family: DIN;
- font-weight: 500;
- font-size: 36rpx;
- color: #0074FF;
- }
- .open-result-tip {
- width: 100%;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 24rpx;
- color: #828DA2;
- text-align: justify;
- }
- .over-btn-view {
- display: flex;
- justify-content: center;
- align-items: center;
- padding: 0 0 32rpx 0;
- width: 100%;
- height: 136rpx;
- position: relative;
- }
- .over-btn {
- height: 80rpx;
- display: flex;
- flex: 1;
- background: #0074FF;
- border-radius: 40rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 500;
- font-size: 32rpx;
- color: #FFFFFF;
- justify-content: center;
- align-items: center;
- }
- .pay-icon {
- width: 40rpx;
- height: 40rpx;
- }
- .pay-view {
- margin-bottom: 52rpx;
- }
- .pay-view-text {
- flex: 1;
- margin-left: 24rpx;
- }
- .wx-pay-icon {
- width: 32rpx;
- height: 32rpx;
- }
- .phone-view {
- flex: 1;
- height: 80rpx;
- line-height: 80rpx;
- background: #0074FF;
- border-radius: 40rpx;
- text-align: center;
- font-weight: 600;
- font-size: 32rpx;
- color: #FFFFFF;
- font-family: PingFangSC, PingFang SC;
- font-weight: 500;
- }
- .scan-btn1 {
- height: 80rpx;
- display: flex;
- flex: 1;
- background: #E5F1FF;
- border-radius: 40rpx;
- justify-content: center;
- align-items: center;
- font-family: PingFangSC, PingFang SC;
- font-weight: 500;
- font-size: 32rpx;
- color: #0074FF;
- font-style: normal;
- }
- .cancel_subscribe_mark {
- position: absolute;
- right: 0rpx;
- top: 8rpx;
- background: #FF571A;
- /* border-radius: 16rpx 0rpx 16rpx 0rpx; */
- font-family: DIN;
- font-weight: 500;
- font-size: 20rpx;
- color: #FFFFFF;
- height: 42rpx;
- /* padding: 8rpx 24rpx 10rpx 24rpx; */
- border-radius: 0rpx 20rpx 0rpx 20rpx;
- padding-left: 24rpx;
- padding-right: 24rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .no-height {
- height: 266rpx;
- }
- .refund-btn{
- width:680rpx;
- height: 80rpx;
- margin: auto;
- background: #060809;
- text-align: center;
- border-radius: 40rpx;
- font-weight: 500;
- font-size: 32rpx;
- color: #fff;
- text-align: center;
- line-height: 80rpx;
- position: fixed;
- right: 0;
- left: 0;
- bottom: 60rpx;
- }
|