shuishen
2022-01-04 1b560b7103c3b4874c2cfd42ca2a29d3b9f61cba
src/styles/mobile/popup.scss
@@ -139,6 +139,7 @@
            width: 100%;
            height: auto;
            // border: 1px solid red;
            word-wrap: break-word;
            text-indent: 2em;
            color: #fff;
          }
@@ -502,10 +503,10 @@
  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;
}