yiming
2024-02-29 9f1e740e07085a7fc74defe5d63bcc4818aab69e
pages/bibliographyList/index.wxss
@@ -33,15 +33,65 @@
  margin-bottom: 10rpx;
}
/* .downloadIcon {
  width: 430rpx;
  height: 430rpx;
  background-color: #000;
  position: relative;
  top: 0;
  left: 0;
} */
.outsideHigherImageBox {
/* .download {
  background-color: #8bc34a;
} */
  position: relative;
}
.downloadIcon {
  width: 34rpx;
  height: 34rpx;
  border-radius: 5rpx 5rpx 5rpx 5rpx;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 15rpx;
  right: 15rpx;
  padding: 10rpx;
}
.download {
  /* background-color: #8bc34a; */
  width: 100%;
  height: 100%;
}
.downloadshiftin {
  width: 100%;
  height: 100%;
}
.example-search {
  background-color: #fff;
  padding: 16rpx 32rpx;
}
.search_icones {
  position: absolute;
  font-size: 32rpx;
  height: 32rpx;
  width: 32rpx;
  color: var(--gry-col);
  top: 0px;
  bottom: 0px;
  margin: auto 0;
  padding-left: 30rpx;
  padding-top: 10rpx;
  line-height: 32rpx;
}
/*输入框*/
.nav_input {
  border: 1px solid var(--egry-col);
  border-radius: 40rpx;
  padding-left: 72rpx;
  background-color: var(--whi-col);
  padding-right: 16rpx;
  font-size: 28rpx;
  box-sizing: border-box;
  line-height: 75rpx;
  height: 75rpx;
}