index.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. /**index.wxss**/
  2. page {
  3. padding-top: 54rpx;
  4. background-color: #f6f6f6;
  5. padding-bottom: 60rpx;
  6. }
  7. .title {
  8. font-family: PingFang SC;
  9. font-weight: 500;
  10. color: #000000;
  11. font-size: 44rpx;
  12. margin-bottom: 40rpx;
  13. }
  14. .top_tip {
  15. font-size: 28rpx;
  16. font-family: PingFang SC;
  17. font-weight: 400;
  18. color: #888888;
  19. margin-bottom: 28rpx;
  20. }
  21. .power {
  22. margin-top: 30rpx;
  23. border-radius: 5px;
  24. background-color: white;
  25. width: 93%;
  26. padding-bottom: 1rpx;
  27. }
  28. .power_info {
  29. display: flex;
  30. padding: 30rpx 25rpx;
  31. align-items: center;
  32. justify-content: space-between;
  33. }
  34. .power_info_more {
  35. width: 30rpx;
  36. height: 30rpx;
  37. transform: rotate(90deg);
  38. }
  39. .power_info_less {
  40. width: 30rpx;
  41. height: 30rpx;
  42. transform: rotate(270deg);
  43. }
  44. .power_info_text {
  45. display: flex;
  46. flex-direction: column;
  47. }
  48. .power_info_text_title {
  49. margin-bottom: 10rpx;
  50. font-weight: 400;
  51. font-size: 35rpx;
  52. display: flex;
  53. align-items: center;
  54. }
  55. .power_info_text_tag {
  56. margin-left: 20rpx;
  57. background-color: #fbe0e0;
  58. color: #e54545;
  59. padding: 0 7px;
  60. font-size: 14px;
  61. vertical-align: middle;
  62. border-radius: 3px;
  63. }
  64. .power_info_text_tip {
  65. color: rgba(0, 0, 0, 0.4);
  66. font-size: 25rpx;
  67. }
  68. .power_item {
  69. padding: 30rpx 25rpx;
  70. display: flex;
  71. justify-content: space-between;
  72. }
  73. .power_item_title {
  74. font-size: 30rpx;
  75. }
  76. .power_item_icon {
  77. width: 30rpx;
  78. height: 30rpx;
  79. }
  80. .line {
  81. width: 95%;
  82. margin: 0 auto;
  83. height: 2rpx;
  84. background-color: rgba(0, 0, 0, 0.1);
  85. }
  86. .environment {
  87. color: rgba(0, 0, 0, 0.4);
  88. font-size: 24rpx;
  89. margin-top: 25%;
  90. }