派生自 wuyushui/SewerAndRainNetwork

wangqi
2021-03-30 f7ba8b6aab4a763feee8938e93c97079b52baf1d
src/components/BaseNav/PublicBounced/PublicBounced.vue
@@ -54,8 +54,8 @@
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #002432;
  margin: 1% auto;
  //transform: translate(-50%, -50%);
  background-color: #0f1432;
  border: 1px #9fc5c8 solid;
  .public-bounced-title {
@@ -64,6 +64,7 @@
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    background-color: #002433;
    span {
      color: #f4f7ff;
@@ -82,12 +83,16 @@
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 12px;
    .public-bounced-content-left {
      //flex: 1;
      flex-direction: column;
      margin-right: 13px;
    }
    .public-bounced-content-right {
      //flex: 1;
    }
  }