|
|
@@ -30,9 +30,11 @@
|
|
|
label[disabled] {
|
|
|
cursor: not-allowed;
|
|
|
}
|
|
|
+
|
|
|
.pro_management .com_tab ul li {
|
|
|
margin-left: 0px;
|
|
|
- position: relative
|
|
|
+ position: relative;
|
|
|
+ width: auto
|
|
|
}
|
|
|
.pro_management .com_tab:nth-of-type(1) ul li::after{
|
|
|
background: url('static/img/vendor/images/downicon.png');
|
|
|
@@ -61,6 +63,9 @@
|
|
|
margin-left: 0px;
|
|
|
color: #fff
|
|
|
}
|
|
|
+ .pro_management .com_tab ul.distance li a{
|
|
|
+ padding: 0 5px;
|
|
|
+ }
|
|
|
.com_tab ul li.down-goods span:hover {
|
|
|
cursor: pointer;
|
|
|
text-decoration: underline;
|
|
|
@@ -950,7 +955,7 @@
|
|
|
}
|
|
|
/*限制非标和标准数量显示过多换行的问题*/
|
|
|
.com_tab2 ul.distance li {
|
|
|
- width: 120px;
|
|
|
+ min-width: 120px;
|
|
|
height: 40px;
|
|
|
line-height: 12px;
|
|
|
text-align: center;
|
|
|
@@ -961,8 +966,12 @@
|
|
|
.com_tab ul.distance li:first-child {
|
|
|
margin-right: 0px;
|
|
|
}
|
|
|
+ .com_tab ul li a {
|
|
|
+ min-width: 110px;
|
|
|
+ width: auto;
|
|
|
+ }
|
|
|
.com_tab ul.distance li a.standard{
|
|
|
- width: 120px;
|
|
|
+ min-width: 120px;
|
|
|
color: #666;
|
|
|
line-height: 40px;
|
|
|
border-top: 3px solid #fff
|