hls_crm/unpackage/dist/dev/mp-weixin/pagesA/cost/item.wxss

55 lines
1.1 KiB
Plaintext

@charset "UTF-8";
/* 颜色变量 */
/* 行为相关颜色 */
/* 基本颜色 */
.cost.data-v-055b9791 {
width: 690rpx;
margin: 0 auto 24rpx;
background: #fff;
border-radius: 20rpx;
padding: 30rpx;
position: relative;
}
.cost .cost_type.data-v-055b9791 {
font-size: 28rpx;
color: #333;
padding-bottom: 15rpx;
border-bottom: 1rpx solid #f5f5f5;
}
.cost .cost_status.data-v-055b9791 {
position: absolute;
right: 24rpx;
top: 24rpx;
background: rgba(0, 142, 255, 0.1);
border-radius: 5rpx;
font-size: 26rpx;
color: #008EFF;
padding: 5rpx 12rpx;
}
.cost .cost_info.data-v-055b9791 {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10rpx;
}
.cost .cost_info .cost_left .cost_text.data-v-055b9791 {
font-size: 24rpx;
color: #999;
margin-bottom: 10rpx;
}
.cost .cost_info .cost_right.data-v-055b9791 {
display: flex;
flex-direction: column;
align-items: center;
}
.cost .cost_info .cost_right .staffimg.data-v-055b9791 {
width: 80rpx;
height: 80rpx;
border-radius: 50%;
margin-bottom: 8rpx;
}
.cost .cost_info .cost_right .staffname.data-v-055b9791 {
font-size: 24rpx;
color: #999;
}