闫增涛
2024-03-11 fc3ef2decfc6bef3ccb6caf92486ee027a721877
pages/resourceDetails/myVideo/index.wxss
File was renamed from pages/resourceDetails/index.wxss
@@ -29,6 +29,7 @@
  border-bottom: 1px #f4f4f4 solid;
  padding-bottom: 20rpx;
  font-weight: bold;
}
.contentBox {
@@ -135,4 +136,27 @@
/* .inputBox {
  height: 500rpx;
} */
} */
.detailsName {
  margin: 30rpx;
  width: 90%;
  height: 60rpx;
  display: flex;
  align-items: center;
  background: #F4F4F4;
  padding-left: 20rpx;
}
.detailsName:hover {
  background-color: #fff0e6;
  width: 90%;
  height: 60rpx;
  color: #ff6c00;
}
.audioBox {
  width: 750rpx;
  height: 200rpx;
}