This commit is contained in:
2023-03-24 17:18:00 +08:00
parent 10a055cf4a
commit b2d6a975dc
9 changed files with 139 additions and 147 deletions

View File

@@ -12,48 +12,48 @@
-moz-osx-font-smoothing: grayscale;
}
.delete_icon {
width: 40rpx;
height: 40rpx;
font-size: 40rpx;
line-height: 40rpx;
width: 30px;
height: 35px;
font-size: 20px;
line-height: 35px;
color: #bbb;
}
.delete_icon::after {
content: '\e632';
}
.eye_colse_icon {
width: 40rpx;
height: 40rpx;
font-size: 40rpx;
line-height: 40rpx;
width: 30px;
height: 35px;
font-size: 20px;
line-height: 35px;
color: #bbb;
}
.eye_colse_icon::after {
content: '\e7b2';
}
.eye_open_icon {
width: 40rpx;
height: 40rpx;
font-size: 40rpx;
line-height: 40rpx;
color: #bbb;
width: 30px;
height: 35px;
font-size: 20px;
line-height: 35px;
color: #D7592F;
}
.eye_open_icon::after {
content: '\e7b2';
content: '\e60a';
}
.scan_icon {
width: 80rpx;
height: 80rpx;
font-size: 70rpx;
line-height: 80rpx;
width: 30px;
height: 30px;
font-size: 30px;
line-height: 35px;
color: #D7592F;
}
.scan_icon::after {
content: '\e607';
}
.icon-check {
width: 44rpx;
height: 44rpx;
width: 30px;
height: 30px;
background-color: #fff;
border-radius: 50%;
margin: 0 auto;

View File

@@ -18,30 +18,30 @@ uni-button:after {
background-color: #f5f5f5;
}
.search-confirm-wrap {
width: calc(100% - 60rpx);
width: calc(100% - 30px);
background-color: #fff;
margin: 30rpx auto;
border-radius: 12rpx;
padding-bottom: 30rpx;
margin: 15px auto;
border-radius: 12px;
padding-bottom: 15px;
}
.search-wrap{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
padding: 0 30rpx;
padding: 0 15px;
}
.search-item{
display: flex;
justify-content: space-between;
width: 48%;
margin-top: 30rpx;
margin-top: 15px;
}
.search-label{
width: 160rpx;
height: 86rpx;
font-size: 32rpx;
line-height: 86rpx;
width: 70px;
height: 35px;
font-size: 16px;
line-height: 35px;
color: #323232;
text-align: justify;
text-align-last: justify;
@@ -54,58 +54,51 @@ uni-button:after {
visibility: hidden;
}
.filter_input_wraper {
width: calc(100% - 200rpx);
height: 86rpx;
line-height: 86rpx;
}
.uni-select {
font-size: 32rpx !important;
height: 86rpx !important;
}
.uni-select__input-placeholder {
font-size: 32rpx !important;
width: calc(100% - 100px);
height: 35px;
line-height: 35px;
}
.search-input{
width: calc(100% - 200rpx);
height: 86rpx;
line-height: 86rpx;
font-size: 32rpx;
width: calc(100% - 10px);
height: 35px;
line-height: 35px;
font-size: 14px;
color: #606266;
border: 1px solid #d1d1d1;
border-radius: 8rpx;
text-indent: 40rpx;
border-radius: 4px;
text-indent: 10px;
}
.search-input-l {
width: 100%;
height: 86rpx;
line-height: 86rpx;
font-size: 32rpx;
height: 35px;
line-height: 35px;
font-size: 14px;
color: #606266;
border: 1px solid #d1d1d1;
border-radius: 8rpx;
text-indent: 40rpx;
padding-right: 30rpx;
border-radius: 4px;
text-indent: 10px;
padding-right: 10px;
}
.confirm-button-wrap{
display: flex;
justify-content: flex-end;
width: 100%;
height: 86rpx;
line-height: 86rpx;
margin-top: 30rpx;
padding: 0 30rpx;
height: 35px;
line-height: 35px;
margin-top: 15px;
padding: 0 15px;
}
.confirm-button{
margin-left: 30rpx !important;
margin-left: 15px !important;
margin-right: 0 !important;
background-color: #D7592F;
color: #fff;
line-height: 86rpx;
line-height: 35px;
}
.grid-wrap{
width: 100%;
height: calc(100% - 410rpx); /** 88+ 30*5+ 86*2 */
padding: 0 30rpx 30rpx 30rpx;
height: calc(100% - 187px); /** 42+ 15*5+ 35*2 */
padding: 0 15px 15px 15px;
overflow-y: scroll;
}
.grid-table{
@@ -116,55 +109,55 @@ uni-button:after {
text-align: center;
}
.grid-table thead tr th{
font-size: 26rpx;
line-height: 86rpx;
padding: 0 10rpx;
font-size: 15px;
line-height: 35px;
padding: 0 5px;
background-color: #e1e1e1;
}
.grid-table thead tr th:first-child{
border-top-left-radius: 12rpx;
border-top-left-radius: 12px;
}
.grid-table thead tr th:last-child{
border-top-right-radius: 12rpx;
border-top-right-radius: 12px;
}
.grid-table th, .grid-table td {
color: #464646;
background-color: #fff;
border-right: 2rpx solid #e1e1e1;
border-bottom: 2rpx solid #e1e1e1;
border-right: 1px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1;
}
.grid-table th:first-child, .grid-table td:first-child{
border-left: 2rpx solid #e1e1e1;
border-left: 1px solid #e1e1e1;
}
.grid-table td {
height: 88rpx;
line-height: 44rpx;
font-size: 24rpx;
padding: 0 10rpx;
height: 35px;
line-height: 35px;
font-size: 15px;
padding: 0 5px;
}
.status-wrap {
width: 48%;
height: 86rpx;
padding: 0 30rpx;
height: 35px;
padding: 0 15px;
display: flex;
justify-content: flex-end;
align-items: center;
margin-top: 30rpx;
margin-top: 15px;
}
.status-item {
display: flex;
align-items: center;
margin-left: 20rpx;
margin-left: 10px;
}
.status-icon {
width: 40rpx;
height: 40rpx;
border-radius: 4rpx;
margin-right: 10rpx;
width: 20px;
height: 20px;
border-radius: 4px;
margin-right: 10px;
}
.status-txt {
font-size: 32rpx;
line-height: 86rpx;
font-size: 16px;
line-height: 35px;
color: #323232;
}
.bg-gray {
@@ -185,36 +178,36 @@ uni-button:after {
justify-content: flex-start;
align-content: flex-start;
align-items: flex-start;
width: calc(100% - 60rpx);
height: calc(100% - 324rpx);/** 88+30*4+86 */
margin: 30rpx auto;
padding: 30rpx 30rpx 0 30rpx;
width: calc(100% - 30px);
height: calc(100% - 137px);/** 42+15*4+35 */
margin: 15px auto;
padding: 15px 15px 0 15px;
overflow-y: auto;
background-color: #fff;
border-radius: 12rpx;
border-radius: 12px;
}
.material-item {
width: 8.2%;
margin-right: 2%;
margin-bottom: 30rpx;
padding: 15rpx 15rpx;
border-radius: 12rpx;
margin-bottom: 15px;
padding: 5px;
border-radius: 12px;
}
.material-item:nth-child(10n) {
margin-right: 0;
}
.material-title {
font-size: 32rpx;
line-height: 45rpx;
height: 45rpx;
font-size: 16px;
line-height: 35px;
height: 35px;
text-align: center;
color: #fff;
overflow: hidden;
}
.material-spec {
font-size: 32rpx;
line-height: 45rpx;
height: 90rpx;
font-size: 16px;
line-height: 26px;
height: 52px;
text-align: center;
color: #fff;
overflow: hidden;