/* write style here */
.listWrapper {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  max-width: 880px;
  flex-wrap: wrap;
}

.noList {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.noListTitle {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
  font-weight: 400;
}

.listMain {
  padding-top: 10px;
  width: 170px;
  height: 180px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

// :global {
//   .next-upload-list .next-upload-list-text{
//     display: none;
//   }
//   .next-upload-list{
//     display: none;
//   }
//   .next-upload-list-text{
//     display: none;
//   }
// }

.listMain:hover{
	transition-property:all;
	transition-duration:.1s;
	transition-timing-function:linear;
	box-shadow: 0px 3px 7px 1px #b1b1b1;
}

.listMain img {
  width: 144px;
  height: 104px;
  border: 1px solid rgba(217, 217, 217, 1);
  padding: 8px;
  border-radius: 2px;
}

.listMain .listContent {
  margin-top: 12px;
}

.listMain .listContent .listTitle {
  color: rgba(0, 0, 0, 0.85);
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  font-weight: 400;
}

.listMain .listInfo {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  line-height: 22px;
  font-weight: 400;
}
