闫增涛
2024-05-07 4a9955330070cf8abd78d95aaa2067d9a06a88c3
pages/bibliographyList/index.wxss
@@ -248,6 +248,7 @@
.info-center {
  position: fixed;
  top: 80%;
  z-index: 999;
  background-color: white;
  align-items: center;
@@ -297,11 +298,22 @@
}
.input-box {
  width: 100%;
  padding: 0 20rpx;
  width: 92%;
  margin-bottom: 16rpx;
}
.input {
  --td-input-border-radius: 20rpx;
  border-radius: 20rpx;
}
/* 蒙层 */
.popup-box {
  position: absolute;
  z-index: 99;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}