#
whycq
2024-04-20 fdfc2c66434bdacdd539f228b51a33c8d15e71d5
static/css/wms.css/wms.css
@@ -2,11 +2,12 @@
   display: flex;
   min-height: 80rpx;
   background-color: #FFF;
   margin-top: 20rpx;
   box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
   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: 420rpx;
}
.list:last-child {
   margin-bottom: 120rpx;
@@ -23,12 +24,17 @@
   display: flex;
}
.desc {
   width: 20%;
   min-height: 40rpx;
   display: flex;
   align-items: center;
   width: 25%;
}
.left-item {
   display: flex;
   flex-wrap: wrap;
   width: 75%;
   margin: 1px 1px 1px 1px;
   /* color: #409EFF; */
}
.list-right {
   display: flex;
@@ -47,7 +53,7 @@
   justify-content: space-between;
   height: 100rpx;
   background-color: #FFF;
   box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.4) ;
   box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2) ;
}
.popup {
   width: 80vw;
@@ -112,3 +118,7 @@
   align-items: center;
   color: #409EFF;
}
/* 搜索框 */
.search-bar {
   background-color: #f8f8f8;
}