xinxicaiji.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. body{background-color: #f3f3f3;font-size: 14px;}
  2. .xc-ul{margin-top: 10px;border-top: solid 1px #dcdcdc;border-bottom: solid 1px #dcdcdc;background-color: #fff;color: #333;font-size: 15px;}
  3. .xc-li{border-bottom: solid 1px #ededed;display: -webkit-box;-webkit-box-align: center;padding: 0px 10px;position: relative;min-height: 42px;}
  4. .dl-input-icon{ font-size: 20px; position: absolute; z-index: 1; top: 11px;right: 0;width: 24px;height: 38px;text-align: center;color: #999; font-family: Muiicons;font-weight: 400;font-style: normal;line-height: 1;display: inline-block;text-decoration: none;-webkit-font-smoothing: antialiased; }
  5. .dl-input-icon:before{content: '\e583';}
  6. .xc-li .key{width: 100px;}
  7. .xc-li .info{width: calc(100% - 100px);}
  8. .xc-li.long .key{width: 135px;}
  9. .xc-li.long .info{width: calc(100% - 135px);}
  10. input[type="text"]{ line-height: inherit; height: auto; margin-bottom: 0px; padding: 10px 20px 10px 0px; border: none; border-radius: 0; outline: 0; background-color: #fff; -webkit-appearance: none;color: #666!important;font-size: 15px;text-align: right; }
  11. .xc-li-more{padding:0px 10px;border-bottom: solid 1px #ededed;}
  12. .xc-radio{display: -webkit-box;-webkit-box-align: center;margin-top: 10px;margin-bottom: 10px;}
  13. .xc-radio .name{font-size: 15px;width: 100px;}
  14. .xc-radio .one{display: -webkit-box;-webkit-box-align: center;font-size: 15px;margin-right: 20px;}
  15. .xc-radio .one div:nth-child(1){width: 20px;height: 20px;background: url(../images/gouxuan_hui_btn.png);background-size: contain;margin-right: 3px;}
  16. .xc-radio .one.active div:nth-child(1){background: url(../images/gouxuan_lanse_pre.png);background-size: contain;}
  17. .xc-li-radio .child{display: -webkit-box;-webkit-box-align: center;font-size: 15px;color: #666;height: 34px;margin-bottom: 3px;}
  18. .xc-li-radio .child div:nth-child(1){width: 20px;height: 20px;background: url(../images/dianxuan_btn.png);background-size: contain;margin-right: 10px;}
  19. .xc-li-radio .child.active div:nth-child(1){background: url(../images/dianxuan_lanse_pre.png);background-size: contain;}
  20. .xc-li-radio{padding: 0px 0px 10px 20px;}
  21. .xc-li-radio .other{ display: block; width:calc(100% - 110px); height: auto; margin-bottom: 0px; padding: 5px 10px 5px 10px; border: solid 1px #ededed; border-radius: 5px; color: #666!important; font-size: 15px; text-align: left; }
  22. .xc-li-radio .child .w80{width: 80px;}
  23. .xc-li-radio .longer .other{width:100%;}
  24. .xc-li-radio .longer{padding-left: 80px;}
  25. .xc-li-radio.small{padding: 10px 0px 10px 10px;}
  26. .xc-li-radio .child2 div:nth-child(1){width: 130px;}
  27. .xc-li-radio .child2 .info{width: calc(100% - 130px);}
  28. .xc-li-more:last-child{border-bottom: none;}
  29. .xc-li-radio .child2{display: -webkit-box;-webkit-box-align: center;font-size: 15px;color: #666;height: 34px;margin-bottom: 3px;}
  30. .xc-li-radio .child2 input[type="text"]{border: solid 1px #ededed;border-radius: 5px;padding: 5px 10px 5px 10px;text-align: left;background: url(../images/icon_shangla.png) no-repeat;background-size: 15px 8px;background-position: calc(100% - 10px) center;}
  31. .jm-foot{margin-top: 20px;margin-bottom: 20px;padding: 0px 10px;}
  32. .jm-btn{width: 100%;height: 40px;line-height: 40px;text-align: center;font-size: 16px;color: #fff;background-color: #74bf00;border-radius: 5px;}
  33. input[type="text"].c-hide{display: none;}
  34. .mbsc-ios .dw-msel:before { font-size: 26px!important; }
  35. .dw-i{font-size: 20px;}
  36. input::-webkit-input-placeholder{font-size: 15px;color: #999;}