github.com/jincm/wesharechain@v0.0.0-20210122032815-1537409ce26a/app/css/common.css (about)

     1  html,body{


     2  	height: 100%;


     3  	width:100%;


     4  }


     5  #wrap{


     6      height: 100%;


     7      display: -webkit-box;


     8      display: -webkit-flex;


     9      display: flex;


    10      -webkit-box-orient: vertical;


    11      -webkit-flex-flow: column;


    12             flex-flow: column;


    13  }


    14  #header{


    15      text-align: center; background-color: #81a9c3; color: #fff;


    16      width: 100%;


    17  }


    18  #header h1{


    19      font-size: 20px; height: 44px; line-height: 44px; margin: 0em; color: #fff;


    20  }


    21  #main{


    22      -webkit-box-flex: 1; 


    23      -webkit-flex: 1;


    24      flex: 1;


    25      padding: 2em;


    26  }


    27  #footer{


    28      height: 30px; line-height: 30px;


    29      background-color: #81a9c3; 


    30      width: 100%;


    31      text-align: center;


    32  }


    33  #footer h5{


    34      color: white;


    35  }


    36  .con{font-size: 28px; text-align: center;}