auditPage.wxss 5.3 KB
@charset "UTF-8";
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
page {
  background-color: #F2F3F7;
}
.u-navbar__content.data-v-75dad532 {
  background-color: transparent !important;
}
.u-status-bar {
  background-color: transparent !important;
}
.u-navbar__content__title {
  color: #fff !important;
}
.u-icon__icon {
  color: #fff !important;
}
.indicator-num {
  padding: 2px 0;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 100px;
  width: 35px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.indicator-num__text {
  color: #FFFFFF;
  font-size: 12px;
}
.main {
  width: 686rpx;
  margin: 32rpx auto;
}
.mainTwo {
  width: 686rpx;
  margin: 32rpx auto;
  background-color: #FFFFFF;
  border-radius: 16rpx;
}
.name {
  color: rgba(0, 0, 0, 0.9);
  font-size: 44rpx;
  font-weight: 700;
}
.yieldCard {
  width: 336rpx;
  padding: 56rpx 0;
  border-radius: 16rpx;
  opacity: 1;
  background: #f7ffff;
  margin-right: 14rpx;
  flex-direction: column;
}
.yieldCardB {
  width: 336rpx;
  height: 192rpx;
  border-radius: 16rpx;
  opacity: 1;
  background: #fef8f5;
  flex-direction: column;
}
.yieldCardtitle {
  color: rgba(0, 0, 0, 0.4);
  font-size: 24rpx;
}
.yieldCardnum {
  color: #e63d27;
  font-size: 32rpx;
  font-weight: 700;
  margin-top: 4rpx;
}
.ftitle {
  color: rgba(0, 0, 0, 0.4);
  font-size: 28rpx;
}
.btitle {
  color: rgba(0, 0, 0, 0.9);
  font-size: 28rpx;
}
.time {
  margin: 32rpx 0rpx;
}
.fimg > ._img {
  width: 21.35rpx;
  height: 21.35rpx;
  opacity: 1;
}
.address {
  margin-top: 32rpx;
}
.addresss {
  margin-top: 24rpx;
}
.but {
  position: fixed;
  bottom: 68rpx;
  left: 32rpx;
  width: 686rpx;
  height: 88rpx;
  border-radius: 28rpx;
  opacity: 1;
  background: linear-gradient(90deg, #19cccd 0%, #63d9da 100%);
}
.butImg > ._img {
  width: 22.67rpx;
  height: 26.67rpx;
  opacity: 1;
}
.buttitle {
  color: white;
  font-size: 32rpx;
  font-weight: 700;
  margin-left: 4rpx;
}
.Mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 750rpx;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.card {
  margin: 432rpx auto;
  width: 622rpx;
  height: 544rpx;
  border-radius: 32rpx;
  opacity: 1;
  background: white;
}
.cardName {
  padding-top: 48rpx;
  margin: 0rpx auto;
  width: 294rpx;
  color: rgba(0, 0, 0, 0.9);
  font-size: 32rpx;
  font-weight: 700;
}
.cardItem {
  margin: 12rpx 48rpx;
  padding-top: 24rpx;
}
.cardtitle {
  color: rgba(0, 0, 0, 0.9);
  font-size: 28rpx;
}
.inp > input {
  text-align: right;
}
.agreement {
  padding: 38rpx 48rpx;
}
.agreementImg {
  width: 32rpx;
  height: 32rpx;
}
.agreementImgt {
  width: 32rpx;
  height: 32rpx;
}
.agreementImgt > ._img {
  width: 32rpx;
  height: 32rpx;
  opacity: 1;
  background-color: #62CDCE;
  border-radius: 50%;
}
.agreementImg > ._img {
  width: 32rpx;
  height: 32rpx;
  opacity: 1;
}
.agreementTitle {
  color: rgba(0, 0, 0, 0.6);
  font-size: 24rpx;
  margin-left: 12rpx;
}
.agreementTitle > text {
  color: #2153d5;
}
.butSubmit {
  width: 514rpx;
  height: 76rpx;
  border-radius: 90rpx;
  opacity: 1;
  background: #62cdce;
  margin: 0rpx auto;
  color: white;
  font-size: 28rpx;
  font-weight: 700;
}
.Submit {
  position: fixed;
  bottom: 68rpx;
  left: 32rpx;
  width: 686rpx;
  height: 88rpx;
}
.suBut {
  width: 328rpx;
  height: 88rpx;
  border-radius: 28rpx;
  opacity: 1;
  background: linear-gradient(90deg, #19cccd 0%, #63d9da 100%);
  color: white;
  font-size: 32rpx;
  font-weight: 700;
}
.suButt {
  width: 328rpx;
  height: 88rpx;
  border-radius: 28rpx;
  opacity: 1;
  border: 2rpx solid #62CDCE;
  color: #62cdce;
  font-size: 32rpx;
  font-weight: 700;
  margin-left: 30rpx;
}
.suButtimg {
  height: 32rpx;
}
.suButtimg > ._img {
  width: 32rpx;
  height: 32rpx;
  opacity: 1;
  background: rgba(255, 255, 255, 0.01);
}
.cm {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24rpx;
}
.detailed {
  width: 556rpx;
  height: 80rpx;
  color: rgba(0, 0, 0, 0.4);
  font-size: 28rpx;
  overflow: hidden;
  margin-left: 100rpx;
}
.miaoshu {
  height: 238rpx;
  padding: 32rpx 28rpx 20rpx 36rpx;
  box-sizing: border-box;
}
.miaoshu .bottom {
  margin-bottom: 24rpx;
}
.miaoshu .line {
  width: 4rpx;
  height: 24rpx;
  border-radius: 4rpx;
  background: #62cdce;
}
.miaoshu .tudi {
  color: rgba(0, 0, 0, 0.9);
  font-size: 32rpx;
  font-weight: 700;
  margin-left: 16rpx;
}
.detaileda {
  height: 238rpx;
  color: rgba(0, 0, 0, 0.4);
  font-size: 28rpx;
  overflow: hidden;
}