home.wxss 1.2 KB
/* pages/home/home.wxss */

.rectangle_solid_bg {
  margin: 20rpx 32rpx;
  background: #fff;
  box-shadow: 0 8rpx 28rpx 0 rgba(208, 208, 208, 0.50);
  border-radius: 8rpx;
}

.rectangle_dashed_bg {
  height: 68rpx;
  margin: 40rpx 32rpx;
  background: #fff;
  border-style: dashed;
  border: 2rpx solid #d7e4fb;
  border-radius: 8rpx;
}

.rectangle_orange_bg {
  height: 32rpx;
  margin: 0rpx 20rpx;
  opacity: 0.5;
background: #F9DCD6;
border-radius: 2px;
}

.text_red_20 {
  font-family: PingFang-SC-Medium;
  font-size: 20rpx;
  padding: 6rpx 14rpx;
  text-align: center;
  color: #FF7052;
  letter-spacing: 0.28;
}

.text_blue_28 {
  font-family: PingFang-SC-Medium;
  font-size: 28rpx;
  padding: 14rpx;
  text-align: center;
  color: #357aeb;
  letter-spacing: 0;
}

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

.text_999_22 {
  font-family: PingFangSC-Regular;
  font-size: 22rpx;
  color: #999;
}

.arrow_wrap {
  width: 12rpx;
  height: 20rpx;
  margin-left:22rpx;
}

.phone_image_wrap {
  width: 22rpx;
  height: 20rpx;
  margin-right:12rpx;
}

.id_image_wrap {
  width: 30rpx;
  height: 20rpx;
  margin-right:12rpx;  
}