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

91 lines
1.9 KiB
Plaintext

@charset "UTF-8";
/* 颜色变量 */
/* 行为相关颜色 */
/* 基本颜色 */
.bot_total.data-v-0f953878 {
position: fixed;
left: 0;
bottom: 0;
width: 750rpx;
height: calc(80rpx + env(safe-area-inset-bottom) / 2);
background: #fff;
font-size: 24rpx;
color: #333;
text-align: center;
line-height: 80rpx;
color: #008EFF;
border-top: 1rpx solid #f5f5f5;
padding-bottom: calc(env(safe-area-inset-bottom) / 2);
}
.botwarp.data-v-0f953878 {
background: #fff;
padding: 0 24rpx;
}
.botwarp .wa_li.data-v-0f953878 {
padding: 24rpx 35rpx;
border-bottom: 1rpx solid #f5f5f5;
display: flex;
justify-content: space-between;
align-items: center;
}
.botwarp .wa_li .wa_label.data-v-0f953878 {
font-size: 24rpx;
color: #333;
}
.botwarp .wa_li .wa_money.data-v-0f953878 {
font-size: 24rpx;
color: #666;
}
.botwarp .wa_li .wa_money text.data-v-0f953878 {
color: #008EFF;
}
.botwarp .wa_btn.data-v-0f953878 {
width: 100%;
height: 100rpx;
font-size: 24rpx;
color: #008EFF;
text-align: center;
line-height: 100rpx;
}
.tab_list.data-v-0f953878 {
width: 750rpx;
height: 80rpx;
display: flex;
justify-content: space-around;
align-items: center;
background: #fff;
}
.tab_list .tabli.data-v-0f953878 {
font-size: 24rpx;
color: #333;
line-height: 75rpx;
text-align: center;
border-bottom: 4rpx solid #fff;
}
.tab_list .tabliactive.data-v-0f953878 {
border-bottom: 4rpx solid #008EFF;
}
.searchbox.data-v-0f953878 {
display: flex;
justify-content: flex-end;
margin: 24rpx;
}
.searchbox .searchtext.data-v-0f953878 {
display: flex;
justify-content: center;
align-items: center;
font-size: 24rpx;
color: #008EFF;
padding: 8rpx 28rpx;
background: #fff;
border-radius: 5rpx;
box-shadow: 2rpx 2rpx 50rpx rgba(0, 0, 0, 0.1);
}
.searchbox .searchtext .icon-shaixuan.data-v-0f953878 {
color: #008EFF;
}
.scrollbox.data-v-0f953878 {
width: 750rpx;
height: calc(100vh - 180rpx);
}