1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- .battery-detail-main{
- height: 100vh;
- background: #F1F3F4;
-
- }
- .quantity-count{
- font-weight: bold;
- font-size: 128rpx;
- color: #060809;
- font-family: Futura, Futura;
- text-align: center;
- margin-bottom: 80rpx;
- background: linear-gradient( 180deg, #CFD1DE 0%, #F1F3F4 100%);
- }
- .quantity-text{
- font-family: MontserratAlternates, MontserratAlternates;
- font-weight: 900;
- font-size: 48rpx;
- color: #060809;
- margin-left: 16rpx;
- }
- .battery-list-view{
- background: #FFFFFF;
- border-radius: 40rpx;
- padding: 40rpx 32rpx;
- margin-bottom: 20rpx;
- padding: 24rpx;
- }
- .battery-name{
- font-family: DIN, DIN;
- font-weight: 600;
- font-size: 48rpx;
- color: #060809;
- }
- .battery-id{
- font-weight: 500;
- font-size: 30rpx;
- color: #060809;
- }
- .battery-list{
- margin-bottom: 66rpx;
- }
- .battery-device-info{
-
- text-align: center;
- padding: 0 40rpx;
- }
- .battery-device-info:not(:last-child){
- border-right: 2rpx solid #F1F3F4;
- }
- .quantity-info{
- font-family: DIN, DIN;
- font-weight: 600;
- font-size: 48rpx;
- color: #060809;
-
- }
- .quantity-text-1{
- font-weight: 500;
- font-size: 28rpx;
- color: #060809;
- margin-left: 4rpx;
- }
- .battery-info-text{
- font-weight: 400;
- font-size: 28rpx;
- color: #060809;
- }
|