crm_second_opening_mini/pagesA/bills/index.wxss

155 lines
2.9 KiB
Plaintext

.bot_total.data-v-5cad64ad {
position:fixed;
left:0;
bottom:0;
width:750rpx;
height:80rpx;
background:#fff;
font-size:24rpx;
color:#333;
text-align:center;
line-height:80rpx;
color:#03aa96
}
.botwarp.data-v-5cad64ad {
background:#fff;
padding:0 24rpx
}
.botwarp .wa_li.data-v-5cad64ad {
padding:24rpx 35rpx;
border-bottom:1rpx solid #f5f5f5;
display:flex;
justify-content:space-between;
align-items:center
}
.botwarp .wa_li .wa_label.data-v-5cad64ad {
font-size:24rpx;
color:#333
}
.botwarp .wa_li .wa_money.data-v-5cad64ad {
font-size:24rpx;
color:#666
}
.botwarp .wa_li .wa_money text.data-v-5cad64ad {
color:#03aa96
}
.botwarp .wa_btn.data-v-5cad64ad {
width:100%;
height:100rpx;
font-size:24rpx;
color:#03aa96;
text-align:center;
line-height:100rpx
}
.tab_list.data-v-5cad64ad {
width:750rpx;
height:80rpx;
display:flex;
justify-content:space-around;
align-items:center;
background:#fff
}
.tab_list .tabli.data-v-5cad64ad {
font-size:24rpx;
color:#333;
line-height:75rpx;
text-align:center;
border-bottom:4rpx solid #fff
}
.tab_list .tabliactive.data-v-5cad64ad {
border-bottom:4rpx solid #03aa96
}
.searchbox.data-v-5cad64ad {
display:flex;
justify-content:flex-end;
margin:24rpx
}
.searchbox .searchtext.data-v-5cad64ad {
display:flex;
justify-content:center;
align-items:center;
font-size:24rpx;
color:#03aa96;
padding:8rpx 28rpx;
background:#fff;
border-radius:5rpx;
box-shadow:2rpx 2rpx 50rpx rgba(0,0,0,.1)
}
.searchbox .searchtext .icon-shaixuan.data-v-5cad64ad {
color:#03aa96
}
.scrollbox.data-v-5cad64ad {
width:750rpx;
padding-bottom: 60rpx;
}
.cost.data-v-2a5dec54 {
width:690rpx;
margin:0 auto 24rpx;
background:#fff;
border-radius:20rpx;
padding:30rpx;
position:relative
}
.cost .cost_type.data-v-2a5dec54 {
font-size:28rpx;
color:#333;
padding-bottom:15rpx;
border-bottom:1rpx solid #f5f5f5
}
.cost .cost_status.data-v-2a5dec54 {
position:absolute;
right:24rpx;
top:24rpx;
background:rgba(3,170,150,.1);
border-radius:5rpx;
font-size:26rpx;
color:#03aa96;
padding:5rpx 12rpx
}
.cost .cost_info.data-v-2a5dec54 {
display:flex;
justify-content:space-between;
align-items:center;
padding:10rpx
}
.cost .cost_info .cost_left .cost_text.data-v-2a5dec54 {
font-size:28rpx;
color:#666;
margin-bottom:14rpx
}
.cost .cost_info .cost_right.data-v-2a5dec54 {
display:flex;
flex-direction:column;
align-items:center
}
.cost .cost_info .cost_right .staffimg.data-v-2a5dec54 {
width:80rpx;
height:80rpx;
border-radius:50%;
margin-bottom:8rpx
}
.cost .cost_info .cost_right .staffname.data-v-2a5dec54 {
font-size:24rpx;
color:#999
}
.list-btns {
display: flex;
align-items: center;
}
.list-btns view:nth-child(2) {
background-color: #f5601f;
}
.list-btns view {
width: 150rpx;
margin-right: 20rpx;
height: 50rpx;
border-radius: 50rpx;
display: flex;
color: #fff;
align-items: center;
justify-content: center;
background-color: #1cc8bf;
}