| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235 |
- @charset "utf-8";
- * {
- margin: 0;
- padding: 0;
- font-family: Microsoft YaHei, fontello;
- list-style: none;
- }
- body {
- margin: 0;
- padding: 0;
- }
- body,
- html {
- height: 100%;
- }
- a {
- text-decoration: none;
- cursor: pointer;
- color: #333;
- }
- input:focus {
- outline: none;
- border: 1px solid #38f
- }
- /* 分割线样式 */
- .Divider {
- height: 1px;
- border: none;
- border-top: 1px solid #cacaca;
- }
- /* 百度搜索图标样式 */
- .Baidu {
- width: 911px;
- height: 125px;
- margin: 0 auto;
- margin-top: 150px;
- }
- .Baidu-icon {
- width: 210px;
- height: 69px;
- margin: 0 auto;
- }
- /* 搜索框样式 */
- .Search {
- width: 646px;
- height: 43px;
- position: relative;
- margin: 0 auto;
- margin-top: 15px;
- }
- .Search-input {
- width: 537px;
- height: 41px;
- font-size: 14px;
- border: 1px solid #cacaca;
- float: left;
- }
- .Search-camera {
- width: 24px;
- height: 24px;
- position: absolute;
- top: 10px;
- left: 507px;
- }
- #Search-button {
- width: 107px;
- height: 43px;
- background-color: #3388ff;
- text-align: center;
- font-size: 18px;
- color: white;
- border: 1px solid #3388ff;
- cursor: pointer;
- }
- /* 模块样式 */
- .Modul {
- width: 700px;
- height: 470px;
- margin: 0 auto;
- margin-top: 67px;
- border: 1px solid #e9e9e9;
- overflow: hidden;
- }
- .Menu_icon {
- margin: 11px 0 0 20px;
- width: 14px;
- height: 14px;
- background: url(../imgs/icon.png);
- }
- .Modul_menu {
- width: 647px;
- height: 38px;
- padding: 12px 25px 0px 25px;
- }
- .tips {
- width: 230px;
- height: 10px;
- border-bottom: 1px solid #e9e9e9;
- float: left;
- }
- .tips_text {
- float: left;
- font-size: 15px;
- color: rgba(0, 0, 0, .4);
- width: 175px;
- margin-left: 10px;
- }
- .tips_text span {
- vertical-align: top;
- }
- .tips_icon {
- width: 25px;
- height: 25px;
- background: url(../imgs/logo.png);
- display: inline-block;
- }
- .Modul_Dbox {
- width: 650px;
- height: 265px;
- border-bottom: 1px solid #f0f0f0;
- padding: 0px 25px 0px 25px;
- }
- .Modul_Dbox h2 {
- font-size: 18px;
- font-family: arial, 'Microsoft Yahei', '微软雅黑';
- padding-top: 20px;
- padding-bottom: 12px;
- }
- .Modul_Dbox a:hover {
- text-decoration: underline;
- color: #07f;
- }
- .Modul_Dbox p {
- width: 650px;
- font-size: 16px;
- font-weight: normal;
- color: #ababab;
- padding-bottom: 19px;
- }
- .Modul_box {
- width: 650px;
- height: 180px;
- border-bottom: 1px solid #f0f0f0;
- padding: 0px 25px 0px 25px;
- }
- .Modul_box h2 {
- font-size: 18px;
- font-family: arial, 'Microsoft Yahei', '微软雅黑';
- padding-top: 40px;
- padding-bottom: 12px;
- }
- .Modul_box a:hover {
- text-decoration: underline;
- color: #07f;
- }
- .Modul_box p {
- width: 440px;
- font-size: 16px;
- font-weight: normal;
- color: #ababab;
- padding-bottom: 19px;
- }
- .Modul_text {
- width: 433px;
- height: 92px;
- float: right;
- }
- .Modul_img {
- padding: 30px 0;
- }
- #more_bar {
- width: 100px;
- height: 45px;
- padding-top: 20px;
- margin: 0 auto;
- cursor: pointer;
- color: #999;
- display: block;
- }
- .rect {
- height: 19px;
- width: 34px;
- font-size: 0;
- margin: 10px auto 0 auto;
- border: 0;
- background: url(../imgs/rect.png);
- }
- /* 页脚样式 */
- .Footer-banner {
- width: 650px;
- height: 85px;
- margin: 0 auto;
- margin-top: 20px;
- }
|