highTech.css 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. .basic_nav{margin-bottom: 50px; overflow: auto;}
  2. .basic_nav li{width: 200px; height: 35px; line-height: 35px; text-align: center; margin-right: 66px;color: #647fc8; background: #f0f7ff; border-radius: 20px; float: left;}
  3. .basic_nav li:last-child{margin-right: 0;}
  4. .basic_nav li.active{background: #58a3ff;color: #fff; }
  5. .red{color: red;}
  6. .basic_info{margin-bottom: 60px;}
  7. .basic_content input{height: 38px;}
  8. .form-group{margin-bottom: 36px;}
  9. .posi{position: relative;}
  10. .posi span{position: absolute; bottom: -25px; color: red;}
  11. .posi span img{margin-right: 10px;}
  12. label{font-size: 16px; font-weight: inherit;}
  13. .nextBtn{width: 153px; height: 43px;font-size: 18px; color: #58a3ff; border-color: #58a3ff;}
  14. .nextBtn:hover{color: #fff;border-color: #fff; background-color: #58a3ff;}
  15. .finance_content input{height: 38px;}
  16. .finance_title{text-align: center; margin-bottom: 10px;}
  17. .ipr_nav{overflow: auto;}
  18. .ipr_nav li{width:140px; font-size: 24px;height: 50px; padding-bottom: 15px; font-family: "宋体"; text-align: center; float: left;border-bottom: 1px solid #ececec;}
  19. .ipr_nav li:last-child{width: 580px;}
  20. .ipr_nav li:hover,.ipr_nav li.active{border-bottom: 2px solid #58a3ff; }
  21. .ipr_nav li:hover a,.ipr_nav li.active a{color: #58a3ff;}
  22. .ipr_nav li:last-child:hover{border-bottom: 2px solid #ececec;}
  23. .ipr_title{text-align: center; margin-bottom: 10px!important;margin-top: 40px; color: red;}
  24. .ipr_content .form-group{overflow: auto; margin-bottom: 20px;}
  25. .ipr_content label{padding-right: 0; text-align: right;}
  26. .sum{height: 26px; border-bottom: 1px solid #d8d8d8; display: inherit;}
  27. #tab3 .checkbox{margin: 60px 0 30px 20px;}
  28. #tab3 .checkbox-inline{margin: 0 0 60px 28px;}
  29. #tab3 button{margin-left: 28px;}
  30. .rd_content .checkbox-inline input[type="radio"]{margin: 30px 0 50px 0;}
  31. .rd_content .checkbox-inline{font-size: 14px;}
  32. .rd_content .radio{padding: 0 0 20px 20px;}
  33. .rd_content .radio:last-child{padding-bottom: 0;}
  34. .rd_content .radio label{font-size: 14px;}
  35. .rd_content .radio input[type="radio"]{margin-bottom: 20px;}
  36. .rd_content .radioGroup{margin: 28px 0 50px 0;}
  37. .rd_content .nextBtn{color: #fff;border-color: #fff; background-color: #58a3ff;}
  38. footer{height: 122px; background: #3c3d43; text-align: center; line-height: 122px;}