style.css 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. body{
  2. padding: 0;
  3. margin: 0;
  4. -webkit-text-size-adjust: 100%;
  5. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  6. }
  7. html{
  8. background: #Fff;
  9. -webkit-text-size-adjust: 100%;
  10. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  11. }
  12. input, textarea{-webkit-appearance: @none;}
  13. .inner{
  14. margin: 0;
  15. width: 100%;
  16. background: #0abafe;
  17. height: 100vh;
  18. }
  19. .container{
  20. padding: 0;
  21. margin: 0;
  22. padding: 0;
  23. text-align: center;
  24. background-image: url(https://img-sharingschool.oss-cn-shenzhen.aliyuncs.com/bg.png);
  25. background-size:100% 375px;
  26. width: 100%;
  27. height: 375px;
  28. }
  29. .container-img{
  30. width: 20rem;
  31. height: 6.55rem;
  32. margin-top: 2rem;
  33. }
  34. .form{
  35. padding: 0;
  36. margin: 0;
  37. }
  38. .form-items{
  39. color: #313131;
  40. font-size: 1.2rem;
  41. margin: 1rem auto;
  42. width:20rem;
  43. height:4rem;
  44. background:rgba(255,255,255,1);
  45. opacity:0.85;
  46. line-height: 4rem;
  47. text-align: left;
  48. padding-left: 1.25rem;
  49. border:2px solid rgba(249,89,133,1);
  50. box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  51. }
  52. input{
  53. border: none;
  54. line-height: 2rem;
  55. height:2rem;
  56. font-size: 1.2rem;
  57. }
  58. .form-items-submit{
  59. background-image: url(https://img-sharingschool.oss-cn-shenzhen.aliyuncs.com/dian_ji.png);
  60. background-size: cover;
  61. width: 15rem;
  62. height: 2.7rem;
  63. margin: 3rem auto;
  64. padding: 0;
  65. background-color:#0abafe;
  66. }
  67. input,textarea,select,a:focus {
  68. outline: none;
  69. }
  70. .showModel{
  71. width: 100%;
  72. height: 100%;
  73. position: fixed;
  74. top: 0;
  75. left: 0;
  76. background: #000;
  77. opacity: 0.3;
  78. overflow: hidden;
  79. z-index: 1000;
  80. color: #fff;
  81. }
  82. .model{
  83. z-index: 1001;
  84. position: fixed;
  85. top: 233px;
  86. left: 20%;
  87. width: 60%;
  88. background: #fff;
  89. border-radius:20px;
  90. text-align: center;
  91. padding:30px 0;
  92. }