You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

83 lines
1.4 KiB

  1. /*Author:fuhc
  2. Date:20161014
  3. 选择产品*/
  4. .select_product_box{
  5. /*width: 1100px;
  6. margin: 40px 0px 40px 40px;*/
  7. }
  8. .com_line_product_box{
  9. width: 1200px;
  10. margin: 40px 0px 40px 40px;
  11. }
  12. .type_btn_cur{
  13. position: relative;
  14. top: 1px;
  15. background: white;
  16. }
  17. .product_content{
  18. /*width: 1100px;*/
  19. border-bottom: 1px solid #CCCCCC;}
  20. .top_line{
  21. width: 100px;
  22. height: 35px;
  23. display: inline-block;
  24. line-height: 35px;
  25. text-align: center;
  26. cursor: pointer;
  27. border-top-left-radius: 5px;
  28. border-top-right-radius: 5px;
  29. border-top: 1px solid #CCCCCC;
  30. border-right: 1px solid #CCCCCC;
  31. border-left: 1px solid #CCCCCC;
  32. }
  33. .middle{
  34. border: 2px solid lightgray;
  35. /*width: 1100px;*/
  36. height: 80px;
  37. margin-top: 20px;
  38. }
  39. input:focus {
  40. border: 1px solid orange!important;
  41. outline: none!important;
  42. }
  43. .search_btn{
  44. width: 80px;
  45. height: 28px;
  46. text-align: center;
  47. margin-left: 20px;/*45*/
  48. border: 1px solid rgb(204,204,204);
  49. display: inline-block;
  50. line-height: 28px;
  51. background-color: lightgray;
  52. cursor: pointer;
  53. }
  54. .bulk {
  55. display: inline-block;
  56. padding: 15px 20px 15px 0;
  57. width: 30%;
  58. }
  59. .bulk-info {
  60. display: none;
  61. width: 100%;
  62. height: auto;
  63. }
  64. .pageDiv {
  65. display: inline-block;
  66. float: right;
  67. }
  68. .bulk input,.bulk a{
  69. display: inline-block;
  70. width: 155px;
  71. }
  72. .bulk a {
  73. margin-left: 15px;
  74. }
  75. .line_title {
  76. width: 80%;
  77. }