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

47 lines
1003 B
Plaintext

@charset "UTF-8";
/* 颜色变量 */
/* 行为相关颜色 */
/* 基本颜色 */
.tab_list.data-v-149321e0 {
width: 750rpx;
height: 80rpx;
display: flex;
justify-content: space-around;
align-items: center;
background: #fff;
margin-top: 15rpx;
}
.tab_list .tabli.data-v-149321e0 {
font-size: 24rpx;
color: #333;
line-height: 75rpx;
text-align: center;
border-bottom: 4rpx solid #fff;
}
.tab_list .tabliactive.data-v-149321e0 {
border-bottom: 4rpx solid #008EFF;
}
.searchbox.data-v-149321e0 {
display: flex;
justify-content: flex-end;
margin: 24rpx;
}
.searchbox .searchtext.data-v-149321e0 {
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-149321e0 {
color: #008EFF;
}
.scrollbox.data-v-149321e0 {
width: 750rpx;
height: calc(100vh - 180rpx);
}