123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- *{
- -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
- -moz-tap-highlight-color:rgba(0, 0, 0, 0);
- -ms-tap-highlight-color:rgba(0, 0, 0, 0);
- -o-tap-highlight-color:rgba(0, 0, 0, 0);
- tap-highlight-color:rgba(0, 0, 0, 0);
- }
- dy, h1, h2, h3, h4, h5, p,a {
- padding: 0;
- margin: 0;
- font-size: 14px;
- font-family: Arial, '\5FAE\8F6F\96C5\9ED1';
- }
- body {
- padding:0;
- margin: 0;
- font-family: Arial, '\5FAE\8F6F\96C5\9ED1';
- }
- h1 {
- font-size: 16px;
- color:#8ee2d3;
- text-align: center;
- padding-bottom:10px;
- }
- h2 {
- font-size: 16px;
- color:#8ee2d3;
- text-align: left;
- padding-bottom:10px;
- }
- h3, h5 {
- color: #8ee2d3;
- }
- h4 {
- color: #8ee2d3;
- text-align:center;
- padding:10px 0 5px;
- }
- p {
- line-height: 18px;
- color: #000000;
- text-align: left;
- }
- img {
- max-width: 100%;
- }
- .page_content{
- padding:15px;
- }
- .page_list {
- margin:0;
- padding:0 10px;
- border-top:1px solid #eee;
- background:#fff;
- }
- .page_list li{
- list-style:none;
- border-bottom:1px solid #eee;
- line-height:50px;
- padding:0 15px;
- background:url("../images/me_next.png") center right no-repeat;
-
- }
- .page_list li a{
- text-decoration:none;
- color:#000;
- display:block;
- font-size:16px;
-
- }
- .team{
- margin:0 0 10px 0;
- padding:0 10px;
- background:#fff;
-
- }
- .team .team_hd {
- list-style:none;
- border-bottom:1px solid #eee;
- line-height:50px;
- padding:0 15px;
- background:url("../images/me_next.png") center right no-repeat;
-
- }
- .team .team_hd a{
- text-decoration:none;
- color:#000;
- display:block;
- font-size:16px;
- font-weight:bold;
-
- }
- .team .page_list{
- padding:0;
-
- }
- .news_content{
-
-
- }
- .news_content .news_hd{
- width:100%;
- padding:0 15px;
- background:#fff;
- font-weight:bold;
- font-size:18px;
- line-height:50px;
- position:fixed;
- top:0;
-
- }
- .news_content .news_bd{
- padding:10px 15px;
- margin:50px 0 0 0;
- }
|