riku
2023-11-29 9b09d13712c0c005891450a3bf4b6d848ec0ff37
pages/mUser/baseC/cSceneInfo/cSceneInfo.wxss
@@ -1,56 +1,4 @@
/* pages/mUser/baseC/cSceneInfo/cSceneInfo.wxss */
.top-card {
  /* width: 100vw; */
  position: relative;
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  background-color: white;
  padding: 8px 0px;
  /* margin: 0 8px; */
  font-size: 1rem;
  flex-wrap: nowrap;
}
.picker-text {
  /* color: var(--fyui-primary-color); */
  color: var(--fyui-text-color_1);
}
.items {
  position: relative;
  padding: 0 10px;
  background-color: white;
}
.item-title {
  white-space: nowrap;
  display: inline-block;
  font-size: 1rem;
  width: 32vw;
  margin-top: 8px;
}
.top-card .tag {
  flex-shrink: 0;
  width: 32vw;
  white-space: nowrap;
  /* background-color: seagreen; */
}
.top-card .value {
  flex-grow: 1;
}
.top-card .value view {
  /* white-space: nowrap; */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow-x: hidden;
  text-overflow: ellipsis;
  /* background-color: bisque; */
}
@import '../template-inputcell.wxss';
.weui-upload-view {
  background-color: white;
@@ -61,22 +9,6 @@
  background-color: white;
}
.hr-view {
  height: 2rpx;
  margin: 0 0rpx;
  background-color: #f1f1f1;
}
.required {
  color: red;
  text-align: center;
  vertical-align: middle;
}
.not-required {
  color: transparent;
}
.upload-title-class {
  font-size: small;
}
}