promote-od.wxss 4.4 KB

page {
	background-color: #F7F7F7;
}

@charset "UTF-8";
/**
 * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
 * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
 * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用 
 */
page.data-v-6cb8b7d9 {
  width: 100%;
  height: 100%;
}
.divid_line_horizen.data-v-6cb8b7d9 {
  width: 100%;
  height: 2rpx;
  background-color: #f2f2f2;
  align-self: center;
  margin-top: 1rpx;
}
.input_warp .u-input__input.data-v-6cb8b7d9 {
  font-size: 34rpx;
}
.button_warp .u-button .u-size-default.data-v-6cb8b7d9 {
  font-size: 30rpx;
  height: 96rpx;
  line-height: 80rpx;
}
.button_warp .u-button .u-btn--primary--disabled.data-v-6cb8b7d9 {
  color: rgba(0, 0, 0, 0.45) !important;
  border-color: rgba(0, 0, 0, 0.06) !important;
  background-color: rgba(0, 0, 0, 0.06) !important;
}
.page.data-v-6cb8b7d9 {
  padding: 20rpx;
}
.page .top.data-v-6cb8b7d9 {
  padding: 40rpx 32rpx;
  background-color: #fff;
  position: relative;
}
.page .top .head.data-v-6cb8b7d9 {
  width: 140px;
  height: 78px;
  border-radius: 5px;
}
.page .top .list1.data-v-6cb8b7d9 {
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
}
.page .top .list2.data-v-6cb8b7d9 {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #F61A1A;
}
.page .top .oldp.data-v-6cb8b7d9 {
  position: relative;
  margin-left: 6px;
}
.page .top .list3.data-v-6cb8b7d9 {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
}
.page .top .line.data-v-6cb8b7d9 {
  position: absolute;
  left: 2px;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.45);
}
.page .top .tag.data-v-6cb8b7d9 {
  width: 54px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: var(--primary-color006);
  border-radius: 2px;
  font-size: 11px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: var(--primary-color);
  margin-right: 12rpx;
}
.page .currnt_p1.data-v-6cb8b7d9 {
  background-color: #fff;
  margin-top: 20rpx;
  padding: 52rpx 26rpx;
  position: relative;
}
.page .currnt_p1 .t.data-v-6cb8b7d9 {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
}
.page .currnt_p1 .d.data-v-6cb8b7d9 {
  margin-top: 18rpx;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.page .currnt_p1 .green.data-v-6cb8b7d9 {
  position: absolute;
  left: 0;
  top: 62rpx;
  width: 3px;
  height: 10px;
  background: var(--primary-color);
}
.page .currnt_p1 .orderNum.data-v-6cb8b7d9 {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 500;
  color: #000000;
}
.page .currnt_p1 .li.data-v-6cb8b7d9 {
  height: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page .currnt_p1 .li .name.data-v-6cb8b7d9 {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
}
.page .currnt_p1 .li .value.data-v-6cb8b7d9 {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.page .currnt_p1 .li .value_red.data-v-6cb8b7d9 {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #F61A1A;
}
.page .currnt_p1 .li .copy.data-v-6cb8b7d9 {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: black;
  margin-left: 6px;
}
.page .btv.data-v-6cb8b7d9 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background-color: #fff;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page .btv .btn1.data-v-6cb8b7d9 {
  width: 100%;
  height: 48px;
  background: var(--primary-color);
  border-radius: 24px;
  font-size: 17px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fff;
  line-height: 48px;
  text-align: center;
}