储能智慧云小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.wxss 1.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. /* pages/station/index.wxss */
  2. .t-tabs__item-inner--tag {
  3. background-color: var(--td-tab-item-tag-bg, var(--td-bg-color-secondarycontainer, var(--td-gray-color-1, #ffffff))) !important;
  4. }
  5. .t-tabs__item-inner--active.t-tabs__item-inner--tag {
  6. font-weight: 500;
  7. background-color: var(--td-tab-item-tag-active-bg, var(--td-brand-color-light, var(--td-primary-color-1, #f2f3ff))) !important;
  8. }
  9. .tagbox {
  10. padding: 0rpx 20rpx;
  11. padding-bottom: 80rpx;
  12. }
  13. .tag_box {
  14. width: 100%;
  15. padding: 20rpx 10rpx;
  16. display: flex;
  17. justify-content: space-between;
  18. box-sizing: border-box;
  19. border-bottom: 1rpx solid #F7F7F7;
  20. }
  21. .tag_name1 {
  22. display: flex;
  23. justify-content: space-between;
  24. margin-top: 30rpx;
  25. }
  26. .box_image {
  27. width: 100%;
  28. display: flex;
  29. align-items: center;
  30. justify-content: center;
  31. }
  32. .tag_image {
  33. width: 363rpx;
  34. height: 330rpx;
  35. margin-top: 260rpx;
  36. }
  37. .tag_name {
  38. width: 55%;
  39. color: #222222;
  40. font-weight: 500;
  41. white-space: nowrap;
  42. /* 设置文本不换行 */
  43. overflow: hidden;
  44. /* 如果需要超出部分隐藏 */
  45. text-overflow: ellipsis;
  46. /* 在超出部分显示省略号 */
  47. }
  48. .tag_Unbind {
  49. padding: 10rpx 20rpx;
  50. font-size: 26rpx;
  51. color: #222222;
  52. /* background-color: #909090; */
  53. background-color: #F7F7F7;
  54. border-radius: 100rpx;
  55. }
  56. .tag_type1 {
  57. font-size: 26rpx;
  58. color: #15DB9B;
  59. }
  60. .tag_type2 {
  61. font-size: 26rpx;
  62. color: #729CFF;
  63. }
  64. .tag_type3 {
  65. font-size: 26rpx;
  66. color: #F0A26C;
  67. }