whyczyk
2021-11-05 d291d4b450aab57b6c98cd0637f8b43f55bc370b
src/assets/css/reset.css
@@ -1,29 +1,29 @@
@charset "utf-8";
* {
    box-sizing: border-box;
  box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}
html,
body,
#app {
    width: 100%;
    height: 100%;
  width: 100%;
  height: 100%;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type='submit'],
input[type='reset'],
input[type='button'],
input {
    font-family: Arial, Helvetica, sans-serif;
    resize: none;
    border: none;
  font-family: Arial, Helvetica, sans-serif;
  resize: none;
  border: none;
}
body,
@@ -64,9 +64,9 @@
menu,
nav,
section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* font-size: 28px; */
    box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* font-size: 28px; */
  box-sizing: border-box;
}
article,
@@ -80,17 +80,17 @@
menu,
nav,
section {
    display: block;
  display: block;
}
img {
    width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
    display: block;
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
  width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  display: block;
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
body,
@@ -131,55 +131,55 @@
menu,
nav,
section {
    margin: 0;
    padding: 0;
  margin: 0;
  padding: 0;
}
body {
    font: 24px/1.5 'Microsoft YaHei', '宋体', Tahoma, Arial, sans-serif;
    color: #323233;
    background-color: #fff;
  font: 24px/1.5 'Microsoft YaHei', '宋体', Tahoma, Arial, sans-serif;
  color: #323233;
  background-color: #fff;
}
em,
i {
    font-style: normal;
  font-style: normal;
}
ul,
li {
    list-style-type: none;
  list-style-type: none;
}
strong {
    font-weight: normal;
  font-weight: normal;
}
.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.clearfix {
    zoom: 1;
  zoom: 1;
}
a {
    text-decoration: none;
    color: #969696;
    font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif;
  text-decoration: none;
  color: #969696;
  font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif;
}
a:hover {
    text-decoration: none;
  text-decoration: none;
}
ul,
ol {
    list-style: none;
  list-style: none;
}
h1,
@@ -188,50 +188,44 @@
h4,
h5,
h6 {
    font-size: 100%;
    font-family: 'Microsoft YaHei';
  font-size: 100%;
  font-family: 'Microsoft YaHei';
}
img {
    border: none;
  border: none;
}
input {
    font-family: 'Microsoft YaHei';
  font-family: 'Microsoft YaHei';
}
.one-txt-cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.txt-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
a:link,
a:active,
a:visited,
a:hover {
    background: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
  background: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
input[type=button],
input[type=submit],
input[type=file],
input[type='button'],
input[type='submit'],
input[type='file'],
button {
    cursor: pointer;
    -webkit-appearance: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.van-nav-bar .van-icon.van-icon-arrow-left {
    color: #4B88F9 !important;
    font-size: 36px;
    font-weight: bold;
}