chanjianjieguo.css 2.7 KB

123456789101112131415161718192021222324252627282930
  1. body{background-color: #f3f3f3;color: #333;}
  2. .cj-main .h1{height: 50px;line-height: 50px;text-align: center;font-size: 16px;}
  3. .cj-section{background-color: #fff;margin-bottom: 10px;}
  4. .cj-section .up{border-top: solid 1px #ededed;border-bottom: solid 1px #ededed;height: 45px;display: -webkit-box;-webkit-box-align: center;padding: 0px 10px;}
  5. .cj-section .up .img{width: 24px;height: 45px;background: url(../images/icon_yujianka.png) no-repeat;background-position: center;background-size:16px 20px;margin-right: 6px;}
  6. .cj-section .up .img2{width: 24px;height: 45px;background: url(../images/icon_fuchajieguo.png) no-repeat;background-position: center;background-size:16px 17px;margin-right: 6px;}
  7. .cj-section .up .text{font-size: 15px;}
  8. .cj-section .down{padding-top: 10px;border-bottom: solid 1px #ededed;}
  9. .cj-flex-1{display: -webkit-box;padding: 0px 10px 10px 10px;font-size: 14px;}
  10. .cj-flex-1 div:nth-child(1){width: 80px;}
  11. .cj-flex-1 div:nth-child(2){width: calc(100% - 80px);text-align: right;color: #666;}
  12. .cj-flex-1.wid100{display: -webkit-box;padding: 0px 10px 10px 10px;font-size: 14px;}
  13. .cj-flex-1.wid100 div:nth-child(1){width: 110px;}
  14. .cj-flex-1.wid100 div:nth-child(2){width: calc(100% - 110px);text-align: right;color: #666;}
  15. .cj-section .up.icon{background: url(../images/icon_shangla.png) no-repeat;background-position: calc(100% - 10px) center;background-size: 14px 7px;}
  16. .cj-section.active .up.icon{background: url(../images/icon_xiala.png) no-repeat;background-position: calc(100% - 10px) center;background-size: 14px 7px;}
  17. .cj-section.active .down{display: block;}
  18. .cj-position-1{position: relative;font-size: 14px;height: 32px;margin: 0px 10px;background: url(../images/line.png) repeat-x;background-size: 54px 3px;background-position: left 11px;}
  19. .cj-position-1 div:nth-child(1){background-color: #fff;position: absolute;top: 0px;left: 0px;padding-right: 10px;}
  20. .cj-position-1 div:nth-child(2){background-color: #fff;position: absolute;top: 0px;right: 0px;color: #666;padding-left: 10px;}
  21. .cj-other{display: -webkit-box;padding: 0px 10px 10px 10px;font-size: 14px;}
  22. .cj-other div:nth-child(1){width: 50px;}
  23. .cj-other div:nth-child(2){width: calc(100% - 50px);color: #666;}
  24. .cj-small-tit{font-size: 14px;margin-bottom: 6px;color:#555;}
  25. .cj-menu{width: 60px;height: 60px;background: url(../images/icon-zhankai.png) no-repeat;background-position: center;background-size: contain;position: fixed;z-index: 9;right: 20px;top: 68px;}
  26. .mui-content{background-color: #f3f3f3;}
  27. .mui-off-canvas-right{width: 200px;background-color: #fff;text-align: center;border-left: solid 1px #ededed;}
  28. .cj-li{height: 60px;line-height: 59px;border-bottom:solid 1px #ededed;font-size: 16px;color: #333;}
  29. .cj-li.active{color: #17B3EC;}
  30. .mui-inner-wrap{height: calc(100% - 45px)!important;}