@charset "UTF-8"; /* 颜色变量 */ /* 行为相关颜色 */ /* 基本颜色 */ .valueActive { color: #333; } .new_fllow { font-size: 28rpx; } .new_fllow .fllow_form { display: flex; justify-content: space-between; height: 100rpx; line-height: 100rpx; background-color: #fff; border-bottom: 1rpx solid #EAEAEA; padding-left: 30rpx; color: #999; font-size: 32rpx; } .new_fllow .fllow_form .form_right { display: flex; color: #333; font-size: 32rpx; padding-right: 30rpx; } .new_fllow .fllow_form .form_right .ri_label { color: #999; } .new_fllow .fllow_form .form_right image { width: 40rpx; height: 40rpx; margin: 28rpx 5rpx 0 0; } .new_fllow .fllow_form text { color: #f00; margin-left: 10rpx; } .new_fllow .fllow_form .form_input { margin-right: 30rpx; display: flex; align-items: center; } .new_fllow .fllow_form .form_input input { text-align: right; margin-right: 10rpx; } .new_fllow .fllow_form .fllow_button { margin-top: 15rpx; } .new_fllow .imglist { padding: 24rpx 34rpx; background: #fff; border-bottom: 1rpx solid #EAEAEA; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; } .new_fllow .imglist .imgbox { width: 160rpx; height: 160rpx; margin-right: 14rpx; position: relative; margin-bottom: 24rpx; border: 1rpx solid #EAEAEA; } .new_fllow .imglist .imgbox .delimg { width: 32rpx; height: 32rpx; border-radius: 50%; position: absolute; right: -16rpx; top: -16rpx; background: rgba(0, 0, 0, 0.5); z-index: 2; } .new_fllow .imglist .imgbox .selfimg { width: 160rpx; height: 160rpx; } .new_fllow .fllow_area { background-color: #fff; margin-bottom: 30rpx; padding-bottom: 30rpx; color: #999; } .new_fllow .fllow_area .area_head { height: 100rpx; line-height: 100rpx; font-size: 32rpx; padding: 0 30rpx; } .new_fllow .fllow_area .area_head text { color: #f00; } .new_fllow .fllow_area textarea { width: 80%; height: 300rpx; padding: 30rpx; background: #f8f8f8; margin: 0 auto; } .new_fllow .follow_task { height: 80rpx; line-height: 80rpx; } .new_fllow #btn { width: 500rpx; height: 88rpx; background: #008EFF; border-radius: 29rpx; font-size: 34rpx; color: #fff; line-height: 88rpx; }