home.wxss 1.7 KB
/* pages/main/addtionalreduce/home.wxss */

.page {
  background-color: #fcfcfc;
}

.text_black_32 {
  font-size: 32rpx;
  color: #000;
  line-height: 40rpx;
  font-weight: bold;
}

.text_333_40 {
  font-size: 40rpx;
  color: #333;
  line-height: 48rpx;
  font-weight: bold;
}

.text_333_32 {
  font-family: PingFangSC-Semibold;
  font-size: 32rpx;
  color: #333;
  line-height: 40rpx;
}

.text_999_32 {
  font-size: 32rpx;
  color: #999;
  line-height: 40rpx;
}

.text_666_30 {
  font-size: 30rpx;
  color: #999;
  line-height: 40rpx;
}

.text_blue_28 {
  font-family: PingFangSC-Regular;
  font-size: 28rpx;
  color: #357aeb;
  text-align: right;
}

.text_999_28 {
  font-family: PingFangSC-Regular;
  font-size: 28rpx;
  color: #999;
  line-height: 40rpx;
}

.text_999_24 {
  font-size: 24rpx;
  color: #999;
}

.text_gray_28{
  font-family: PingFangSC-Semibold;
font-size: 14px;
color: #2B2B2B;
line-height: 17px;
}

.text_orange_28{
font-family: PingFangSC-Semibold;
font-size: 14px;
color: #FF9F00;
text-align: right;
line-height: 17px;
}

.rectangle_lightorange_bg {
  margin: 10rpx 0rpx;
  height: 40rpx;
  background-color: #fff5dc;
  border-radius: 0 0 4px 4px;
  border: 1px solid;
}

.declare_image_wrap {
  width: 90rpx;
  height: 40rpx;
  margin-left: 10rpx;
}

.arrow_img_wrap {
  width: 40rpx;
  height: 40rpx;
  align-items: center;
  float: right;
  margin-bottom: 8rpx
}

.view_godeclare_wrap {
  float: left;
  width: 160rpx;
  background: #fff;
  border: 1px solid #357aeb;
  border-radius: 15px;
  margin-top: 20rpx;
}

.text_godeclare_wrap {
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #357aeb;
  text-align: center;
  line-height: 13px;
  padding: 10rpx 30rpx;
}