派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-04-14 fe0ee7d8da7d7e28ff2ccbcb17ce54ecdb2b5d09
src/components/BaseNav/PublicBounced/common/PublicTabs.vue
@@ -70,7 +70,7 @@
.win {
  position: relative;
  margin-bottom: 10px;
  margin-bottom: 0.04rem;
  background-color: @background-color;
  //width: 6rem;
  //height: 0.5rem;
@@ -81,9 +81,9 @@
  //height: 100%;
  .main-matter {
    font-size: 13px;
    font-size: 0.06rem;
    font-weight: normal;
    padding: 6px;
    padding: 0.04rem 0;
    border: 1px solid #396d83;
    ul {
      //width: 100%;
@@ -92,17 +92,18 @@
      align-items: center;
      justify-content: space-around;
      flex-wrap: wrap;
      margin-bottom: -6px;
      margin-bottom: -0.04rem;
      li {
        margin-bottom: 6px;
        margin-bottom: 0.04rem;
        text-align: center;
        min-width: 32%;
        min-width: 31%;
        background-color: #243a55;
        color: #00d0f9;
        border-radius: 3px;
        border-radius: 0.02rem;
        font-size: 0.08rem;
        line-height: 0.09rem;
        padding: 0.03rem .5%;
      }
      li:last-child {
        visibility: hidden
      }