litian
2024-03-15 3f1ea0a8e4bb02bf7544df8660b15cfa69d6b84a
pages/resourceDetails/document/index.wxss
@@ -1 +1,67 @@
/* pages/resourceDetails/document/index.wxss */
/* pages/resourceDetails/document/index.wxss */
.nacigationBar {
  background-color: #fff;
  display: flex;
  align-items: center;
}
.navbar-title {
  white-space: nowrap;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  color: #0F1214;
  font-size: 40rpx;
  font-weight: bold;
  margin-bottom: 5rpx;
}
.button-example {
  margin: 0 70rpx;
  background-color: #ff6c00;
  display: flex;
  justify-content: center;
}
.button-example .text {
  background-color: #ff6c00;
}
.t-button--default {
  background-color: #ff6c00 !important;
}
.t-button {
  --td-button-default-border-color: #ff6c00 !important;
}
.zipImageBox {
  display: flex;
  justify-content: center;
}
.divider {
  text-align: center;
  margin: 20px 0;
}
.titleNameBox {
  height: 77rpx;
  background: #FFFFFF;
  box-shadow: 0rpx 9rpx 9rpx 2rpx rgba(0, 0, 0, 0.06);
  padding: 20rpx 50rpx;
  margin-bottom: 100rpx;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 29rpx;
  color: #333333;
}
.pictureBox {
  display: flex;
  justify-content: center;
}
.pictureBox image {
  /* width: 520rpx;
  height: 800rpx; */
}