index.wxss 5.9 KB
page {
  background-color: #f5f5f5;
}
page .container {
  background-color: #f5f5f5;
  width: 100%;
}
page .container .header {
  width: 100%;
  background: linear-gradient(270deg, #f53526 0%, #fd7f2e 99%);
  box-shadow: 0rpx -4rpx 4rpx 0rpx rgba(235, 85, 33, 0.18);
}
page .container .header .left_img {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 32rpx;
  box-sizing: border-box;
  height: 88rpx;
}
page .container .header .left_img .title_oage {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
}
page .container .header .b_banner {
  width: 100%;
  padding: 46rpx 32rpx 0;
  box-sizing: border-box;
  height: 282rpx;
}
page .container .header .b_banner .ns {
  width: 100%;
  display: flex;
  align-items: center;
}
page .container .header .b_banner .ns .per_header {
  width: 120rpx;
  height: 120rpx;
  border-radius: 50%;
}
page .container .header .b_banner .ns .per_header image {
  width: 100%;
  border-radius: 50%;
}
page .container .header .b_banner .ns .per_name {
  flex: 1;
  margin-left: 30rpx;
  display: flex;
  justify-content: space-between;
}
page .container .header .b_banner .ns .per_name .small_box {
  display: flex;
  flex-direction: column;
}
page .container .header .b_banner .ns .per_name .small_box .per {
  color: #fff;
  font-weight: 600;
  font-size: 44rpx;
  line-height: 60rpx;
  text-align: left;
  margin-bottom: 15rpx;
}
page .container .header .b_banner .ns .per_name .small_box .per_phone {
  display: flex;
  align-items: center;
}
page .container .header .b_banner .ns .per_name .small_box .per_phone image {
  width: 32rpx;
  height: 32rpx;
}
page .container .header .b_banner .ns .per_name .small_box .per_phone .phone_num {
  margin-left: 10rpx;
  font-size: 22rpx;
  line-height: 32rpx;
  color: #fff;
}
page .container .header .b_banner .ns .per_name .login_register {
  display: flex;
  align-items: center;
}
page .container .header .b_banner .ns .per_name .login_register .login_ {
  font-size: 44rpx;
  line-height: 60rpx;
  font-family: PingFang SC;
  color: #fff;
  font-weight: bold;
}
page .container .header .b_banner .ns .per_name .arrow {
  width: 48rpx;
  display: flex;
  align-items: center;
}
page .container .header .b_banner .ns .per_name .arrow image {
  width: 100%;
  height: 48rpx;
}
page .container .car_ziliao {
  margin: -75rpx 32rpx 0 32rpx;
  display: flex;
  align-items: center;
  height: 140rpx;
  background-color: #fff;
  padding: 20rpx;
  box-sizing: border-box;
  border-radius: 24rpx;
  width: 686rpx;
}
page .container .car_ziliao .con_count {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
page .container .car_ziliao .con_count .text_con {
  width: 100%;
  text-align: center;
  font-size: 32rpx;
  color: #E6380F;
  font-weight: bold;
}
page .container .car_ziliao .con_count .text_name {
  font-size: 24rpx;
  color: #06121E;
  padding-top: 20rpx;
  box-sizing: border-box;
  text-align: center;
}
page .container .cate {
  display: flex;
  margin: 20rpx;
  padding: 30rpx 20rpx;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 12rpx;
}
page .container .cate .catePublic {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
page .container .cate .catePublic .publicImg {
  width: 52rpx;
  height: 52rpx;
}
page .container .cate .catePublic .cate_public {
  font-size: 24rpx;
  line-height: 34rpx;
}
page .container .list_change {
  margin-top: 20rpx;
  width: 100%;
  padding: 0 32rpx 32rpx;
  box-sizing: border-box;
  background-color: #fff;
}
page .container .list_change .change_Public {
  height: 120rpx;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1rpx solid #f5f5f5;
}
page .container .list_change .change_Public .left_public {
  display: flex;
  align-items: center;
  position: relative;
}
page .container .list_change .change_Public .left_public image {
  width: 44rpx;
  height: 44rpx;
}
page .container .list_change .change_Public .left_public .public_name {
  margin-left: 20rpx;
  font-size: 28rpx;
  line-height: 40rpx;
  font-family: PingFang SC;
}
page .container .list_change .change_Public .left_public .count_dd {
  width: 55rpx;
  background: #e8370f;
  border: 2rpx solid #ffffff;
  border-radius: 14rpx;
  position: absolute;
  top: -23rpx;
  left: 20rpx;
}
page .container .list_change .change_Public .left_public .count_dd .s_texts {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
page .container .list_change .change_Public .left_public .count_dd .s_texts .contet_count {
  height: 26rpx;
  font-size: 18rpx;
  font-family: PingFangHK-Regular;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
page .container .list_change .change_Public .texts_piu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
page .container .list_change .change_Public .texts_piu .pit_text {
  margin-right: 20rpx;
}
page .container .list_change .change_Public .texts_piu .pit_text .pt {
  display: flex;
  align-items: baseline;
}
page .container .list_change .change_Public .texts_piu .pit_text .pt .pt_icon {
  font-size: 22rpx;
  color: #BDC4CE;
  font-weight: 500;
}
page .container .list_change .change_Public .texts_piu .pit_text .pt .pt_price {
  font-size: 28rpx;
  color: #BDC4CE;
  font-weight: 500;
}
page .container .list_change .change_Public .texts_piu .right_PublicImg {
  width: 40rpx;
}
page .container .list_change .change_Public .texts_piu .right_PublicImg image {
  width: 20rpx;
  height: 40rpx;
}
page .container .list_change .change_Public .right_PublicImg {
  width: 40rpx;
}
page .container .list_change .change_Public .right_PublicImg image {
  width: 20rpx;
  height: 40rpx;
}
page .container .arrow {
  position: relative;
}
page .container .arrow .transparent {
  background: transparent;
  top: 0rpx;
  left: 0;
  border: none;
  position: absolute;
  width: 100%;
  height: 120rpx;
  padding: 0;
}