public.scss 1.64 KB
* {
  margin: 0;
  padding: 0;
  font-family: "PingFangSC-Regular","Microsoft YaHei", "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  //-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  //tap-highlight-color: rgba(0, 0, 0, 0);
  //-webkit-transform: translateZ(0);
  //transform: translateZ(0);
  //-webkit-perspective: 1000;
  //perspective: 1000;
  //-webkit-backface-visibility: hidden;
  //backface-visibility: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing:antialiased;
  //touch-action: auto!important;
}
input, select, textarea{
  font-family: "PingFangSC-Regular","Microsoft YaHei", "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
}
html, body {
  width: 100%;
  height: 100%;
}
ul, li {
  list-style: none;
}

a {
  text-decoration: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color:#fff;
  font-family: "PingFangSC-Regular","Microsoft YaHei", "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
  font-weight: normal;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bbb;
}

.searchText::-webkit-input-placeholder{
  font-family: 'iconfont';
}

h1, h2, h3, h4, h5, h6 { line-height:1.2;}
p { margin: 0;padding: 0 }

.fr{ float: right;}
.fl{ float: left }
.alignc{ text-align: center}
.alignr{ text-align: right}
input:focus{ outline: none;}
#app{
  width: 100%;
  height: 100%;
}