reset.css 2.44 KB
html,
body,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", '\5FAE\8F6F\96C5\9ED1', STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
}

body {
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: 14px;
}

ul li,
ol li,
dl li {
  list-style: none;
}

a:link {
  text-decoration: none;
  /* 指正常的未被访问过的链接*/
}

a:visited {
  text-decoration: none;
  /*指已经访问过的链接*/
}

a:hover {
  text-decoration: none;
  /*指鼠标在链接*/
}

a:active {
  text-decoration: none;
  /* 指正在点的链接*/
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: rgb(255, 255, 255);
  background-image: none;
  color: rgb(0, 0, 0);
  box-shadow: 0 0 0 1000px rgba(255,255,255,0) inset !important;
  -webkit-box-shadow: 0 0 0 1000px rgba(255,255,255,0) inset !important;
  transition: background-color 5000s ease-in-out 0s;
}

img {
  border: none;
  width: auto;
  height: auto;
}
.qrcode-wrapper img{
  width: 100% !important;
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Nunito Sans Light'),local('NunitoSans-Light'),url(./fonts/pe03MImSLYBIv1o4X1M8cc8WAc5tU1Q.ttf) format('truetype')
}

@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Nunito Sans Regular'),local('NunitoSans-Regular'),url(./fonts/pe0qMImSLYBIv1o4X1M8cce9I94.ttf) format('truetype')
}

@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Nunito Sans SemiBold'),local('NunitoSans-SemiBold'),url(./fonts/pe03MImSLYBIv1o4X1M8cc9iB85tU1Q.ttf) format('truetype')
}

@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Nunito Sans Bold'),local('NunitoSans-Bold'),url(./fonts/pe03MImSLYBIv1o4X1M8cc8GBs5tU1Q.ttf) format('truetype')
}

@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Nunito Sans ExtraBold'),local('NunitoSans-ExtraBold'),url(./fonts/pe03MImSLYBIv1o4X1M8cc8aBc5tU1Q.ttf) format('truetype')
}

.showbox-img{
  height: 12px;
}

.rise-text {
  color: green;
}

.decline-text {
  color: red;
}