派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-04-14 0b708af2d6e988f3db97fd33bc807866ca5699bc
src/components/BaseNav/PublicBounced/common/PublicTabs.vue
@@ -54,7 +54,7 @@
.win {
  position: relative;
  margin-bottom: 10px;
  margin-bottom: 0.04rem;
  background-color: @background-color;
  //width: 6rem;
  //height: 0.5rem;
@@ -65,11 +65,10 @@
  //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%;
      //height: 100%;
@@ -77,22 +76,19 @@
      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
      //}
      .lastli {
      li:last-child {
        visibility: hidden
      }
    }