batteryPackage.css 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. border:2px solid #fff;
  28. }
  29. .package-list-view.active{
  30. border:2px solid #0074FF
  31. }
  32. .package-num-view{
  33. font-weight: 600;
  34. font-size: 40rpx;
  35. color: #060809;
  36. margin-bottom: 12rpx;
  37. }
  38. .package-num{
  39. font-size: 40rpx;
  40. margin-right: 2rpx;
  41. margin-left: 6rpx;
  42. }
  43. .align-center{
  44. align-items: center;
  45. }
  46. .apply-battery{
  47. font-weight: 00;
  48. font-size: 28rpx;
  49. color: #060809;
  50. }
  51. .apply-battery-num{
  52. font-weight: 600;
  53. font-size: 30rpx;
  54. color: #706c6c;
  55. }
  56. .package-price{
  57. font-weight: 600;
  58. font-size: 30rpx;
  59. color: #84848c;
  60. text-decoration-line: line-through;
  61. }
  62. .symbol-style{
  63. font-weight: bold;
  64. font-size: 36rpx;
  65. color: #FA2918;
  66. margin-left: 6rpx;
  67. line-height: 1;
  68. }
  69. .align-baseline{
  70. align-items: baseline;
  71. }
  72. .package-tip{
  73. font-weight: 400;
  74. font-size: 24rpx;
  75. color: #060809;
  76. opacity: 0.4;
  77. }
  78. .pay-btn{
  79. background: #E4E7EC;
  80. border-radius: 40rpx;
  81. height: 80rpx;
  82. line-height: 80rpx;
  83. font-weight: 600;
  84. font-size: 32rpx;
  85. color: #060809;
  86. text-align: center;
  87. position: fixed;
  88. bottom: 80rpx;
  89. width: 91%;
  90. }