promote-od-ap.wxss 5.5 KB

page {
	background-color: #FdFdFd;
}

@charset "UTF-8";
/**
 * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
 * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
 * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用 
 */
page.data-v-518b978f {
  width: 100%;
  height: 100%;
}
.divid_line_horizen.data-v-518b978f {
  width: 100%;
  height: 2rpx;
  background-color: #f2f2f2;
  align-self: center;
  margin-top: 1rpx;
}
.input_warp .u-input__input.data-v-518b978f {
  font-size: 34rpx;
}
.button_warp .u-button .u-size-default.data-v-518b978f {
  font-size: 30rpx;
  height: 96rpx;
  line-height: 80rpx;
}
.button_warp .u-button .u-btn--primary--disabled.data-v-518b978f {
  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-518b978f {
  padding: 20rpx;
}
.page .tips-0.data-v-518b978f {
  margin-top: 8px;
  height: 36px;
  background: #FFFCF0;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page .tips-0 text.data-v-518b978f {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
}
.page .tips-0 .orgin.data-v-518b978f {
  color: #FFC200;
}
.page .tips-1.data-v-518b978f {
  margin-top: 8px;
  height: 36px;
  background: #F7F7F7;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page .tips-1 text.data-v-518b978f {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
}
.page .top .bg_gray.data-v-518b978f {
  background: #F7F7F7;
  border-radius: 8px;
  padding: 40rpx;
  margin: 32rpx 0rpx;
  display: flex;
  align-items: center;
}
.page .top .items_wrap.data-v-518b978f {
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  display: flex;
  padding: 40rpx 16rpx;
  margin: 16rpx 0;
}
.page .top .img.data-v-518b978f {
  width: 280rpx;
  height: 156rpx;
  border-radius: 10px;
}
.page .top .title.data-v-518b978f {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 32rpx;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
}
.page .top .tag.data-v-518b978f {
  height: 60rpx;
  padding-top: 8px;
  display: flex;
  flex-wrap: wrap;
}
.page .top .tag .tag-title.data-v-518b978f {
  padding: 0 8px;
  height: 20px;
  background: #F7F7F7;
  border-radius: 2px;
  font-size: 12px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.45);
  line-height: 20px;
  text-align: center;
  margin-right: 4px;
}
.page .currnt_p1.data-v-518b978f {
  background-color: #fff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  margin-top: 20rpx;
  padding: 52rpx 26rpx;
  position: relative;
}
.page .currnt_p1 .t.data-v-518b978f {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
}
.page .currnt_p1 .d.data-v-518b978f {
  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-518b978f {
  position: absolute;
  left: 0;
  top: 62rpx;
  width: 3px;
  height: 10px;
  background: var(--primary-color);
}
.page .currnt_p1 .orderNum.data-v-518b978f {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 500;
  color: #000000;
}
.page .currnt_p1 .li.data-v-518b978f {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page .currnt_p1 .li .name.data-v-518b978f {
  width: 100px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
}
.page .currnt_p1 .li .value.data-v-518b978f {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  text-align: right;
}
.page .currnt_p1 .li .value_red.data-v-518b978f {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  text-align: right;
  text-decoration: underline;
}
.page .currnt_p1 .li .copy.data-v-518b978f {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: black;
  margin-left: 6px;
}
.page .bottom_wrap.data-v-518b978f {
  padding: 24rpx 40rpx 60rpx 40rpx;
  width: 100%;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
}
.page .bottom_wrap .btn_wrap.data-v-518b978f {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60rpx;
}
.page .bottom_wrap .btn_commit.data-v-518b978f {
  padding-top: 24rpx;
  padding-bottom: 24rpx;
  width: 240rpx;
  text-align: center;
  background: linear-gradient(180deg, var(--primary-color000) 0%, var(--primary-color) 100%);
  box-shadow: 0px 2px 20px 0px var(--primary-color03);
  border-radius: 24px;
  font-size: 17px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}
.page .bottom_wrap .btn_commit1.data-v-518b978f {
  padding-top: 24rpx;
  padding-bottom: 24rpx;
  width: 240rpx;
  text-align: center;
  background: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 24px;
  font-size: 17px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}