|
- /*Author:fuhc
- Date:20161014
- 选择产品*/
- .select_product_box{
- /*width: 1100px;
- margin: 40px 0px 40px 40px;*/
- }
- .com_line_product_box{
- width: 1200px;
- margin: 40px 0px 40px 40px;
- }
- .type_btn_cur{
- position: relative;
- top: 1px;
- background: white;
- }
- .product_content{
- /*width: 1100px;*/
- border-bottom: 1px solid #CCCCCC;}
- .top_line{
- width: 100px;
- height: 35px;
- display: inline-block;
- line-height: 35px;
- text-align: center;
- cursor: pointer;
- border-top-left-radius: 5px;
- border-top-right-radius: 5px;
- border-top: 1px solid #CCCCCC;
- border-right: 1px solid #CCCCCC;
- border-left: 1px solid #CCCCCC;
- }
- .middle{
- border: 2px solid lightgray;
- /*width: 1100px;*/
- height: 80px;
- margin-top: 20px;
- }
- input:focus {
- border: 1px solid orange!important;
- outline: none!important;
- }
- .search_btn{
- width: 80px;
- height: 28px;
- text-align: center;
- margin-left: 20px;/*45*/
- border: 1px solid rgb(204,204,204);
- display: inline-block;
- line-height: 28px;
- background-color: lightgray;
- cursor: pointer;
- }
-
- .bulk {
- display: inline-block;
- padding: 15px 20px 15px 0;
- width: 30%;
- }
-
- .bulk-info {
- display: none;
- width: 100%;
- height: auto;
- }
-
- .pageDiv {
- display: inline-block;
- float: right;
- }
- .bulk input,.bulk a{
- display: inline-block;
- width: 155px;
- }
-
- .bulk a {
- margin-left: 15px;
- }
-
- .line_title {
- width: 80%;
- }
|