1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- body{
- font-size: 0.16rem;
- }
- body, div, button, h3, h6, span, ul, li, p, a,input{
- font-family: -apple-system,SF UI Text,Helvetica Neue,Helvetica,Arial,sans-serif;
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
- padding: 0;
- margin: 0;
- box-sizing: inherit;
- font-weight: normal;
- }
- button{
- outline: none;
- border:0px;
- background-color:transparent;
- }
- a, a:visited{
- text-decoration: none;
- }
- body{
- width: 100%;
- }
- img{
- display: block;
- }
- input::input-placeholder{color:rgba(153,153,153,0.4972)!important;}
- input::-webkit-input-placeholder{color:rgba(153,153,153,0.4972)!important;}
- input:-moz-placeholder{color:rgba(153,153,153,0.4972)!important;}
- input::-moz-placeholder{color:rgba(153,153,153,0.4972)!important;}
- input:-ms-input-placeholder{color:rgba(153,153,153,0.4972)!important;}
- .mask,.maskYzm{
- background: rgba(0,0,0,0.4013);
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- visibility:hidden;
- }
- .mask .content,.maskYzm .yzmCon{
- width: 2.98rem;
- background: #f9f9f9;
- border-radius: 0.16rem;
- }
- .mask .content h3{
- color: #090909;
- font-size: 0.16rem;
- line-height: 0.22rem;
- padding-top:0.12rem;
- padding-bottom: 0.08rem;
- text-align: center;
- }
- .mask .content p{
- color: #090909;
- line-height: 0.23rem;
- font-size: 0.14rem;
- margin-bottom: 0.15rem;
- text-align: center;
- }
- .mask .content div{
- border-top: 0.01rem solid rgba(191,191,191,0.1998);
- color: #0F7FFF;
- text-align: center;
- font-size: 0.14rem;
- line-height: 0.2rem;
- padding: 0.09rem 0 0.12rem 0;
- }
|