shuishen
2022-01-04 4ad9804e68c0fa3fb07a85cefc4d73d9e6f5b268
src/styles/mobile/popup.scss
@@ -48,7 +48,10 @@
            width: 100%;
            height: 35px;
            // background-image: linear-gradient(135deg, transparent 25px, #29baf1 25px);
            background-image: linear-gradient(rgba(41, 186, 241, 0.5), rgba(41, 186, 241, 0.5));
      background-image: linear-gradient(
        rgba(41, 186, 241, 0.5),
        rgba(41, 186, 241, 0.5)
      );
            // background-image: linear-gradient(#29baf1, #28bbf0);
            // background-color: #f7f7f7;
@@ -151,7 +154,10 @@
                border-radius: 0 0 10px 10px;
                display: flex;
                align-items: center;
                background-image: linear-gradient(rgba(41, 186, 241, 0.5), rgba(41, 186, 241, 0.5));
        background-image: linear-gradient(
          rgba(41, 186, 241, 0.5),
          rgba(41, 186, 241, 0.5)
        );
                // background-image: linear-gradient(#29baf1, #28bbf0);
                justify-content: center;
                position: relative;
@@ -485,3 +491,21 @@
        height: $size;
    }
}
//搜索框
.m-left-SearchMain .el-input__inner {
  border-right: 1px transparent !important;
}
//盖住
.cover_mobileMap {
  position: fixed;
  bottom: 6px;
  left: 7px;
  background-color: #000;
  color: #fff;
  z-index: 1;
  font-size: 13px;
  border-radius: 5px;
  padding: 3px 8px 4px;
}