123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255 |
- * {
- box-sizing: border-box;
- -moz-box-sizing: border-box;
- /* Firefox */
- -webkit-box-sizing: border-box;
- /* Safari */
- }
- .up-section .type-upimg{
- display: none;
- }
- ::-ms-clear,::-ms-reveal{display:none;}
- textarea{
- outline: none;
- line-height:0.24rem;
- padding-left:0.6rem;
- padding-top: 0.6rem;
- border: 1px solid #ccc;
- color: #444;
- font-size:0.24rem;
- outline: none;
- text-align: left;
- }
- .overflow{
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- button{
- outline: none;
- border: 0px;
- font-family: "微软雅黑", "PingFang SC", "arial, helvetica, sans-serif";
- }
- input{
- font-family: "微软雅黑", "PingFang SC", "arial, helvetica, sans-serif";
- outline: none;
- }
- a {
- outline: none;
- }
- a,button{cursor:pointer;}
- body {
- background: #f4f4f4;
- font-size: 14px;
- font-family: "微软雅黑", "PingFang SC", "arial, helvetica, sans-serif";
- }
- .clear {
- clear: both;
- }
- .full{
- width:100%
- }
- .full-big{
- width: 1340px;
- min-width: 1340px;
- margin: 0 auto;
- }
- .img-full{
- display: block;
- width: 100%;
- }
- ::-webkit-input-placeholder {
- color: #777;
- font-size: 14px;
- }
- :-moz-placeholder {
- /* Firefox 18- */
- color: #777;
- font-size: 14px;
- }
- ::-moz-placeholder {
- /* Firefox 19+ */
- color: #777;
- font-size: 14px;
- }
- :-ms-input-placeholder {
- color:#777;
- font-size: 14px;
- }
- /* ====clear float====== */
- /*nav a:visited{color: rgb(65,65,65);}
- aside a:visited{color: rgb(65,65,65);}*/
- .fl {
- float: left;
- }
- .fr {
- float: right;
- }
- .clear:after {
- content: '';
- display: block;
- clear: both;
- }
- /* reset */
- .pic img{display: none;}
- i,
- p,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- hr,
- br,
- em,
- dl,
- dd,
- li,
- ul,
- ol,
- td,
- th,
- pre,
- form,
- body,
- input,
- strong,
- textarea,
- select,figcaption,figure{
- margin: 0;
- padding: 0;
- }
- em {
- font-style: normal
- }
- li {
- list-style: none
- }
- a {
- text-decoration: none;
- }
- img {
- border: none;
-
- }
- table {
- border-collapse: collapse;
- }
- textarea {
- resize: none;
- overflow: auto;
- }
- a,button{cursor:pointer;}
|