addinfo.wxss 1.7 KB
/* pages/main/addinfo/addinfo.wxss */

/* pages/main//editinfo/editinfo.wxss */
page{
  background: #f8f8f8;
}
.page{
  background: #FFF;
}

.head_wrap {
  height: 90rpx;
  background: #f7f9fd;
  padding-right: 20rpx;
  padding-left: 32rpx;
}

.head_red_star {
  color: red;
  font-size: 30rpx;
  line-height: 90rpx;
}

.head_text_wrap1 {
  line-height: 90rpx;
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #333;
  letter-spacing: 0;
  text-align: left;
}

.head_text_wrap2 {
  font-family: PingFang-SC-Medium;
  font-size: 12px;
  color: #999;
  letter-spacing: 0;
  text-align: left;
}

.head_image_wrap_down {
  width: 28rpx;
  height: 16rpx;
  margin-top: 40rpx;
}

.head_image_wrap_up {
  width: 40rpx;
  height: 40rpx;
  margin-top: 24rpx;
}

.data_list {
  display: flex;
  font-family: PingFangSC-Regular;
  padding-left: 30rpx;
  padding-right: 30rpx;
  background: #fff;
}

.data_item {
  width: 100%;
  height: auto;
  flex-direction: column;
  display: flex;
}

.input_wrap {
  width: 500rpx;
  height: 90rpx;
  font-size: 30rpx;
  color: #333;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text_666_28 {
  font-family: PingFangSC-Regular;
  font-size: 28rpx;
  color: #666;
  text-align: right;
  line-height: 80rpx;
}

.image_camera {
  width: 42rpx;
  height: 42rpx;
  margin-left: 10rpx;
  margin-top: 22rpx;
}

.extra_input {
  width: 600rpx;
  font-size: 28rpx;
  color: #333;
  float: right;
  text-aligh: right;
  line-height: 40rpx;
  padding: 16rpx 0;
  word-wrap: break-word;
}

.divide_line {
  background: #e5e5e5;
  width: 100%;
  height: 2rpx;
}


.text_999_30 {
  font-size: 30rpx;
  color: #999;
  text-align: right;
  line-height: 80rpx;
}
input[disabled]{
  color: #777;
}