x.style.css 565 B

123456789101112
  1. body{padding:0px; margin: 0px;background-color: #fff;}
  2. #header{display: none}
  3. #footer{display: none}
  4. #header+#main{min-width:auto}
  5. #main{padding: 0px; top:0!important;}
  6. #main .container{padding: 0px;}
  7. #mainMenu{margin-top:0px;background-color: #efefef;}
  8. #mainContent .cell{box-shadow:none; -webkit-box-shadow: none;}
  9. .xuanxuan-card{padding-bottom:55px;}
  10. .xuancard-actions{width: 100%;text-align: center; height: 35px; padding: 1px;}
  11. .xuancard-actions.fixed{position: fixed; background: #fff; border-top: 1px solid #eee; bottom: 0; margin-bottom: 0; z-index: 999;}