123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- @charset "utf-8";
- /* CSS Document */
- * {
- margin: 0;
- padding: 0;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -o-box-sizing: border-box;
- -ms-box-sizing: border-box;
- box-sizing: border-box;
- -webkit-tap-highlight-color: transparent;
- font-family: "PingFang SC", PingFangSC, Helvetica, sans-serif!important;
- -webkit-tap-highlight-color: rgba(0,0,0,0);
- -webkit-tap-highlight-color:transparent;
- outline:none;
- }
- /* @font-face {font-family:"myFont fan";src: url('./NotoSansHans-DemiLight.ttf'); */
- body, div, span, i, em, h2, h3, h4, h5, h6, h1, b, big, small, ul, li, a, img {
- margin: 0;
- padding: 0;
- border:none;
- /*font-weight:lighter;*/
- font-size:1rem;
- font-weight:400;
- color:#323232;
- -webkit-tap-highlight-color: transparent;
- font-family: "PingFang SC", PingFangSC, Helvetica, sans-serif!important;
- }
- input,button,textarea,text{
- font-family: "PingFang SC", PingFangSC, Helvetica, sans-serif!important;
- }
- li{
- list-style:none;
- }
- a{
- text-decoration:none;
- }
- .clear-fix:after{
- content:' ';
- width:0;
- height:0;
- clear:both;
- display:block;
- }
- em,i{
- font-style:normal;
- }
- /**********head***************/
- .a{
- width:100%;
- height:4.6rem;
- border:1px solid red;
- }
- .Choice{
- background: #fff;
- overflow: hidden;
- padding: 1rem 0.9rem;
- }
- .Choice .gend{
- float: left;
- width: 2.3rem;
- height: 2rem;
- margin-top: 0.8rem;
- }
- .Choice .gent{
- float: left;
- margin-left: 0.8rem;
- }
- .Choice .gent span{
- font-size: 0.9rem;
- color: #707070;
- letter-spacing: 0.05rem;
- }
- .Choice .gent .att{
- margin-left: 0.8rem;
- }
- .Choice .gent p{
- font-size: 0.9rem;
- color: #a3a3a3;
- margin-top: 0.2rem;
- letter-spacing: 0.05rem;
- }
- .Choice .genv{
- float: right;
- width: 1rem;
- height: 1rem;
- margin-top: 1.6rem;
- }
|