hls_crm/unpackage/dist/dev/mp-weixin/pagesB/contract/editPayment.wxss

162 lines
3.1 KiB
Plaintext

@charset "UTF-8";
/* 颜色变量 */
/* 行为相关颜色 */
/* 基本颜色 */
.new_fllow {
margin-top: 40rpx;
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: 0 24rpx;
}
.new_fllow .fllow_form .form_right {
display: flex;
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 input {
height: 92%;
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 70rpx;
}
.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 .info_head {
height: 80rpx;
line-height: 80rpx;
font-size: 24rpx;
color: #999;
padding-left: 24rpx;
}
.new_fllow .affiliation {
background-color: #fff;
margin-bottom: 20rpx;
padding-bottom: 40rpx;
}
.new_fllow .affiliation .aff_head {
height: 100rpx;
line-height: 100rpx;
padding-left: 30rpx;
}
.new_fllow .affiliation .aff_head text {
color: #f00;
margin-left: 10rpx;
}
.new_fllow .affiliation .aff_con {
display: flex;
text-align: center;
flex-wrap: wrap;
}
.new_fllow .affiliation .aff_con .aff_item {
width: 100rpx;
margin-right: 15rpx;
border-radius: 50%;
margin-bottom: 15rpx;
}
.new_fllow .affiliation .aff_con .aff_item image {
margin-bottom: 15rpx;
width: 60rpx;
height: 60rpx;
}
.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 image {
margin-bottom: 15rpx;
width: 48rpx;
height: 48rpx;
}
.new_fllow .follow_task {
height: 80rpx;
line-height: 80rpx;
}
#btn {
font-size: 26rpx;
color: #fff;
text-align: center;
line-height: 88rpx;
width: 500rpx;
height: 88rpx;
background: #008EFF;
border-radius: 29rpx;
margin: 30rpx auto;
}