styles.css 1.2 KB
@charset "utf-8";
/* CSS Document */
body{
  margin:0;
  padding:0;
  font-family:Arial, Helvetica, sans-serif;}
#all{
  width:100%;
  margin:0 auto;
  border:solid 1px #666;
  -webkit-box-sizing: border-box;
  height:100%}
#logo{
  mardin:0;
  padding:0;
  width:100%;
  margin-top:-2px;
    }
#cont{
  margin-top:6px;
  width:100%;}
.images{
  width:100%;
  
  }
.text{
  background-image:url(/mobile/source/tmpl/project/images/line.png);
  background-repeat:no-repeat;
  width:100%;
  height:40px;
  background-size:100% auto;
  position:absolute;
  margin-top:-40px;
  }
.text p{
  color:#FFF;
  font-size:16px;
  font-family:Arial, Helvetica, sans-serif;
  margin-left:15px;
  padding:0;
  margin-top:11px;
  font-weight:bold;
    line-height:70%;}
a{
  text-decoration:none;}
#futm{
  height:35px;
  background-color:#FFF;
   width:100%;
   background:#fff;
   margin-bottom:5px;
   text-align:center;
   margin:0 auto;
}
#futm table{
  background-color:#F8F8F8;
  line-height:80% !important;
  height:23px;
  margin-top:3px;
  }
#futm a{text-decoration: none;
      color: #000;
      font-size:small;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
    height:23px;
    line-height:80% !important;}