123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197 |
- .show-more {
- position: fixed;
- bottom: 0;
- left: 0;
- z-index: 10;
- width: 100%;
- height: 100vh;
- background-color:rgba(0, 0, 0, 0.4);;
- }
- .more-info {
- border-radius: 40rpx 40rpx 0rpx 0rpx;
- overflow: hidden;
- z-index: 100;
- position: fixed;
- bottom: 0;
- width: 100%;
- background: #FFF;
- height: 1100rpx;
- padding: 40rpx 32rpx 48rpx;
- }
- .model-title{
- margin-bottom: 46rpx;
- }
- .car-model-detail{
- width: 100%;
- flex-direction: column;
- align-items: flex-start;
- line-height: 1;
- }
- .car-model-price-view{
- font-weight: 400;
- font-size: 24rpx;
- color: #060809;
- margin: 10rpx 0;
- }
- .car-model-tip{
- font-weight: 400;
- font-size: 24rpx;
- color: #060809;
- opacity: 0.4;
- }
- .car-plan-title{
- font-weight: 400;
- font-size: 32rpx;
- color: #060809;
- margin-bottom: 32rpx;
- }
- .car-plan-list-view{
- overflow-x: hidden;
- margin-bottom: 28rpx;
- }
- .car-plan-list{
- height: 158rpx;
- flex-direction: column;
- justify-content: center;
- background: #F3F8FF;
- border-radius: 16rpx;
- min-width: 158rpx;
- border: 4rpx solid transparent;
- margin-right: 18rpx;
- }
- .car-plan-list-i{
- height: 158rpx;
- flex-direction: column;
- justify-content: center;
- background: #FFF;
- border-radius: 16rpx;
- min-width: 158rpx;
- border: 4rpx solid #0A59F7;
- margin-right: 18rpx;
- }
- .car-plan-unit{
- font-weight: 400;
- font-size: 32rpx;
- color: #060809;
- }
- .car-plan-price{
- font-weight: 600;
- font-size: 32rpx;
- color: #060809;
- }
- .car-plan-unit-i{
- font-weight: 400;
- font-size: 32rpx;
- color: #0A59F7;
- }
- .car-plan-price-i{
- font-weight: 600;
- font-size: 32rpx;
- color: #FA2918;
- }
- .free-num-left{
- font-weight: 600;
- font-size: 32rpx;
- color: #060809;
- }
- .free-num{
- font-weight: 600;
- font-size: 32rpx;
- color: #0A59F7;
- }
- .free-num-tip{
- font-weight: 400;
- font-size: 24rpx;
- color: #828DA2;
- }
- .free-num-block{
- padding: 36rpx 34rpx 34rpx;
- background: #F4F5F6;
- border-radius: 24rpx;
- margin-bottom: 48rpx;
- }
- .plan-time > view:nth-of-type(1) {
- color: #2A3A5A;
- font-size: 32rpx;
- font-weight: bold;
- }
- .quantity-count > input {
- background: #F3F8FF;
- border-radius: 24rpx;
- width: 88rpx;
- height: 48rpx;
- text-align: center;
- font-weight: 600;
- font-size: 38rpx;
- color: #060809;
- }
- .total-time{
- font-weight: 600;
- font-size: 32rpx;
- color: #060809;
- margin-right: 8rpx;
- }
- .count-btn {
- width: 48rpx;
- height: 48rpx;
- vertical-align: middle;
- }
- .fbtn {
- color: #9FA7B7;
- margin-right: 16rpx;
- }
- .sbtn {
- /* color: #9FA7B7; */
- margin-left: 16rpx;
- }
- .car-color-view > view:nth-of-type(1) {
- font-weight: 400;
- font-size: 32rpx;
- color: #060809;
- margin-bottom: 32rpx;
- }
- .car-color-list{
- width: 158rpx;
- height: 80rpx;
- border-radius: 16rpx;
- font-weight: 400;
- font-size: 32rpx;
- text-align: center;
- line-height: 80rpx;
- border: 4rpx solid transparent;
- margin-right: 18rpx;
- }
- .car-color-i{
- background: #F3F8FF;
- color: #060809;
- }
- .car-color-s{
- background: #FFFFFF;
- border: 4rpx solid #0A59F7;
- color: #0A59F7;
- }
- .lift-btn-view{
- display: flex;
- justify-content: center;
- align-items: center;
- padding: 32rpx;
- width: 100%;
- height: 148rpx;
- position: relative;
- margin-bottom: 40rpx;
- }
- .lift-btn{
- height: 80rpx;
- display: flex;
- flex: 1;
- font-weight: 600;
- font-size: 32rpx;
- color: #FFF;
- font-family: PingFangSC, PingFang SC;
- background: #060809;
- border-radius: 40rpx;
- justify-content: center;
- align-items: center;
- }
|