batteryPackage.css 1.5 KB

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