剩余模块:生产入库,销售出库

This commit is contained in:
2025-05-20 16:07:49 +08:00
parent 933ddab8f3
commit b1d8dec263
299 changed files with 38798 additions and 0 deletions

View File

@@ -0,0 +1,128 @@
body {
background: transparent;
}
.flex-center {
display: flex;
justify-content: center;
align-items: center;
}
.mask {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, .65);
}
.botton-radius {
border-bottom-left-radius: 0.9375rem;
border-bottom-right-radius: 0.9375rem;
}
.content {
position: relative;
top: 0;
width: 18.75rem;
background-color: #fff;
box-sizing: border-box;
padding: 0 1.5625rem;
font-family: Source Han Sans CN;
}
.text {
display: block;
line-height: 200px;
text-align: center;
color: #FFFFFF;
}
.content-top {
position: absolute;
top: -6.09375rem;
left: 0;
width: 18.75rem;
height: 8.4375rem;
}
.content-top-text {
font-size: 1.40625rem;
font-weight: bold;
color: #F8F8FA;
position: absolute;
top: 3.75rem;
left: 1.5625rem;
z-index: 1;
}
.content-header {
height: 2.1875rem;
}
.title {
font-size: 1.03125rem;
font-weight: bold;
color: #3DA7FF;
display: flex;
align-items: center;
/* line-height: 38px; */
}
.content-body-version {
color: #fff;
font-size: 12px;
margin-left: 5px;
padding: 2px 6px 2px 6px;
border-radius: 4px;
display: flex;
background: #50aefd;
}
.footer {
height: 4.6875rem;
display: flex;
align-items: center;
justify-content: space-around;
}
.box-des-scroll {
box-sizing: border-box;
/* padding: 0 40rpx; */
height: 6.25rem;
text-align: left;
}
.box-des {
font-size: 0.8125rem;
color: #000000;
line-height: 1.5625rem;
}
.progress-box {
width: 100%;
}
.progress {
width: 90%;
height: 1.25rem;
/* border-radius: 35px; */
}
.close-img {
width: 2.1875rem;
height: 2.1875rem;
z-index: 1000;
position: absolute;
bottom: -3.75rem;
left: calc(50% - 2.1875rem / 2);
}
.content-button {
text-align: center;
flex: 1;
font-size: 0.9375rem;
font-weight: 400;
color: #FFFFFF;
border-radius: 1.25rem;
margin: 0 0.5625rem;
height: 2.5rem;
line-height: 2.5rem;
background: linear-gradient(to right, #1785ff, #3DA7FF);
}
.flex-column {
display: flex;
flex-direction: column;
align-items: center;
}