hls_crm/unpackage/dist/dev/mp-weixin/pagesA/punchclock/clockrules/addPosition.wxss

56 lines
1.1 KiB
Plaintext

@charset "UTF-8";
/* 颜色变量 */
/* 行为相关颜色 */
/* 基本颜色 */
.fllow_form.data-v-157aa14f {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #fff;
border-bottom: 1rpx solid #EAEAEA;
padding: 30rpx 20rpx;
color: #999;
font-size: 32rpx;
}
.fllow_form .form_right.data-v-157aa14f {
display: flex;
align-items: center;
color: #999;
}
.fllow_form .form_right.data-v-157aa14f :first-child {
width: 450rpx;
text-align: right;
}
.fllow_form .form_right image.data-v-157aa14f {
width: 40rpx;
height: 40rpx;
margin: 28rpx 5rpx 0 0;
}
.fllow_form text.data-v-157aa14f {
color: #f00;
margin-left: 10rpx;
}
.fllow_form .form_input input.data-v-157aa14f {
text-align: right;
margin-right: 10rpx;
}
.botwarp.data-v-157aa14f {
display: flex;
justify-content: space-around;
align-items: center;
margin-top: 100rpx;
}
.botwarp .b_bot.data-v-157aa14f {
width: 300rpx;
height: 80rpx;
border-radius: 40rpx;
font-size: 24rpx;
text-align: center;
line-height: 80rpx;
background: #008EFF;
color: #fff;
}
.botwarp .remove.data-v-157aa14f {
background: #ff7800;
}