/* pages/main//editinfo/editinfo.wxss */ .page { background: #f8f8f8; } .head_wrap { height: 70rpx; background: #f7f9fd; padding-right: 20rpx; padding-left: 32rpx; } .head_red_star { color: red; font-size: 28rpx; line-height: 80rpx; } .head_text_wrap1 { font-family: PingFangSC-Regular; font-size: 12px; color: #999; line-height: 70rpx; } .head_text_wrap2 { font-family: PingFang-SC-Medium; font-size: 12px; color: #c9c9c9; letter-spacing: 0; text-align: left; } .head_image_wrap_down { width: 28rpx; height: 16rpx; } .head_image_wrap_up { width: 40rpx; height: 40rpx; margin-top: 16rpx; } .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: 80rpx; font-size: 28rpx; 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; line-height: 40rpx; padding: 16rpx 0; word-wrap: break-word; } .divide_line { background: #e5e5e5; width: 100%; height: 2rpx; }