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

.page {
  background-color: #fefefe;
}

.rectangle_solid_bg {
  margin: 0rpx 32rpx;
  height: 80rpx;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  border: 1px solid #eee;
  /* background-image: linear-gradient(-90deg, #6ca7ff 0%, #4b8cf6 100%); */
}

.rectangle_solid_blue_bg {
  margin: 20rpx 32rpx 0;
  height: 168rpx;
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  background-image: linear-gradient(-90deg, #6ca7ff 0%, #4b8cf6 100%);
}

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

.text_gray_bg {
  height: 32rpx;
  margin: 0rpx 20rpx;
  background-color: #DFECFE;
  border-radius: 16px;
}

.text_white_bg {
  height: 32rpx;
  margin: 0rpx 20rpx;
  background: #fff;
  border-radius: 16px;
}

.text_blue_20 {
  font-family: PingFang-SC-Medium;
  font-size: 20rpx;
  padding: 6rpx 16rpx;
  text-align: center;
  color: #357aeb;
  letter-spacing: 0.28;
}

.text_999_28 {
  font-family: PingFang-SC-Medium;
  font-size: 28rpx;
  color: #357aeb;
  line-height: 80rpx;
  letter-spacing: 0.28px;
}

.text_blue_28 {
  font-family: PingFang-SC-Medium;
  font-size: 28rpx;
  color: #357aeb;
  line-height: 68rpx;
}

.text_white_32 {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
}

.text_white_22 {
  font-family: PingFangSC-Regular;
  font-size: 22rpx;
  color: #fff;
}

.arrow_wrap {
  width: 40rpx;
  height: 40rpx;
  float: right;
  vertical-align: center;
}

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

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