open.css 1.6 KB

1234567891011121314151617181920212223242526
  1. *{padding:0px;margin:0px;font-family:微软雅黑}
  2. ul,li,ol{list-style-type:none;}
  3. .clearfix:after{clear:both;overflow:hidden;content:"";display:block;}
  4. input ,button{outline:none;}
  5. .position-r{position:relative}
  6. .fl{float:left;}
  7. .fr{float:right;}
  8. .mt5{margin-top:5px;}
  9. .mt10{margin-top:10px;}
  10. .mt20{margin-top:20px;}
  11. .ml15{margin-left:15px;}
  12. .mr15{margin-right:15px;}
  13. .font_bold{font-weight:bold;}
  14. .choseImg{cursor:pointer;}
  15. .ttd,.formula{display: none; background:url(../images/back-d.png) center repeat;width:100%;height:100%;position:fixed;top:0px;z-index:999;}
  16. .s-state{width:500px;/*height:260px;*/background:#fff;margin:12% auto 0 auto;}
  17. .hint_size{height:50px;width:100%;background:#50d2c2;color:#fff;line-height:50px;}
  18. .mistake_character{/*height:210px;*/text-align:center;color:#606060;font-size:18px;padding-top:55px; padding-bottom: 20px;}
  19. .mistake_character .cont{max-height: 200px;overflow: auto;}
  20. .roger{width:100px;height:40px;border:1px solid #50d2c2;background:#50d2c2;color:#fff;font-size:16px;cursor:pointer;}
  21. #back-to-top{position: fixed;bottom:100px;right: 50px; width: 36px;height: 36px;background:url(../images/sprit.png) no-repeat -356px -23px;z-index: 999;display: none;}
  22. #back-to-top:hover{background:url(../images/sprit.png) no-repeat -393px -23px;z-index: 999;}
  23. .demo-version{position: absolute;right: -49px;top: -30px;width: 100px;height: 72px;opacity: .4;/*background: url(../images/sprit.png) no-repeat -256px 0;*/}
  24. .ellipsis{display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
  25. .btns a{display:inline-block;margin:0 5px;line-height:40px;}
  26. .btns a:nth-child(2){background-color: #c9c9c9;border:1px solid #c9c9c9;}