闫增涛
2024-03-06 3d78ac0ece15f043390a351c70e99b287d0c42e1
pages/resourceDetails/index.wxss
@@ -22,4 +22,117 @@
.videoBox video {
  width: 100vw;
}
}
.titleBox {
  margin: 30rpx;
  border-bottom: 1px #f4f4f4 solid;
  padding-bottom: 20rpx;
  font-weight: bold;
}
.contentBox {
  position: relative;
}
.contentBox .custom-tabs {
  /* margin-bottom: 32rpx; */
  width: 400rpx;
}
.t-tabs__content {
  width: 750rpx !important;
  overflow: auto !important;
}
.custom-panel {
  /* height: 120px; */
  width: 750rpx;
  /* height: 200rpx; */
}
.contentBox .takeNotes {
  position: absolute;
  top: 5rpx;
  right: 0;
  width: 350rpx;
  border-bottom: 1px solid #f4f4f4;
}
.takeNotes image {
  width: 30rpx;
  height: 30rpx;
  margin-top: 10rpx;
  margin-right: 10rpx;
}
.takeNotesLining {
  margin: 25rpx;
  display: flex;
  justify-content: flex-end;
}
.operateBox {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.iconBox {
  display: flex;
}
.iconBox image {
  width: 26rpx;
  height: 26rpx;
  margin: 0 10rpx;
}
.t-dialog__content {
  padding: 0 !important;
}
.titleImageBox {
  width: 40rpx;
  height: 40rpx;
  margin-left: 20rpx;
}
.dialogTitleBox {
  margin: 30rpx;
  border-bottom: 1px #f4f4f4 solid;
  padding-bottom: 20rpx;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.input-example {
  --td-input-vertical-padding: 24rpx;
  background-color: #fff;
  padding: 32rpx 32rpx 16rpx;
}
.input-example__label {
  color: rgba(0, 0, 0, 0.9);
  font-size: 24rpx;
  line-height: 40rpx;
  margin: 0 8rpx 16rpx;
}
.buttonBox {
  display: flex;
  justify-content: flex-end;
}
/* .inputBox {
  height: 500rpx;
} */