batteryDetail.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. .battery-detail-main{
  2. height: 100vh;
  3. background: #F1F3F4;
  4. }
  5. .quantity-count{
  6. font-weight: bold;
  7. font-size: 128rpx;
  8. color: #060809;
  9. font-family: Futura, Futura;
  10. text-align: center;
  11. margin-bottom: 80rpx;
  12. background: linear-gradient( 180deg, #CFD1DE 0%, #F1F3F4 100%);
  13. }
  14. .quantity-text{
  15. font-family: MontserratAlternates, MontserratAlternates;
  16. font-weight: 900;
  17. font-size: 48rpx;
  18. color: #060809;
  19. margin-left: 16rpx;
  20. }
  21. .battery-list-view{
  22. background: #FFFFFF;
  23. border-radius: 40rpx;
  24. padding: 40rpx 32rpx;
  25. margin-bottom: 20rpx;
  26. padding: 24rpx;
  27. }
  28. .battery-name{
  29. font-family: DIN, DIN;
  30. font-weight: 600;
  31. font-size: 48rpx;
  32. color: #060809;
  33. }
  34. .battery-id{
  35. font-weight: 500;
  36. font-size: 30rpx;
  37. color: #060809;
  38. }
  39. .battery-list{
  40. margin-bottom: 66rpx;
  41. }
  42. .battery-device-info{
  43. text-align: center;
  44. padding: 0 40rpx;
  45. }
  46. .battery-device-info:not(:last-child){
  47. border-right: 2rpx solid #F1F3F4;
  48. }
  49. .quantity-info{
  50. font-family: DIN, DIN;
  51. font-weight: 600;
  52. font-size: 48rpx;
  53. color: #060809;
  54. }
  55. .quantity-text-1{
  56. font-weight: 500;
  57. font-size: 28rpx;
  58. color: #060809;
  59. margin-left: 4rpx;
  60. }
  61. .battery-info-text{
  62. font-weight: 400;
  63. font-size: 28rpx;
  64. color: #060809;
  65. }