123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686 |
- .container-view {
- background-color: #ffffff;
- /* height: 100vh; */
- }
- .battery-info {
- width: 100%;
- height: 600rpx;
- background-image: linear-gradient(to bottom, #aed3ff, #ffffff);
- background-size: cover;
- display: flex;
- position: relative;
- flex-direction: column;
- align-items: center;
- }
- .img_position {
- position: absolute;
- margin-top: 50rpx;
- }
- .prograss_circle {
- width: 100%;
- height: 100%;
- }
- .battery_img {
- /* background-image: linear-gradient(to bottom, #d1e6ff, #ffffff); */
- position: absolute;
- width: 29%;
- top: 388rpx;
- height: 38%;
- }
- .battery-frist {
- background-color: #ffffff;
- padding-top: 20rpx;
- flex-direction: column;
- /* position: relative;
- top: 88rpx; */
- }
- .endurance-img {
- background: url('https://qiniu.bms16.com/FnMv6hmSPr7F8ag5b231Ud0djlMb') no-repeat;
- background-size: cover;
- position: relative;
- width: 346rpx;
- height: 72rpx;
- line-height: 72rpx;
- margin-bottom: 64rpx;
- }
- .endurance-img text {
- color: #2A3A5A;
- font-size: 40rpx;
- font-weight: 500;
- font-family: DIN;
- position: absolute;
- left: 184rpx;
- }
- .icon-box {
- display: grid;
- grid-template-columns: repeat(4, 1fr);
- /* 创建4列,每列等宽 */
- gap: 10px;
- /* 网格间隙 */
- /* 如果需要间隙 */
- width: 80%;
- margin-bottom: 48rpx;
- /* margin-top: 64rpx; */
- margin-top: -20rpx;
- }
- /* .my_function {
- width: 100%;
- } */
- .my_function {
- margin-top: 20rpx;
- width: 140rpx;
- }
- .my_icon {
- width: 80rpx;
- height: 80rpx;
- margin: 0 auto;
- vertical-align: middle;
- text-align: center;
- }
- .my_icon_1 {
- width: 112rpx;
- height: 80rpx;
- margin: 0 auto;
- vertical-align: middle;
- text-align: center;
- }
- .my_title {
- color: #131415;
- width: 100%;
- height: 40rpx;
- line-height: 40rpx;
- margin-top: 12rpx;
- text-align: center;
- vertical-align: middle;
- }
- .battery-btn {
- width: 90%;
- font-size: 32rpx;
- font-weight: 600;
- align-items: center;
- }
- .battery-btn>view:nth-of-type(1) {
- width: 70%;
- color: #ffffff;
- background-color: #0074FF;
- text-align: center;
- padding-top: 25rpx;
- padding-bottom: 25rpx;
- border-radius: 51rpx 0 0 51rpx;
- }
- .battery-btn>view:nth-of-type(2) {
- width: 30%;
- color: #0074FF;
- background-color: #E5F1FF;
- text-align: center;
- padding-top: 25rpx;
- padding-bottom: 25rpx;
- border-radius: 0 51rpx 51rpx 0;
- font-family: PingFangSC, PingFang SC;
- }
- .battery-second {
- background-color: #ffffff;
- padding: 80rpx 32rpx 40rpx;
- /* position: relative;
- bottom: -85rpx; */
- }
- .battery-second>view:nth-of-type(1) {
- color: #2A3A5A;
- font-size: 40rpx;
- font-weight: bold;
- }
- .battery-second>view:nth-of-type(2) {
- color: #9FA7B7;
- font-size: 32rpx;
- }
- .battery-bottom {
- background-color: #ffffff;
- padding: 0 32rpx 48rpx;
- /* position: relative;
- bottom: -86rpx; */
- }
- .battery-bottom>view:nth-of-type(2) {
- color: #9FA7B7;
- font-size: 32rpx;
- }
- .bottom-time {
- color: #2A3A5A;
- font-size: 54rpx;
- align-items: baseline;
- font-family: DIN;
- font-weight: bold;
- }
- .bottom-time text {
- color: #2A3A5A;
- font-size: 24rpx;
- margin-right: 6rpx;
- }
- .bottom-time>view {
- color: #9FA7B7;
- font-size: 24rpx;
- }
- .battery-bottom>view:nth-of-type(2) {
- color: #ffffff;
- font-size: 32rpx;
- background-color: #0074FF;
- padding: 16rpx 48rpx;
- border-radius: 40rpx;
- }
- .return-box,
- .renew-box {
- position: fixed;
- top: 0;
- left: 0;
- z-index: 10;
- width: 100%;
- height: 100vh;
- background-color: rgba(0, 0, 0, 0.4);
- }
- .return-item {
- border-radius: 32rpx 32rpx 0rpx 0rpx;
- background-color: #ffffff;
- padding: 40rpx 32rpx 74rpx;
- z-index: 100;
- position: fixed;
- bottom: 0;
- width: 100%;
- }
- .return-title {
- color: #2A3A5A;
- font-size: 40rpx;
- font-weight: 600;
- margin-bottom: 32rpx;
- line-height: 40rpx;
- }
- .return-item img {
- width: 32rpx;
- height: 32rpx;
- vertical-align: middle;
- }
- .return-text {
- color: #2A3A5A;
- font-size: 28rpx;
- margin-bottom: 64rpx;
- width: 100%;
- line-height: 52rpx;
- }
- .return-btn>view:nth-of-type(1) {
- color: #0074FF;
- font-size: 32rpx;
- font-weight: 500;
- text-align: center;
- height: 80rpx;
- line-height: 80rpx;
- background-color: #E5F1FF;
- border-radius: 40rpx 0rpx 0rpx 40rpx;
- width: 100%;
- /* padding: 24rpx 0; */
- }
- .return-btn>view:nth-of-type(2) {
- color: #FFFFFF;
- font-size: 32rpx;
- font-weight: 500;
- text-align: center;
- height: 80rpx;
- line-height: 80rpx;
- background-color: #0074FF;
- border-radius: 0rpx 40rpx 40rpx 0rpx;
- width: 100%;
- /* padding: 24rpx 0; */
- }
- .renew-item {
- border-radius: 32rpx 32rpx 0rpx 0rpx;
- background-color: #ffffff;
- padding-top: 40rpx;
- z-index: 100;
- position: fixed;
- bottom: 0;
- width: 100%;
- height: 80%;
- }
- .renew-title {
- color: #2A3A5A;
- font-size: 40rpx;
- font-weight: bold;
- margin: 0 32rpx;
- }
- .plan-info {
- padding: 40rpx 24rpx 0 32rpx;
- background-color: #ffffff;
- }
- .plan-type {
- margin-bottom: 40rpx;
- }
- .ptype-item {
- background-color: #E7F2FF;
- border-radius: 24rpx;
- width: 204rpx;
- padding: 68rpx 22rpx 32rpx;
- display: flex;
- justify-content: space-between;
- align-items: baseline;
- }
- .ptyped-item {
- background-color: #ffffff;
- border: 4rpx solid #0074FF;
- box-sizing: border-box;
- border-radius: 24rpx;
- width: 248rpx;
- padding: 44rpx 24rpx 32rpx;
- display: flex;
- justify-content: space-between;
- align-items: baseline;
- }
- .ptype-title {
- color: #5E6F90;
- font-size: 28rpx;
- }
- .ptype-text {
- color: #2A3A5A;
- font-size: 28rpx;
- }
- .ptype-text text {
- font-size: 40rpx;
- }
- .ptyped-text {
- color: #F95151;
- font-size: 28rpx;
- }
- .ptyped-text text {
- font-size: 60rpx;
- }
- .plan-time>view:nth-of-type(1) {
- color: #2A3A5A;
- font-size: 32rpx;
- font-weight: bold;
- }
- .quantity-count>input {
- width: 88rpx;
- background-color: #F3F8FF;
- text-align: center;
- border-radius: 24rpx;
- }
- .count-btn {
- font-size: 40rpx;
- font-weight: bold;
- width: 40rpx;
- text-align: center;
- }
- .fbtn {
- color: #9FA7B7;
- }
- .coupon-info {
- margin-top: 32rpx;
- }
- .coupon-info>view:nth-of-type(1) {
- color: #2A3A5A;
- font-size: 32rpx;
- font-weight: bold;
- }
- .coupon-info>view:nth-of-type(2) {
- color: #F95151;
- font-size: 32rpx;
- }
- .coupon-info img {
- width: 28rpx;
- height: 28rpx;
- vertical-align: middle;
- margin-left: 8px;
- }
- .guarantee-info {
- background-color: #ffffff;
- padding: 64rpx 32rpx 0rpx;
- }
- .guarantee-info>view:nth-of-type(1) {
- color: #2A3A5A;
- font-size: 40rpx;
- font-weight: bold;
- margin-bottom: 40rpx;
- }
- .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;
- }
- .assort-info {
- background-color: #ffffff;
- padding: 48rpx 32rpx 0;
- margin-bottom: 270rpx;
- }
- .assort-info>view:nth-of-type(1) {
- color: #2A3A5A;
- font-size: 40rpx;
- font-weight: bold;
- margin-bottom: 40rpx;
- }
- .assort-text view {
- width: 342rpx;
- padding: 24rpx;
- color: #2A3A5A;
- font-size: 32rpx;
- font-weight: bold;
- background-color: #F3F8FF;
- }
- .assort-text>view:nth-of-type(1) {
- border-radius: 16rpx 0 0 16rpx;
- margin-right: 4rpx;
- }
- .assort-text>view:nth-of-type(2) {
- border-radius: 0 16rpx 16rpx 0;
- }
- .payment-info {
- background-color: #ffffff;
- padding: 28rpx 32rpx 48rpx;
- position: fixed;
- bottom: 0;
- width: 100%;
- }
- .payment-top {
- color: #2A3A5A;
- font-size: 28rpx;
- }
- .payment-top text {
- color: #0074FF;
- 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: #0074FF;
- font-size: 28rpx;
- margin-left: 16rpx;
- }
- .bottom-left img {
- width: 19rpx;
- height: 19rpx;
- vertical-align: middle;
- margin-left: 4rpx;
- }
- .payment-bottom>view:nth-of-type(2) {
- color: #ffffff;
- font-size: 32rpx;
- font-weight: bold;
- padding: 28rpx 86rpx;
- border-radius: 44rpx;
- background: linear-gradient(to right, #0074FF 0%, #00D7FF 100%);
- }
- .img_car_on {
- width: 45rpx;
- height: 45rpx;
- vertical-align: middle;
- margin-right: 16rpx;
- margin-top: -16rpx;
- }
- .lock_img {
- width: 47rpx;
- height: 50rpx;
- vertical-align: middle;
- margin-right: 16rpx;
- margin-top: -10rpx;
- }
- .shadow {
- box-shadow: inset 0rpx 2rpx 6rpx 0rpx #FFFFFF;
- width: 456rpx;
- height: 456rpx;
- position: relative;
- top: 82rpx;
- border-radius: 50%;
- background: conic-gradient(from -122deg, #0074FF 0%, #0AEEFF var(--progress), #cfe6ff 0% 245deg, transparent 245deg 360deg);
- mask: radial-gradient(transparent 200rpx, #000 200rpx);
- -webkit-mask: radial-gradient(transparent 210rpx, #000 213rpx);
- }
- .quantity_box {
- display: flex;
- position: absolute;
- flex-direction: column;
- flex-wrap: nowrap;
- top: 190rpx;
- align-items: center;
- }
- .num_quantity {
- font-family: DIN;
- font-weight: bold;
- font-size: 112rpx;
- color: #0074FF;
- line-height: 96rpx;
- text-align: center;
- font-style: normal;
- }
- .endurance-img {
- background: url('https://qiniu.bms16.com/FnMv6hmSPr7F8ag5b231Ud0djlMb') no-repeat;
- background-size: cover;
- position: relative;
- width: 346rpx;
- height: 72rpx;
- line-height: 72rpx;
- }
- .endurance-img text {
- color: #2A3A5A;
- font-size: 40rpx;
- font-weight: 500;
- font-family: DIN;
- position: absolute;
- left: 184rpx;
- }
- .position {
- /* 假设gap是10px,需要减去 */
- position: relative;
- }
- .red_tip {
- top: -36rpx;
- position: absolute;
- /* right: 0rpx; */
- width: 120rpx;
- height: 40rpx;
- background: #FF571A;
- border-radius: 16rpx 0rpx 16rpx 0rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 500;
- font-size: 22rpx;
- color: #FFFFFF;
- line-height: 20rpx;
- text-align: right;
- font-style: normal;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .no-car {
- color: #5B677D;
- height: 300rpx;
- display: flex;
- width: 100%;
- font-size: 30rpx;
- justify-content: center;
- align-items: center;
- }
|