| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- #public .com_title{width: 100%;margin: 0px auto;height: 40px;line-height: 40px;font-size: 14px;color: #323232;background: #f5f5f5;}
- #public .com_title font{color: #327ebe;}
- #public .com_title .search{position: relative;}
- #public .com_title .search input{width: 300px;padding-left: 10px;height: 36px;background: #fff;float: left;vertical-align: middle;border: #3578ba 1px solid;font-size: 14px;text-align: center;padding-right: 85px;line-height: 36px;}
- #public .com_title .search a.seek{vertical-align: middle;display: inline-block;line-height: 36px;text-align: center;height: 36px;width: 85px;border-left: 0;background: #3578ba;color: #fff;text-align: center;font-size: 16px;float: right;border: #3578ba 1px solid;position: absolute;right: 0;}
- #public .com_title .search a.seek:hover{background: #1f6199;color: #fff;}
- .fl{float: left;}
- .fr{float: right;}
- /*切换导航*/
- #public .menu{background: #fff;padding: 0;border-bottom: #e8e8e8 1px solid;}
- #public .menu .btn-group{width: 100px;border: none;height: 45px;}
- #public .menu .row{height: 40px;line-height: 40px;}
- #public .menu .btn-group > .btn-info{border-bottom: #000 1px solid;}
- #public .menu .btn-group .btn{color: #000;}
- #public .menu .btn-group .btn-info{color: #d32526;background: #fff;border-bottom: #d32526 2px solid !important;}
- #public .menu .btn-group .btn{border: none;font-size: 16px;font-family: "Microsoft YaHei", "微软雅黑";}
- #public .menu .btn-group .btn em{color: #d32526;font-style: inherit;}
- #public .menu .btn-group .btn:hover{background: #fff;color: #d32526;}
- #public #topSearch{font-size: 16px;}
- #public .form-group-sm .form-control{height: 36px;line-height: 36px;border: #327ebe 1px solid;border-radius: 0px;font-size: 14px;}
- #public .search-bg .col-xs-6{/*margin-left: 90px;*/}
- #public .search-bg .input-group-addon{width: 70px;height: 36px;display: inline-block;background: #327ebe;font-size: 16px;text-align: center;line-height: 36px;color: #fff;padding: 0;border: none;border-radius: 0;position: absolute;top: 0;right: 0;}
- #public .order-table .header th,#public .inquiry-table .header th{height: 40px;line-height: 40px;background: none;font-size: 14px;}
- #public .order-table .order-hd,#public .inquiry-table .inquiry-hd{font-size: 14px;}
- #public .order-table .order-hd{ line-height: normal;}
- #public .order-table .order-bd,#public .inquiry-table .inquiry-bd{height: 100px;}
- #public .order-table .order-bd .product,#public .inquiry-table .inquiry-bd .product{line-height: 30px;font-size: 14px;}
- .height10{width: 100%;height: 10px;background: #f5f5f5;}
- #public .order-table .order-bd>td,#public .inquiry-table .inquiry-bd>td{ font-size: 14px;}
- #public .order-table,#public .inquiry-table{ background: #fff; }
- /*购物车*/
- #public .cart-table .header th{height: 40px;line-height: 40px;background: none;font-size: 14px;}
- #public .cart-table .cart-hd{font-size: 14px;}
- #public .cart-table .cart-bd{height: 100px;}
- #public .cart-table .cart-bd .product{line-height: 30px;font-size: 14px;}
- #public .cart-table .cart-bd>td{ font-size: 14px;}
- #public .cart-table{background: #fff;}
- #public .toolbar-top{font-size: 14px;}
- .com-text-1{
- font-size: 14px;
- margin-left: 20px;
- }
- .pub-com_head {
- width: 100%;
- height: 40px;
- line-height: 44px;
- background: url("../img/approvalFlow/comm_bg01.png") no-repeat left;
- background-color: #f5f5f5;
- background-size: 100% 100%;
- }
- .pub-com_head span {
- margin-left: 30px;
- color: #000;
- font-size: 14px;
- }
- .pub-com_head .p-right{
- float: right;
- }
- .pub-com_head .p-right a{
- color: #3a89d1;
- font-size: 14px;
- margin-right: 20px;
- }
- .pub-com_head .p-right a:hover{
- color: #d32526;
- text-decoration: underline;
- }
- #public .condition .toggle{
- font-size: 14px;
- }
- #public .search-bg .col-xs-6{
- width: 40%;
- padding: 0;
- }
- #public .search-bg #topSearch{
- width: 47%;
- }
- #public .toolbar-top .text-center .text-simple{
- color: #3a89d1;
- font-size: 14px;
- }
- #public #bg-white,#public #bg-white .search-bg{
- background: #f5f5f5;
- }
|