++
liuyg
2022-03-05 01f9c88fd0ee768155e5b341c2bb95a85bc11a08
src/styles/mobile/popup.scss
@@ -101,6 +101,7 @@
          width: 100%;
          height: 100%;
        }
        .imgs,
        img {
          margin-left: calc(50% - 35px);
          width: 70px;
@@ -503,10 +504,14 @@
  position: fixed;
  bottom: 6px;
  left: 7px;
  background-color: #000;
  background-color: rgb(33, 150, 243);
  color: #fff;
  z-index: 1;
  font-size: 13px;
  border-radius: 5px;
  padding: 3px 8px 4px;
  padding: 4px 10px 5px;
}
#mobilePopupOur .el-tabs__header {
  display: none !important;
}