signin.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. *{margin: 0;padding: 0;}
  2. a{text-decoration: none;}
  3. ul,li{list-style: none;}
  4. body{font-size: 14px;font-family: "微软雅黑";}
  5. .top{
  6. width: 100%;
  7. height: 64px;
  8. background-color: #2196F3;
  9. margin: 0 auto;
  10. float: left;
  11. }
  12. .top-title{
  13. font-size: 24px;
  14. font-weight: 400;
  15. color: white;
  16. line-height: 64px;
  17. margin-left: 16px;
  18. float: left;
  19. }
  20. .top-btn1{
  21. position: relative;
  22. left: 63%;
  23. top: 14px;
  24. width: 88px;
  25. height: 36px;
  26. padding: 0 16px;
  27. font-size: 14px;
  28. font-weight: 500;
  29. color: white;
  30. line-height: 33px;
  31. text-align: center;
  32. }
  33. .top-btn2{
  34. position: relative;
  35. left: 66%;
  36. top: 14px;
  37. width: 88px;
  38. height: 36px;
  39. padding: 0 16px;
  40. font-size: 14px;
  41. font-weight: 500;
  42. color: white;
  43. line-height: 33px;
  44. text-align: center;
  45. }
  46. .content{
  47. width: 100%;
  48. height: 450px;
  49. }
  50. .content-title{
  51. font-size: 34px;
  52. font-weight: 400;
  53. color: black;
  54. font-family: sans-serif;
  55. padding-left: 19.66%;
  56. padding-top: 135px;
  57. margin: 0 auto
  58. }
  59. .content1{
  60. position: relative;
  61. top:26px;
  62. left: 19.66%;
  63. width: 60%;
  64. height: 100%;
  65. border: rgb(222,222,222) solid 1px;
  66. }
  67. .content1-kuang{
  68. width: 49%;
  69. height: 36px;
  70. margin: 0 auto;
  71. margin-top: 50px;
  72. }
  73. .content1-text1{
  74. width: 86%;
  75. height: 33px;
  76. border: 0px;
  77. border-bottom: rgb(222,222,222) solid 1px;
  78. float: right;
  79. outline: none;
  80. }
  81. .content1-text2{
  82. width: 60%;
  83. height: 33px;
  84. border: 0px;
  85. border-bottom: rgb(222,222,222) solid 1px;
  86. float: right;
  87. outline: none;
  88. }
  89. .content1-tishi{
  90. font-size: 15px;
  91. color: #40c4ff;
  92. line-height: 80px;
  93. margin-left: 26%;
  94. }
  95. .content1-button{
  96. width: 49%;
  97. height: 36px;
  98. border: 0px;
  99. background-color: #40c4ff;
  100. font-size: 14px;
  101. font-weight: 500;
  102. text-align: center;
  103. line-height: 36px;
  104. margin-right: 25%;
  105. float: right;
  106. }
  107. .buttom{
  108. width: 100%;
  109. height: 87px;
  110. background-color: #424242;
  111. margin-top: 40%
  112. }
  113. .buttom-text{
  114. font-size: 15px;
  115. color: #9e9e9e;
  116. line-height: 83.25px;
  117. text-align: center;
  118. }
  119. ::-webkit-input-placeholder{
  120. font-size: 16px;
  121. font-family: 微软雅黑;
  122. color: #bdbdbd;
  123. }
  124. @font-face {
  125. font-family: 'Material Icons';
  126. font-style: normal;
  127. font-weight: 400;
  128. src: local('Material Icons'),
  129. local('MaterialIcons-Regular'),
  130. url(MaterialIcons-Regular.woff2) format('woff2'),
  131. url(MaterialIcons-Regular.woff) format('woff');
  132. }
  133. .material-icons {
  134. font-family: 'Material Icons';
  135. /* Support for all WebKit browsers. */
  136. -webkit-font-smoothing: antialiased;
  137. /* Support for Safari and Chrome. */
  138. text-rendering: optimizeLegibility;
  139. /* Support for Firefox. */
  140. -moz-osx-font-smoothing: grayscale;
  141. /* Support for IE. */
  142. -webkit-font-feature-settings: 'liga';
  143. -moz-font-feature-settings: 'liga';
  144. font-feature-settings: 'liga';
  145. font-style: normal;
  146. font-size: 25px;
  147. color: rgba(0, 0, 0, 0.54);
  148. }