jc-xuanzefangan.css 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .mb-head{background-color: #fff;padding: 10px 0px 10px 0px;color: #333;font-size: 14px;text-align: center;border-bottom: solid 1px #dcdcdc;}
  2. .mb-tag{display: -webkit-box;width: 100%;}
  3. .mb-tag li{width: 50%;position: relative;}
  4. .mb-tag li .line{position: absolute;right: 0px;top: 0px;width: 1px;height: 24px;background-color: #ececec;}
  5. .mb-tag li.active{color: #17B3EC;}
  6. .mb-tag li div:nth-child(1){font-size: 16px;}
  7. .fa-one{background-color: #fff;margin-top: 10px;border-top: solid 1px #dcdcdc;}
  8. .fa-one:last-child{margin-bottom: 10px;}
  9. .fa-up{padding: 10px;border-bottom: solid 1px #dcdcdc;background: url('../images/icon_down.png') no-repeat;background-position: calc(100% - 10px) center;background-size:17px 9px;}
  10. .fa-up div:nth-child(1){font-size: 16px;color: #333;margin-bottom: 5px;}
  11. .fa-up div:nth-child(2){font-size: 12px;color: #999;}
  12. .fa-up.active{background: url('../images/icon_up.png') no-repeat;background-position: calc(100% - 10px) center;background-size:17px 9px;}
  13. .fa-down{padding: 10px;width: 100%;border-bottom: solid 1px #dcdcdc;}
  14. table{width: 100%;}
  15. .fa-down td{width:12.5%;height: 40px;text-align: center;vertical-align: middle;border: solid 1px #dcdcdc;font-size: 14px;color: #666;}
  16. .fa-down tr td:first-child{background-color: #f2f4f6;}
  17. .fa-down tr:nth-child(1) td{background-color: #f2f4f6;}
  18. .fa-down tr:nth-child(2) td{background-color: #f2f4f6;}
  19. .fa-down.no-bco tr:nth-child(2) td{background-color: #fff;}
  20. .fa-down.no-bco tr:nth-child(2) td:nth-child(1){background-color: #f2f4f6;}
  21. .fa-down td.active{background: url('../images/round.png') no-repeat;background-size: 16px 16px;background-position: center;}
  22. .fa-switch{padding: 15px 0px;border-bottom: solid 1px #efefef;position: relative;}
  23. .fa-switch.no-line{border-bottom: none;}
  24. .fa-switch div:nth-child(1){font-size: 16px;color: #333;}
  25. .fa-switch div:nth-child(2){width:48px;height:32px;position: absolute;right: 0px;top: 13px;background: url('../images/toggle_off.png') no-repeat;background-size: contain;}
  26. .fa-switch div:nth-child(2).active{background: url('../images/toggle_on.png') no-repeat;background-size: contain;}
  27. .fa-btns{width: 250px;margin: 0 auto;display: flex;display: -webkit-flex;padding: 15px 0px 5px;justify-content: center;}
  28. .fa-btns div{width: 100px;height: 38px;font-size: 16px;line-height: 37px;text-align: center;border-radius: 5px;}
  29. .fa-btns div:nth-child(1){background-color: #37a6ec;color: #fff;}
  30. .fa-btns div:nth-child(2){background-color: #fff;color: #37a6ec;border: solid 1px #37A6EC;margin-left: 49px;}
  31. .fa-foot{position: fixed;bottom:0px;width: 100%;height: 50px;line-height: 49px;font-size: 16px;color: #17B3EC;text-align: center;background-color: #fff;border-top: solid 1px #dcdcdc;}
  32. .add-save{position: absolute;right: 13px;top: 0; color:#FFFFFF;}
  33. .xt-name{margin-top: 10px;padding:0px 10px;border-top: solid 1px #dcdcdc;border-bottom: solid 1px #dcdcdc;background-color: #fff;}
  34. .xt-name input{font-size: 14px;color: #333;margin-bottom: 0px;border: none;padding: 0px;}
  35. .xt-name textarea{font-size: 14px;color: #333;margin-bottom: 0px;border: none;padding: 10px 0px 10px 0px;}
  36. .xt-thead{font-size: 14px;color: #999;margin-bottom: 8px;}
  37. .xt-notice{font-size: 12px;color: #999;}
  38. .detele-btn{width: 90%;margin: 0 auto;background-color: #fff;color: #FF4C4C;height: 40px;line-height: 39px;text-align: center;border-radius: 6px;font-size: 16px;border: solid 1px #ececec;margin-top:30px ;}
  39. .date-sel input{font-size: 14px;color: #333;margin-bottom: 0px;border: none;padding: 0px;text-align: center;color: #17B3EC;height: 20px;}
  40. .date-sel{padding-top: 4px;}