319 lines
6.9 KiB
Plaintext
319 lines
6.9 KiB
Plaintext
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.tab_list.data-v-11842234 {
|
|
width: 750rpx;
|
|
height: 80rpx;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
background: #fff;
|
|
}
|
|
.tab_list .tabli.data-v-11842234 {
|
|
font-size: 24rpx;
|
|
color: #333;
|
|
line-height: 75rpx;
|
|
text-align: center;
|
|
border-bottom: 4rpx solid #fff;
|
|
}
|
|
.tab_list .tabliactive.data-v-11842234 {
|
|
border-bottom: 4rpx solid #008EFF;
|
|
}
|
|
.lx_warp.data-v-11842234 {
|
|
width: 690rpx;
|
|
border-radius: 10rpx;
|
|
background: #fff;
|
|
margin: 35rpx auto;
|
|
}
|
|
.lx_warp .top.data-v-11842234 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 24rpx;
|
|
padding-bottom: 24rpx;
|
|
border-bottom: 1rpx solid #f5f5f5;
|
|
}
|
|
.lx_warp .top .top_left .tit.data-v-11842234 {
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
.lx_warp .top .top_left .tip.data-v-11842234 {
|
|
font-size: 24rpx;
|
|
}
|
|
.lx_warp .time_warp.data-v-11842234 {
|
|
padding: 0 24rpx;
|
|
border-bottom: 1rpx solid #f5f5f5;
|
|
}
|
|
.lx_warp .time_warp .time_li.data-v-11842234 {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
.lx_warp .time_warp .time_li:last-child .time_right.data-v-11842234 {
|
|
border-bottom: 0;
|
|
}
|
|
.lx_warp .time_warp .time_li .s_time.data-v-11842234 {
|
|
font-size: 32rpx;
|
|
color: #333;
|
|
flex-shrink: 0;
|
|
}
|
|
.lx_warp .time_warp .time_li .time_right.data-v-11842234 {
|
|
flex: 1;
|
|
margin-left: 15rpx;
|
|
padding: 24rpx 0;
|
|
border-bottom: 1rpx solid #f5f5f5;
|
|
}
|
|
.lx_warp .time_warp .time_li .time_right .ri_top.data-v-11842234 {
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
margin-bottom: 8rpx;
|
|
}
|
|
.lx_warp .time_warp .time_li .time_right .ri_text.data-v-11842234 {
|
|
font-size: 24rpx;
|
|
color: #666;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
.lx_warp .time_warp .time_li .time_right .ri_text text.data-v-11842234 {
|
|
color: #008EFF;
|
|
margin-left: 10rpx;
|
|
}
|
|
.lx_warp .work_time.data-v-11842234 {
|
|
padding: 24rpx;
|
|
font-size: 24rpx;
|
|
color: #333;
|
|
}
|
|
.out_warp.data-v-11842234 {
|
|
width: 690rpx;
|
|
border-radius: 10rpx;
|
|
background: #fff;
|
|
padding: 24rpx;
|
|
margin: 35rpx auto;
|
|
}
|
|
.out_warp .title.data-v-11842234 {
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
margin-bottom: 24rpx;
|
|
padding-bottom: 24rpx;
|
|
border-bottom: 1rpx solid #f5f5f5;
|
|
}
|
|
.out_warp .out_info.data-v-11842234 {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
padding: 24rpx 0;
|
|
border-bottom: 1rpx solid #f5f5f5;
|
|
}
|
|
.out_warp .out_info.data-v-11842234:last-child {
|
|
border-bottom: 0;
|
|
}
|
|
.out_warp .out_info .out_time.data-v-11842234 {
|
|
font-size: 28rpx;
|
|
margin-right: 15rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
.out_warp .out_info .out_right.data-v-11842234 {
|
|
font-size: 26rpx;
|
|
color: #666;
|
|
flex: 1;
|
|
}
|
|
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.scrollbox.data-v-6489e1de {
|
|
width: 750rpx;
|
|
height: calc(100vh - 200rpx);
|
|
}
|
|
.cost_status.data-v-6489e1de {
|
|
position: absolute;
|
|
right: 30rpx;
|
|
top: 30rpx;
|
|
background: rgba(0, 142, 255, 0.1);
|
|
border-radius: 5rpx;
|
|
font-size: 26rpx;
|
|
color: #008EFF;
|
|
padding: 5rpx 12rpx;
|
|
}
|
|
.payList .leave_li.data-v-6489e1de {
|
|
width: 690rpx;
|
|
border-radius: 20rpx;
|
|
background: #fff;
|
|
padding: 30rpx;
|
|
margin: 0 auto 24rpx;
|
|
position: relative;
|
|
}
|
|
.payList .leave_li .content.data-v-6489e1de {
|
|
font-size: 26rpx;
|
|
color: #333;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
.payList .leave_li .content text.data-v-6489e1de {
|
|
color: #999;
|
|
}
|
|
.searchbox.data-v-6489e1de {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
margin: 24rpx;
|
|
}
|
|
.searchbox .searchtext.data-v-6489e1de {
|
|
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-6489e1de {
|
|
color: #008EFF;
|
|
}
|
|
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.scrollbox.data-v-7859dfbf {
|
|
width: 750rpx;
|
|
height: calc(100vh - 200rpx);
|
|
}
|
|
.cost_status.data-v-7859dfbf {
|
|
position: absolute;
|
|
right: 30rpx;
|
|
top: 30rpx;
|
|
background: rgba(0, 142, 255, 0.1);
|
|
border-radius: 5rpx;
|
|
font-size: 26rpx;
|
|
color: #008EFF;
|
|
padding: 5rpx 12rpx;
|
|
}
|
|
.payList .leave_li.data-v-7859dfbf {
|
|
width: 690rpx;
|
|
border-radius: 20rpx;
|
|
background: #fff;
|
|
padding: 30rpx;
|
|
margin: 0 auto 24rpx;
|
|
position: relative;
|
|
}
|
|
.payList .leave_li .content.data-v-7859dfbf {
|
|
font-size: 26rpx;
|
|
color: #333;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
.payList .leave_li .content text.data-v-7859dfbf {
|
|
color: #999;
|
|
}
|
|
.searchbox.data-v-7859dfbf {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
margin: 24rpx;
|
|
}
|
|
.searchbox .searchtext.data-v-7859dfbf {
|
|
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-7859dfbf {
|
|
color: #008EFF;
|
|
}
|
|
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.li_rule.data-v-5edbaef7 {
|
|
width: 690rpx;
|
|
border-radius: 10rpx;
|
|
background: #fff;
|
|
padding: 30rpx;
|
|
margin: 24rpx auto 0;
|
|
}
|
|
.li_rule .top_tit.data-v-5edbaef7 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-bottom: 15rpx;
|
|
}
|
|
.li_rule .top_tit .ruletitle.data-v-5edbaef7 {
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
}
|
|
.li_rule .litext.data-v-5edbaef7 {
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
.li_rule .litext.data-v-5edbaef7:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.profile_fun.data-v-37c14ad7 {
|
|
background-color: #fff;
|
|
}
|
|
.profile_fun .profile_item.data-v-37c14ad7 {
|
|
display: flex;
|
|
background: #fff;
|
|
color: #666;
|
|
padding: 0 30rpx;
|
|
justify-content: space-between;
|
|
border-bottom: 1rpx solid #f5f5f5;
|
|
height: 110rpx;
|
|
line-height: 110rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
.profile_fun .profile_item .itemleft.data-v-37c14ad7 {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
.profile_fun .profile_item .itemleft .leftimg.data-v-37c14ad7 {
|
|
height: 25px;
|
|
width: 25px;
|
|
margin-right: 25rpx;
|
|
}
|
|
.tabbox_out.data-v-37c14ad7 {
|
|
width: 750rpx;
|
|
height: calc(100rpx + env(safe-area-inset-bottom) / 2);
|
|
padding-bottom: calc(env(safe-area-inset-bottom) / 2);
|
|
background: #fff;
|
|
border-top: 1rpx solid #eeeeee;
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0;
|
|
}
|
|
.tabbox_out .tabbox.data-v-37c14ad7 {
|
|
width: 100%;
|
|
height: calc(100rpx + env(safe-area-inset-bottom) / 2);
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
}
|
|
.tabbox_out .tabbox .tab_li.data-v-37c14ad7 {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex: 1;
|
|
position: relative;
|
|
}
|
|
.tabbox_out .tabbox .tab_li .tabimg.data-v-37c14ad7 {
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
}
|
|
.tabbox_out .tabbox .tab_li .tab_text.data-v-37c14ad7 {
|
|
font-size: 20rpx;
|
|
}
|