123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245 |
- html, body, ul, li, ol, dl, dd, img, div, form, input, form, h1, h2, h3, h4, h5, h6, p {
- padding: 0px;
- margin: 0px;
- }
- input {
- outline: medium none;
- }
- body {
- font-family: "微软雅黑";
- margin: 0;
- padding: 0;
- background-color: white;
- }
- ul, li {
- list-style: none;
- }
- input, select {
- outline: none;
- font-family: "微软雅黑";
- }
- img {
- border: none;
- }
- a {
- text-decoration: none;
- }
- .textbox .textbox-prompt {
- color: #aaa;
- }
- .textbox .textbox-text {
- border: 0;
- padding: 4px 10px;
- white-space: normal;
- vertical-align: top;
- outline-style: none;
- resize: none;
- box-shadow: 0px 1px 5px rgba(0, 0, 0, .05) inset;
- }
- .mm-part {
- width: 100%;
- float: left;
- margin-bottom: 20px;
- }
- .part-01 {
- width: 15%;
- float: left;
- margin-right: 2%;
- box-sizing: border-box;
- background-color: #f2f2f2;
- border-radius: 5px;
- height: 85px;
- font-size: 14px;
- }
- .part-01.last {
- margin-right: 0;
- }
- .part-01-img {
- width: 30%;
- float: left;
- background-color: #54ade9;
- height: 85px;
- position: relative;
- border-radius: 5px 0px 0px 5px;
- cursor: pointer;
- }
- .part-01-img.n2 {
- background-color: #ff470c;
- }
- .part-01-img.n3 {
- background-color: #009788;
- }
- .part-01-img.n4 {
- background-color: #5fb878;
- }
- .part-01-img.n5 {
- background-color: #f8b823;
- }
- .part-01-img.n6 {
- background-color: #2f3f56;
- }
- .part-01-img img {
- margin-top: 25px;
- width: 32px;
- height: 32px;
- position: absolute;
- left: 50%;
- margin-left: -16px;
- }
- .part-01-txt {
- width: 70%;
- float: right;
- text-align: center;
- padding: 14px 0;
- cursor: pointer;
- }
- .part-01-txt p {
- color: #333;
- }
- .part-01-txt p.ok {
- color: #2cc057;
- }
- .part-01-txt p.no {
- color: #f55523;
- }
- .mm-news {
- float: left;
- margin: 5px;
- font-size: 13px;
- }
- .mm-news-tit {
- height: 42px;
- width: 100%;
- background-color: #f2f2f2;
- }
- .mm-news-tit h5 {
- border-left: 3px solid #54ade9;
- line-height: 42px;
- font-weight: normal;
- text-indent: 13px;
- }
- .mm-news-con {
- width: 100%;
- float: left;
- box-sizing: border-box;
- font-size: 14px;
- }
- .mm-news-con li {
- border-left: 1px solid #e2e2e2;
- width: 100%;
- float: left;
- border-bottom: 1px solid #ddd;
- padding: 10px 10px;
- box-sizing: border-box;
- }
- .mm-news-con li a {
- width: 75%;
- float: left;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- color: #333;
- font-size: 13px;
- }
- .mm-news-con li span {
- float: right;
- color: #999;
- font-size: 13px;
- }
- .w30 {
- width: 32.3333%;
- }
- .w50 {
- width: 48.9999%;
- }
- .w100 {
- width: 98.9999%;
- }
- table.new_tab {
- border-collapse: collapse;
- cursor: pointer;
- color: #666;
- text-align: center;
- }
- .new_tab tr.cut {
- background-color: #f8f8f8;
- }
- .new_tab th {
- border-bottom: 1px solid #d7dde4;
- padding: 15px 20px;
- color: #0097e0;
- word-break: keep-all;
- font-size: 14px;
- }
- .new_tab td {
- padding: 12px 20px;
- font-size: 13px;
- }
- .new_tab td.red {
- color: #ff7965;
- }
- .part-01:hover img {
- transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- -moz-transform: rotate(360deg);
- -o-transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- }
- .part-01 img {
- display: block;
- /*transition: all 0.3s ease-in-out;*/
- /*-webkit-transition: all 0.3s ease-in-out;*/
- /*-moz-transition: all 0.3s ease-in-out;*/
- /*-o-transition: all 0.3s ease-in-out;*/
- transition: all 0.3s ease-in;
- -webkit-transition: all 0.3s ease-in;
- -moz-transition: all 0.3s ease-in;
- -o-transition: all 0.3s ease-in;
- }
- a.ok {
- color: #2cc057
- }
- a.no {
- color: #f55523
- }
|