储能智慧云小程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

index.wxss 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. /* pages/station/index.wxss */
  2. .custom-tabs{
  3. width: 100%;
  4. height: 100vh;
  5. padding: 0rpx 20rpx 20rpx 20rpx;
  6. background-color: rgb(245, 245, 245);
  7. overflow: auto;
  8. box-sizing: border-box;
  9. }
  10. .custom_box{
  11. width:100%;
  12. padding: 1rpx 20rpx 20rpx 20rpx;
  13. border-radius: 20rpx;
  14. background-color: #ffffff;
  15. box-sizing: border-box;
  16. /* overflow: auto; */
  17. }
  18. .custom_title{
  19. width: 100%;
  20. display: flex;
  21. justify-content: space-between;
  22. padding: 20rpx 0rpx;
  23. border-bottom:1rpx solid #E1E0F4;
  24. box-sizing: border-box;
  25. }
  26. .custom_title_gl{
  27. font-size: 26rpx;
  28. color: #222222;
  29. }
  30. .custom_div{
  31. width: 100%;
  32. display: flex;
  33. justify-content: space-between;
  34. margin-top: 20rpx;
  35. }
  36. .custom_div1{
  37. font-size: 26rpx;
  38. color: #222222;
  39. }
  40. .battery{
  41. font-size: 24rpx;
  42. color: #222222;
  43. }
  44. .batteryccc{
  45. font-size: 26rpx;
  46. color: #999999;
  47. }
  48. .tag_type1 {
  49. font-size: 28rpx;
  50. color: #F0A26C;
  51. font-weight: 500;
  52. }
  53. .tag_type2 {
  54. font-size: 28rpx;
  55. color: #15DB9B;
  56. font-weight: 500;
  57. }
  58. .tag_type3 {
  59. font-size: 28rpx;
  60. color: #b0c4de;
  61. font-weight: 500;
  62. /* 蓝 */
  63. }
  64. .tag_type2red {
  65. font-size: 28rpx;
  66. color: red;
  67. font-weight: 500;
  68. /* 蓝 */
  69. }
  70. .custom_box{
  71. margin-top: 20rpx;
  72. }
  73. .tag_typetext{
  74. width: 100%;
  75. display: flex;
  76. font-size: 26rpx;
  77. justify-content: center;
  78. color: #b0c4de;
  79. margin-top: 20rpx;
  80. }