| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- *{margin: 0;padding: 0;}
- a{text-decoration: none;}
- ul,li{list-style: none;}
- body{font-size: 14px;font-family: "微软雅黑";}
- .top{
- width: 100%;
- height: 64px;
- background-color: #2196F3;
- margin: 0 auto;
- float: left;
- }
- .top-title{
- font-size: 24px;
- font-weight: 400;
- color: white;
- line-height: 64px;
- margin-left: 16px;
- float: left;
- }
- .top-btn1{
- position: relative;
- left: 63%;
- top: 14px;
- width: 88px;
- height: 36px;
- padding: 0 16px;
- font-size: 14px;
- font-weight: 500;
- color: white;
- line-height: 33px;
- text-align: center;
- }
- .top-btn2{
- position: relative;
- left: 66%;
- top: 14px;
- width: 88px;
- height: 36px;
- padding: 0 16px;
- font-size: 14px;
- font-weight: 500;
- color: white;
- line-height: 33px;
- text-align: center;
- }
- .content{
- width: 100%;
- height: 450px;
- }
- .content-title{
- font-size: 34px;
- font-weight: 400;
- color: black;
- font-family: sans-serif;
- padding-left: 19.66%;
- padding-top: 135px;
- margin: 0 auto
- }
- .content1{
- position: relative;
- top:26px;
- left: 19.66%;
- width: 60%;
- height: 100%;
- border: rgb(222,222,222) solid 1px;
- }
- .content1-kuang{
- width: 49%;
- height: 36px;
- margin: 0 auto;
- margin-top: 50px;
- }
- .content1-text1{
- width: 86%;
- height: 33px;
- border: 0px;
- border-bottom: rgb(222,222,222) solid 1px;
- float: right;
- outline: none;
- }
- .content1-text2{
- width: 60%;
- height: 33px;
- border: 0px;
- border-bottom: rgb(222,222,222) solid 1px;
- float: right;
- outline: none;
- }
- .content1-tishi{
- font-size: 15px;
- color: #40c4ff;
- line-height: 80px;
- margin-left: 26%;
- }
- .content1-button{
- width: 49%;
- height: 36px;
- border: 0px;
- background-color: #40c4ff;
- font-size: 14px;
- font-weight: 500;
- text-align: center;
- line-height: 36px;
- margin-right: 25%;
- float: right;
- }
- .buttom{
- width: 100%;
- height: 87px;
- background-color: #424242;
- margin-top: 40%
- }
- .buttom-text{
- font-size: 15px;
- color: #9e9e9e;
- line-height: 83.25px;
- text-align: center;
- }
- ::-webkit-input-placeholder{
- font-size: 16px;
- font-family: 微软雅黑;
- color: #bdbdbd;
- }
- @font-face {
- font-family: 'Material Icons';
- font-style: normal;
- font-weight: 400;
- src: local('Material Icons'),
- local('MaterialIcons-Regular'),
- url(MaterialIcons-Regular.woff2) format('woff2'),
- url(MaterialIcons-Regular.woff) format('woff');
- }
- .material-icons {
- font-family: 'Material Icons';
- /* Support for all WebKit browsers. */
- -webkit-font-smoothing: antialiased;
- /* Support for Safari and Chrome. */
- text-rendering: optimizeLegibility;
- /* Support for Firefox. */
- -moz-osx-font-smoothing: grayscale;
- /* Support for IE. */
- -webkit-font-feature-settings: 'liga';
- -moz-font-feature-settings: 'liga';
- font-feature-settings: 'liga';
- font-style: normal;
- font-size: 25px;
- color: rgba(0, 0, 0, 0.54);
- }
|