hls_crm/unpackage/dist/dev/mp-weixin/pagesA/punchclock/card/detail.wxss

91 lines
1.8 KiB
Plaintext

@charset "UTF-8";
/* 颜色变量 */
/* 行为相关颜色 */
/* 基本颜色 */
.top.data-v-75f52d16 {
padding: 24rpx 30rpx;
background: #fff;
display: flex;
justify-content: flex-start;
align-items: center;
}
.top .staffimg.data-v-75f52d16 {
width: 60rpx;
height: 60rpx;
border-radius: 50%;
}
.top .text.data-v-75f52d16 {
font-size: 24rpx;
color: #333;
margin: 0 15rpx;
}
.top .statu.data-v-75f52d16 {
width: 120rpx;
border: 1rpx solid #008EFF;
border-radius: 10rpx;
font-size: 24rpx;
color: #008EFF;
text-align: center;
padding: 5rpx 0;
}
.section.data-v-75f52d16 {
background: #fff;
margin: 24rpx 0;
padding: 40rpx 30rpx 30rpx 50rpx;
}
.section .sec_li.data-v-75f52d16 {
display: flex;
justify-content: flex-start;
font-size: 30rpx;
color: #333;
margin-bottom: 20rpx;
}
.section .sec_li text.data-v-75f52d16 {
color: #999;
margin-right: 15rpx;
}
.section .sec_li_file.data-v-75f52d16 {
display: flex;
justify-content: flex-start;
font-size: 30rpx;
color: #333;
}
.section .sec_li_file text.data-v-75f52d16 {
color: #999;
margin-right: 15rpx;
}
.section .sec_li_file .imgbox.data-v-75f52d16 {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
.section .sec_li_file .imgbox .selfimg.data-v-75f52d16 {
width: 120rpx;
height: 120rpx;
border-radius: 10rpx;
margin: 0 15rpx 15rpx 0;
}
.btnlist.data-v-75f52d16 {
padding: 20rpx 24rpx;
display: flex;
justify-content: space-around;
align-items: center;
border-top: 1rpx solid #DDDDDD;
background: #fff;
}
.btnlist .btn.data-v-75f52d16 {
width: 300rpx;
height: 60rpx;
border-radius: 8rpx;
font-size: 24rpx;
color: #fff;
text-align: center;
line-height: 60rpx;
}
.btnlist .pass.data-v-75f52d16 {
background: #008EFF;
}
.btnlist .refuse.data-v-75f52d16 {
background: #F43F3B;
}