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

113 lines
2.1 KiB
Plaintext

@charset "UTF-8";
/* 颜色变量 */
/* 行为相关颜色 */
/* 基本颜色 */
.info_head {
height: 80rpx;
line-height: 80rpx;
font-size: 30rpx;
color: #999;
padding-left: 69rpx;
}
.valueActive {
color: #333;
}
.new_fllow {
font-size: 28rpx;
}
.new_fllow .fllow_form {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #fff;
border-bottom: 1rpx solid #EAEAEA;
font-size: 32rpx;
color: #999;
padding: 30rpx 20rpx;
}
.new_fllow .fllow_form .form_right {
display: flex;
align-items: center;
color: #666;
font-size: 32rpx;
}
.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;
}
.new_fllow .fllow_form .form_input input {
text-align: right;
color: #333;
}
.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 .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;
}