168 lines
3.2 KiB
Plaintext
168 lines
3.2 KiB
Plaintext
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.valueActive {
|
|
color: #333;
|
|
}
|
|
.new_fllow {
|
|
margin-top: 40rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
.new_fllow .fllow_form {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
background-color: #fff;
|
|
border-bottom: 1rpx solid #EAEAEA;
|
|
padding-left: 47rpx;
|
|
color: #999;
|
|
font-size: 32rpx;
|
|
}
|
|
.new_fllow .fllow_form .form_right {
|
|
display: flex;
|
|
color: #999;
|
|
padding-right: 40rpx;
|
|
}
|
|
.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 input {
|
|
text-align: right;
|
|
margin-right: 40rpx;
|
|
}
|
|
.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;
|
|
padding: 0 30rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.new_fllow .fllow_area .area_head {
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
}
|
|
.new_fllow .fllow_area .area_head text {
|
|
color: #f00;
|
|
}
|
|
.new_fllow .fllow_area textarea {
|
|
width: 100%;
|
|
height: 300rpx;
|
|
background: #f8f8f8;
|
|
}
|
|
.new_fllow .info_head {
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
font-size: 30rpx;
|
|
color: #999;
|
|
padding-left: 70rpx;
|
|
}
|
|
.new_fllow .affiliation {
|
|
background-color: #fff;
|
|
margin-bottom: 20rpx;
|
|
padding-bottom: 40rpx;
|
|
}
|
|
.new_fllow .affiliation .aff_head {
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
padding-left: 47rpx;
|
|
font-size: 32rpx;
|
|
color: #999;
|
|
}
|
|
.new_fllow .affiliation .aff_con {
|
|
display: flex;
|
|
text-align: center;
|
|
padding: 0 40rpx;
|
|
flex-wrap: wrap;
|
|
}
|
|
.new_fllow .affiliation .aff_con .aff_item {
|
|
width: 100rpx;
|
|
margin-bottom: 15rpx;
|
|
margin-right: 15rpx;
|
|
}
|
|
.new_fllow .affiliation .aff_con .aff_item image {
|
|
margin-bottom: 15rpx;
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
}
|
|
.new_fllow .affiliation .aff_con .aff_item .peopleimg {
|
|
border-radius: 50%;
|
|
}
|
|
.new_fllow .affiliation .aff_con .affbox {
|
|
position: relative;
|
|
}
|
|
.new_fllow .affiliation .aff_con .affbox .delremind {
|
|
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 .affiliation .aff_con .aff_last {
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
border-radius: 50%;
|
|
}
|
|
.new_fllow .affiliation .aff_con .aff_last image {
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
}
|
|
.new_fllow .follow_task {
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
}
|
|
.new_fllow #btn {
|
|
font-size: 26rpx;
|
|
color: #fff;
|
|
text-align: center;
|
|
line-height: 88rpx;
|
|
width: 500rpx;
|
|
height: 88rpx;
|
|
background: #008EFF;
|
|
border-radius: 29rpx;
|
|
margin: 30rpx auto;
|
|
}
|