.scroll-view { overflow-x: scroll; white-space: nowrap; } .contril-item, .more-item{ display: inline-flex; flex-direction: column; align-items: center; justify-content: center; /* width: 60px; height: 60px; */ /* background-color: #fff; */ /* border-radius: 50%; */ /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */ margin: 20rpx; } .contril-item-e, .more-item-e{ margin: 20rpx 10rpx; } .contril-item-img{ width: 112rpx; height: 112rpx; } .contril-item text{ margin-top: 20rpx; font-weight: 400; font-size: 28rpx; color: #060809; opacity: 0.8; } .popup-title{ font-weight: 600; font-size: 36rpx; color: #060809; text-align: center; margin-bottom:32rpx; } .popup-content{ text-align: center; font-weight: 400; font-size: 28rpx; color: #828384; margin-bottom: 48rpx; } .sure-btn{ margin-right: 10rpx; text-align: center; border-radius: 32rpx; display: flex; flex-grow: 1; justify-content: center; align-items: center; } .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: #F1F3F4; height: 600rpx; } .model-title{ margin-bottom: 46rpx; padding: 40rpx 32rpx 0rpx 32rpx; font-weight: 600; font-size: 40rpx; color: #060809; } .pay-money { background-color: #ffffff; padding: 40rpx 32rpx 0rpx 32rpx; } .more-img{ width: 30rpx; height: 30rpx; } .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: #060809; font-family: PingFangSC, PingFang SC; background: #E4E7EC; border-radius: 40rpx; justify-content: center; align-items: center; } .show-modal{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); display: flex; justify-content: center; align-items: center; z-index: 9999; } .modal-info{ background-color: #fff; padding: 20px; border-radius: 20px; width: 80%; max-width: 300px; } .modal-footer{ width: 100%; align-items: center; } .show-btn{ border-radius: 40rpx; width: 50%; /* width: 230rpx; */ text-align: center; font-weight: 600; font-size: 32rpx; border-radius: 40rpx; height: 80rpx; line-height: 80rpx; } .cencel-btn-pop{ color: #060809; background: #EBECEC; margin-right: 12rpx; } .ok-btn-pop{ color: #FFFFFF; background: #060809; } .power-view{ padding: 0 32rpx; margin-bottom: 40rpx; } .power-on-off{ align-items: center; flex-grow: 1; margin-right: 14rpx; height: 96rpx; background: #FFFFFF; border-radius: 48rpx; font-family: PingFangSC, PingFang SC; font-weight: 600; font-size: 32rpx; color: #060809; border: 4rpx solid #F1F3F4; } .power-on-btn{ height: 96rpx; display: flex; justify-content: center; align-items: center; width: 144rpx; background: #060809; border-radius: 52rpx; border: 6rpx solid #FFF; } .power-on-text{ display:flex; flex-grow: 1; margin-left: 40rpx; translateX:('-135px'); } .car-change-battery{ align-items: center; width: 272rpx; height: 96rpx; background: #FFFFFF; border-radius: 48rpx; font-family: PingFangSC, PingFang SC; font-weight: 500; font-size: 32rpx; color: #060809; margin-left: 20rpx; padding-left: 20rpx; } .car-change-text{ margin-left: 8rpx; display: flex; flex-grow: 1; }