yiming
2024-06-06 66fbb1ea7c1ee4bf4353d0ffa16ff14a1a718c8f
pages/bibliographyList/index.wxss
@@ -248,6 +248,7 @@
.info-center {
  position: fixed;
  top: 80%;
  z-index: 999;
  background-color: white;
  align-items: center;
@@ -292,16 +293,27 @@
.dialog-title {
  padding: 20rpx 0;
  text-align: center;
  font-size: 36rpx;
  font-weight: bold;
  font-size: 35rpx;
  font-weight: 600;
}
.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%;
}