batteryPackage.css 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. .battery-package-main{
  2. padding: 32rpx;
  3. }
  4. .package-icon-view{
  5. margin-bottom: 40rpx;
  6. }
  7. .package-icon-view>img{
  8. width: 64rpx;
  9. height: 94rpx;
  10. }
  11. .package-icon-text{
  12. font-weight: normal;
  13. font-size: 28rpx;
  14. color: #060809;
  15. background: rgba(255,255,255,0.4);
  16. border-radius: 0rpx 38rpx 38rpx 0rpx;
  17. padding: 16rpx 0 16rpx 32rpx ;
  18. flex-grow: 1;
  19. text-align: justify;
  20. letter-spacing: 2rpx;
  21. }
  22. .package-list-view{
  23. background: #FFFFFF;
  24. border-radius: 40rpx;
  25. padding: 42rpx 32rpx 40rpx;
  26. margin-bottom: 20rpx;
  27. }
  28. .package-num-view{
  29. font-weight: 600;
  30. font-size: 40rpx;
  31. color: #060809;
  32. margin-bottom: 12rpx;
  33. }
  34. .package-num{
  35. font-size: 46rpx;
  36. margin-right: 2rpx;
  37. }
  38. .align-center{
  39. align-items: center;
  40. }
  41. .apply-battery{
  42. font-weight: 00;
  43. font-size: 28rpx;
  44. color: #060809;
  45. }
  46. .apply-battery-num{
  47. font-weight: 600;
  48. font-size: 30rpx;
  49. color: #706c6c;
  50. }
  51. .package-price{
  52. font-weight: 600;
  53. font-size: 30rpx;
  54. color: #84848c;
  55. text-decoration-line: line-through;
  56. }
  57. .symbol-style{
  58. font-weight: bold;
  59. font-size: 36rpx;
  60. color: #FA2918;
  61. margin-left: 6rpx;
  62. line-height: 1;
  63. }
  64. .align-baseline{
  65. align-items: baseline;
  66. }
  67. .package-tip{
  68. font-weight: 400;
  69. font-size: 24rpx;
  70. color: #060809;
  71. opacity: 0.4;
  72. }
  73. .pay-btn{
  74. background: #E4E7EC;
  75. border-radius: 40rpx;
  76. height: 80rpx;
  77. line-height: 80rpx;
  78. font-weight: 600;
  79. font-size: 32rpx;
  80. color: #060809;
  81. text-align: center;
  82. position: fixed;
  83. bottom: 80rpx;
  84. width: 91%;
  85. }