1234567891011121314151617181920212223242526272829303132333435 |
- #faile {
- }
- #faile .alert {
- width: .78rem;
- height: .75rem;
- margin-top: 1.55rem;
- margin-left: 1.47rem;
- }
- #faile .center {
- text-align: center;
- margin-top: .1rem;
- }
- #faile .center .alert_txt {
- font-size: .14rem;
- color: #000;
- opacity:0.8;
- font-weight:400;
- line-height: .23rem;
- }
- #faile .btn {
- width: 1.73rem;
- height: .36rem;
- line-height: .36rem;
- text-align: center;
- margin: .34rem auto;
- background: #FFB671;
- color: #fff;
- font-size: .14rem;
- border-radius: .22rem;
- }
- body {
- -webkit-text-size-adjust: 100% ;
- }
|