no commit message
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
|
||||
#tablePanel .action-show {
|
||||
background: url('../js/easyui-1.3.5/themes/icons/list.png') no-repeat left center;
|
||||
padding: 0 8px 0 20px;
|
||||
}
|
||||
|
||||
#tablePanel .action-edit {
|
||||
@@ -24,28 +23,3 @@
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
#depotHeadFM .price-list {
|
||||
width:110px;
|
||||
float:left;
|
||||
position:absolute;
|
||||
border:1px solid #95B8E7;
|
||||
}
|
||||
|
||||
#depotHeadFM .price-list ul{
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
#depotHeadFM .price-list ul li{
|
||||
list-style: none;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
#depotHeadFM .price-list ul li:hover{
|
||||
background-color: #e9f1fc;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
107
src/main/webapp/css/in_out.css
Normal file
107
src/main/webapp/css/in_out.css
Normal file
@@ -0,0 +1,107 @@
|
||||
/*价格*/
|
||||
#depotHeadFM .price-list {
|
||||
width:110px;
|
||||
float:left;
|
||||
position:absolute;
|
||||
border:1px solid #95B8E7;
|
||||
}
|
||||
|
||||
#depotHeadFM .price-list ul{
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
#depotHeadFM .price-list ul li{
|
||||
list-style: none;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
#depotHeadFM .price-list ul li:hover{
|
||||
background-color: #e9f1fc;
|
||||
}
|
||||
|
||||
/*零售*/
|
||||
#depotHeadFM .retail-amount tr td{
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#depotHeadFM .retail-amount tr td input{
|
||||
width: 225px;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
font-size: 24px;
|
||||
border-color: #878787;
|
||||
border-style: solid;
|
||||
border-top-width: 0px;
|
||||
border-right-width: 0px;
|
||||
border-bottom-width: 1px;
|
||||
border-left-width: 0px
|
||||
}
|
||||
|
||||
#depotHeadFM .retail-amount .change-amount{
|
||||
color:purple;
|
||||
}
|
||||
|
||||
#depotHeadFM .retail-amount .get-amount{
|
||||
color:red;
|
||||
}
|
||||
|
||||
#depotHeadFM .retail-amount .back-amount{
|
||||
color: green;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#depotHeadDlgShow .retail-amount-show tr td{
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#depotHeadDlgShow .retail-amount-show .change-amount-show{
|
||||
color:purple;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
#depotHeadDlgShow .retail-amount-show .get-amount-show{
|
||||
color:red;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
#depotHeadDlgShow .retail-amount-show .back-amount-show{
|
||||
color: green;
|
||||
text-align: right;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
/*计量单位*/
|
||||
#depotHeadFM .unit-list {
|
||||
width:68px;
|
||||
float:left;
|
||||
position:absolute;
|
||||
border:1px solid #95B8E7;
|
||||
}
|
||||
|
||||
#depotHeadFM .unit-list ul{
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
#depotHeadFM .unit-list ul li{
|
||||
list-style: none;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
#depotHeadFM .unit-list ul li:hover{
|
||||
background-color: #e9f1fc;
|
||||
}
|
||||
|
||||
#depotHeadDlg .org-list{
|
||||
float: left;
|
||||
width:135px;
|
||||
}
|
||||
|
||||
#depotHeadDlg .add-org-btn{
|
||||
float: left;
|
||||
width:30px;
|
||||
padding: 2px;
|
||||
}
|
||||
11
src/main/webapp/css/material.css
Normal file
11
src/main/webapp/css/material.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.first-select-unit{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.price-list {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.price-list input{
|
||||
width: 120px;
|
||||
}
|
||||
Reference in New Issue
Block a user