原料出库

This commit is contained in:
2024-03-11 18:07:25 +08:00
parent 9a7587f80f
commit 6aafccdf0c
8 changed files with 182 additions and 38 deletions

View File

@@ -71,7 +71,7 @@ uni-button:after {
height: 80rpx;
font-size: 48rpx;
line-height: 80rpx;
color: #323232;
color: #4e6ef2;
text-align: center;
}
.icon_phone {
@@ -309,7 +309,7 @@ uni-button:after {
border-radius: 10rpx;
}
.slide_new table tbody tr td.fontcol1 {
color: #007de7;
color: #4e6ef2;
}
.slide_new table tbody tr td.fontcol2 {
color: #000;
@@ -319,16 +319,18 @@ uni-button:after {
line-height: 30rpx;
padding: 8rpx 20rpx;
border-radius: 8rpx;
background-color: #F60;
color: #fff;
}
.slide_new table tbody tr td .fontbg1 {
background-color: #cfd2d4;
color: #5e5d5d;
}
.slide_new table tbody tr td .fontbg3 {
.slide_new table tbody tr td .fontbg2 {
background-color: #96f3b8;
color: #36744c;
}
.slide_new table tbody tr td .fontbg4 {
.slide_new table tbody tr td .fontbg3 {
background-color: #f3ccb5;
color: #ff5e00;
}