<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-color: #f5f5f5;
}
.list-mt-5 {
  margin-bottom: 0.5rem;
}
.list-item {
  font-size: 16px;
  color: #8c8c8c;
  position: relative;
}
.list-item .text {
  border-color: #e4e4e4;
  box-sizing: border-box;
  color: #888;
  margin-bottom: 0;
  padding: .08rem .4rem .32rem;
  border-radius: 0;
  height: 5rem;
  width: 100%;
}
.list-item .title {
  padding: 0.5rem;
  color: #9b9b9b;
}
.list-item .number {
  position: absolute;
  right: 10px;
  bottom: 4px;
}
.list-item .z_photo {
  height: auto;
  padding: 0.2rem 0.5rem;
  border: 1px solid #e4e4e4;
  background-color: #fff;
}
.list-item .z_photo .z_file {
  width: 4rem;
  height: 4rem;
  float: left;
  margin-right: 0.2rem;
}
.list-item .z_photo .z_file input {
  opacity: 0;
  width: 4rem;
  height: 4rem;
  display: block;
  border: 0;
  vertical-align: middle;
}
.list-item .z_photo .imgContainer {
  width: 4rem;
  height: 4rem;
  float: left;
  margin-right: 0.15rem;
  margin-bottom: 0.2rem;
  position: relative;
}
.list-item .z_photo .imgContainer img {
  width: 100%;
  height: 100%;
}
.list-item .z_photo .imgContainer .imgDelete {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.button {
  display: block;
  background: #fff;
  box-sizing: border-box;
}
.button .close {
  margin-bottom: 2px;
  padding: 0.4rem 0.6rem;
  border-bottom: 1px solid #e4e4e4;
  font-size: 16px;
}
.button .close .bees-switch {
  float: right;
}
.button .close .bees-switch.current {
  background-color: #5b2;
}
.button .submit {
  padding: 0.4rem 0.6rem;
}
.button .mui-btn {
  font-size: 0.69565rem;
  display: block;
  width: 100%;
  padding: 0.3rem 0.6rem;
  box-sizing: border-box;
  border-radius: 0.2rem;
  text-align: center;
}
.button .mui-btn-green {
  background: #5b2;
  color: #fff;
  border-color: #5b2;
}
.button .mui-btn-green[disabled] {
  opacity: .6;
}
</pre></body></html>