|
page {
|
background-color: #ffffff !important;
|
}
|
|
@charset "UTF-8";
|
/* 颜色变量 */
|
.box.data-v-56f9d87e {
|
width: 100%;
|
padding: 32rpx;
|
box-sizing: border-box;
|
}
|
.box .box_ipt.data-v-56f9d87e {
|
width: 100%;
|
}
|
.box .box_ipt.data-v-56f9d87e .uni-searchbar__box {
|
justify-content: flex-start;
|
}
|
.box .box_ipt.data-v-56f9d87e .uni-searchbar {
|
padding: 0;
|
}
|
.box .box_history.data-v-56f9d87e {
|
width: 100%;
|
margin-top: 40rpx;
|
display: flex;
|
flex-direction: column;
|
}
|
.box .box_history .title.data-v-56f9d87e {
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
margin-bottom: 28rpx;
|
}
|
.box .box_history .title text.data-v-56f9d87e {
|
font-size: 32rpx;
|
font-family: PingFang SC-Semibold, PingFang SC;
|
font-weight: 600;
|
color: #333333;
|
}
|
.box .box_history .title image.data-v-56f9d87e {
|
width: 40rpx;
|
height: 40rpx;
|
}
|
.box .box_history .list.data-v-56f9d87e {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
flex-wrap: wrap;
|
}
|
.box .box_history .list .list_item.data-v-56f9d87e {
|
padding: 10rpx 28rpx;
|
background: #F5F5F5;
|
border-radius: 24rpx;
|
font-size: 28rpx;
|
font-family: PingFang SC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #333333;
|
margin-left: 16rpx;
|
}
|
.box .box_history .list .list_item.data-v-56f9d87e:first-child {
|
margin-left: 0;
|
}
|
.box .box_list.data-v-56f9d87e {
|
width: 100%;
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
flex-wrap: wrap;
|
margin-top: 40rpx;
|
}
|