1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- .container {
-
- }
- .custom-bubble {
- font-size: 28rpx;
- position: absolute;
- }
- .custom-bubble-name {
- font-weight: 600;
- font-size: 36rpx;
- color: #060809;
- margin-bottom: 16rpx;
- }
- .custom-bubble-btn {
- color: #ffffff;
- background-color: #2A3A5A;
- padding: 20rpx 32rpx;
- border-radius: 0 34rpx 34rpx 0;
- }
- .block-view{
- border-radius: 40rpx 40rpx 0rpx 0rpx;
- overflow: hidden;
- z-index: 100;
- position: fixed;
- bottom: 0;
- width: 100%;
- background-color: #FFFFFF;
- height: 506rpx;
- padding: 32rpx
- }
-
- .block-car-time{
- border-radius: 16rpx;
- border: 3rpx solid #E7EAEE;
- padding: 6rpx 24rpx 6rpx 6rpx;
-
- font-weight: 400;
- font-size: 28rpx;
- color: #353738;
- }
- .align-center{
- align-items: center;
- }
- .car-time-text{
- font-weight: 400;
- font-size: 28rpx;
- color: #353738;
- }
- .car-time-text-b{
- font-family: DIN, DIN;
- font-weight: 600;
- font-size: 34rpx;
- color: #0A59F7;
- margin: 0 4rpx;
- }
- .car-nav-btn{
- width: 112rpx;
- height: 64rpx;
- background: #060809;
- border-radius: 32rpx;
- }
- .updata-time{
- width: 100%;
- text-align: center;
- font-weight: 400;
- font-size: 28rpx;
- color: #060809;
- margin: 80rpx 0 24rpx;
- }
- .car-config-btn{
- height: 80rpx;
- line-height: 80rpx;
- width: 100%;
- background: #060809;
- border-radius: 40rpx;
- text-align: center;
- font-weight: 600;
- font-size: 32rpx;
- color: #FFFFFF;
- }
|