#
zhou zhou
7 天以前 bccdb8f81c07c8a9cdcd6838173dfd1c73c98d90
static/css/wms.css/wms.css
@@ -2,32 +2,39 @@
   display: flex;
   min-height: 80rpx;
   background-color: #FFF;
   margin-top: 20rpx;
   box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
   margin: 20rpx 20rpx;
   border-radius: 20rpx;
   box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.list:first-child {
   margin-top: 310rpx;
   margin-top: 320rpx;
}
.list:last-child {
   margin-bottom: 120rpx;
}
.list-left {
   display: flex;
   flex-direction: column;
   margin-left: 20rpx;
   width: 80vw;
}
.list-left-item {
   min-height: 40rpx;
   line-height: 40rpx;
   display: flex;
}
.desc {
   min-height: 40rpx;
   display: flex;
   align-items: center;
   width: 20%;
   width: 25%;
}
.left-item {
   display: flex;
   flex-wrap: wrap;
@@ -35,6 +42,7 @@
   margin: 1px 1px 1px 1px;
   /* color: #409EFF; */
}
.list-right {
   display: flex;
   width: 20vw;
@@ -42,6 +50,7 @@
   align-items: center;
   margin-right: 20rpx;
}
.buttom {
   width: 100%;
   position: fixed;
@@ -52,14 +61,16 @@
   justify-content: space-between;
   height: 100rpx;
   background-color: #FFF;
   box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.2) ;
   box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.popup {
   width: 80vw;
   min-height: 100rpx;
   background-color: #FFF;
   border-radius: 25rpx;
}
.title {
   height: 100rpx;
   line-height: 100rpx;
@@ -68,6 +79,7 @@
   text-align: center;
   font-size: 16px;
}
.popup-item {
   height: 80rpx;
   line-height: 80rpx;
@@ -75,12 +87,14 @@
   align-items: center;
   font-size: 14px;
}
.popup-item-left {
   width: 16vw;
   padding-right: 20rpx;
   text-align: right;
   color: #606266;
}
.popup-item-right {
   display: flex;
   align-items: center;
@@ -90,9 +104,11 @@
   border: 1px solid #E4E7ED;
   border-radius: 5rpx;
}
.popup-item-right input{
.popup-item-right input {
   color: #606266;
}
.btn {
   display: flex;
   height: 90rpx;
@@ -101,6 +117,7 @@
   justify-content: center;
   align-items: center;
}
.btn-left {
   display: flex;
   flex: 1;
@@ -110,6 +127,7 @@
   color: #606266;
   border-right: 1px solid #DCDFE6;
}
.btn-right {
   display: flex;
   flex: 1;
@@ -117,7 +135,8 @@
   align-items: center;
   color: #409EFF;
}
/* 搜索框 */
.search-bar {
   background-color: #f8f8f8;
}
}