index.css 3.24 KB
@charset "utf-8";

/*=====================================
  reset
  =====================================*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
table,
thead,
tfoot,
tbody,
form,
fieldset,
legend,
div,
p,
span,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
q,
cite,
code,
input,
select,
textarea {
  margin: 0;
  padding: 0; /* font-family:"fang"; */
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
em,
cite,
address,
sup,
sub,
th {
  font-weight: normal;
  font-style: normal;
  vertical-align: auto;
  font-size: 1em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
i {
  font-style: normal;
}

/* @font-face{
   font-family: fang;
   src: url('http://h5.wufae.com/Chevrolet/upload/static/css/fang.ttf') format('truetype');
} */
* {
  /* font-family:"fang"; */
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
input,
textarea,
input:focus,
select:focus,
textarea:focus {
  /* font-family:"fang"; */
  border-width: 0px;
  border-color: transparent;
  -webkit-tap-highlight-color: transparent;
  outline: transparent;
}
ul,
ol {
  list-style-type: none;
}
a:link,
a:visited {
  text-decoration: none;
  outline: 0 none;
}
a:hover,
a:active {
  text-decoration: underline;
  outline: 0 none;
}
fieldset,
a img {
  border: none;
}
img {
  vertical-align: top;
  display: block;
}
input,
textarea,
button {
  font-size: 100%;
}
button {
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
select optgroup {
  font-style: normal;
}
legend {
  display: none;
}
input[type="radio"],
input[type="checkbox"],
textarea {
  vertical-align: middle;
}
input,
select {
  background: transparent;
  border: 0;
  outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.iswin input[type="radio"],
.iswin input[type="checkbox"],
.iswin textarea {
  vertical-align: -3px;
}
input[type="radio"],
input[type="checkbox"] {
  margin-right: 3px;
}
input[type="text"],
input[type="password"],
textarea {
  border: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
a,
img {
  tap-highlight-color: rgba(0, 0, 0, 0);
  focus-ring-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-focus-ring-color: rgba(0, 0, 0, 0);
}
.application {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
/*=====================================
  ȫ??  =====================================*/
html {
  height: 100%;
  overflow: hidden;
}
body {
  transition: opacity 0.25s;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
body.succ {
  opacity: 1;
}
.root_gap {
  position: relative; /* width:96%; */
  margin: 0 30px;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.fullPage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.touchmove {
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}