index.wxss 753 B

1234567891011121314
  1. #header{position: fixed;top:0;left: 0;right: 0;bottom: 0;z-index: 1;height: 100%;background-repeat:no-repeat;}
  2. #header image{width: 100%;}
  3. .error {margin: 50% 0px;}
  4. /*栏目Tab*/
  5. .tab{height:45px;position: fixed;top: 0px;left: 0px;z-index:200;white-space: nowrap;box-sizing: border-box;overflow: hidden;}
  6. .tab .tabs{display: inline-block;width: 20%;text-align: center;font-size: 30rpx;line-height:40rpx;color: #FFF}
  7. .tab .times{opacity:0.6;}
  8. .tab .times.action{opacity:1;}
  9. .tab .times.action .house{font-size:45rpx;color: #FFF;font-weight:500}
  10. .tab .times .house{font-size: 35rpx;}
  11. .tab .times .state{font-size: 26rpx;}
  12. /* 正文呢日 */
  13. .body{position:absolute;left:0;right:0;z-index:2;padding:10px;box-sizing: border-box;}
  14. .card{margin-bottom:10px;}