schangxiang@126.com
2025-05-07 7d0b4bd1bda6ab6c39df24462c2e8a0df0a3b4c4
HIAWms/web/src/components/Title/Title.module.scss
对比新文件
@@ -0,0 +1,23 @@
.title {
  width: 100%;
  height: 42px;
  background: #f0f3fd;
  border-radius: 5px 5px 5px 5px;
  opacity: 1;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  color: #333;
  padding: 9px 22px 11px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.desc {
  width: 252px;
  height: 17px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #35363b;
}