details.css 1.73 KB
/* 水平间距 */
/* 水平间距 */
[data-v-c92109db]:root {
	--essential-color-red:#EF4F3F;
	--assist-color-green:#27BA9B;
	--assist-color-orange:#E19A30; 
	--assist-color-orange:#FF4C4C;
	
	--neutral-color-main:#2A2929;
	--neutral-color-border:#D9D9D9;
	--neutral-color-font:#818181;
	--neutral-color-segmentation:#EEEEEE;
	--neutral-color-white:#FFFFFF;
	--neutral-color-placeholder:#C2C1C1;
	--neutral-color-background:#F4F4F4;
	--neutral-color-cancel:#F4F4F4;
	--neutral-color-disable:#DEDEDE;
	--neutral-color-disable1:#FADCD9;
	
	--font-size-18:1.125rem;
	--font-size-16:1rem;
	--font-size-14:0.875rem;
	--font-size-13:0.8125rem;
	--font-size-12:0.75rem;
}
.detailsHead .head[data-v-c92109db] {
  padding-top: 0.3125rem;
  padding-top: 1.375rem;
  background-color: var(--neutral-color-white);
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.detailsHead .head .title[data-v-c92109db] {
  flex: 1;
  padding-right: 2.8125rem;
  line-height: 2.75rem;
  font-weight: 600;
  font-size: 1.125rem;
  color: #2A2929;
}
/* 水平间距 */
/* 水平间距 */
body[data-v-df571e12],
uni-page-body[data-v-df571e12],
uni-page-head[data-v-df571e12],
.uni-page-head[data-v-df571e12] {
  background-color: #fff !important;
}
.pageBox[data-v-df571e12] {
  box-shadow: inset 0 0.6875rem 0.6875rem 0 rgba(162, 162, 162, 0.06);
}
.newDetail[data-v-df571e12] {
  padding: 1.25rem 1rem 1.875rem 1rem;
  color: var(--neutral-color-font);
  line-height: 1.5rem;
  font-size: var(--font-size-13);
}
.newDetail .tit[data-v-df571e12] {
  line-height: 1.875rem;
  font-size: var(--font-size-16);
  color: var(--neutral-color-main);
  font-weight: 600;
}
.newDetail .time[data-v-df571e12] {
  font-size: var(--font-size-12);
  padding: 0.125rem 0 0.875rem;
}