Explorar el Código

求购列表样式微调

yangc hace 7 años
padre
commit
5e2110fbe5
Se han modificado 1 ficheros con 6 adiciones y 3 borrados
  1. 6 3
      src/main/webapp/resources/css/common.css

+ 6 - 3
src/main/webapp/resources/css/common.css

@@ -1020,13 +1020,16 @@ select {
 .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap.il-content .il-box.il-box-large .fl.size-middle .content {
 .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap.il-content .il-box.il-box-large .fl.size-middle .content {
 	width: 86px;
 	width: 86px;
 }
 }
-.seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap.il-content .il-box.il-box-small {
+/*.seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap.il-content .il-box.il-box-small {
 	width: 128px;
 	width: 128px;
-}
+}*/
 .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap.il-content .il-box.il-box-small .item {
 .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap.il-content .il-box.il-box-small .item {
 	color: #333;
 	color: #333;
-	width: 128px;
+	width: 150px;
 	margin-bottom: 8px;
 	margin-bottom: 8px;
+	overflow: hidden;
+	text-overflow: ellipsis;
+	white-space: nowrap;
 }
 }
 .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap .remain {
 .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap .remain {
 	margin-top: 24px;
 	margin-top: 24px;