12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- body{
- padding: 0;
- margin: 0;
- -webkit-text-size-adjust: 100%;
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-
- }
- html{
- background: #Fff;
- -webkit-text-size-adjust: 100%;
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
- }
- input, textarea{-webkit-appearance: @none;}
- .inner{
- margin: 0;
- width: 100%;
- background: #0abafe;
- height: 100vh;
- }
- .container{
- padding: 0;
- margin: 0;
- padding: 0;
- text-align: center;
- background-image: url(https://img-sharingschool.oss-cn-shenzhen.aliyuncs.com/bg.png);
- background-size:100% 375px;
- width: 100%;
- height: 375px;
- }
- .container-img{
- width: 20rem;
- height: 6.55rem;
- margin-top: 2rem;
- }
- .form{
- padding: 0;
- margin: 0;
- }
- .form-items{
- color: #313131;
- font-size: 1.2rem;
- margin: 1rem auto;
- width:20rem;
- height:4rem;
- background:rgba(255,255,255,1);
- opacity:0.85;
- line-height: 4rem;
- text-align: left;
- padding-left: 1.25rem;
- border:2px solid rgba(249,89,133,1);
- box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.3);
- }
- input{
- border: none;
- line-height: 2rem;
- height:2rem;
- font-size: 1.2rem;
- }
- .form-items-submit{
- background-image: url(https://img-sharingschool.oss-cn-shenzhen.aliyuncs.com/dian_ji.png);
- background-size: cover;
- width: 15rem;
- height: 2.7rem;
- margin: 3rem auto;
- padding: 0;
- background-color:#0abafe;
- }
- input,textarea,select,a:focus {
- outline: none;
- }
- .showModel{
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0;
- left: 0;
- background: #000;
- opacity: 0.3;
- overflow: hidden;
- z-index: 1000;
- color: #fff;
-
- }
- .model{
- z-index: 1001;
- position: fixed;
- top: 233px;
- left: 20%;
- width: 60%;
- background: #fff;
- border-radius:20px;
- text-align: center;
- padding:30px 0;
- }
|