ReedawFoodApp/unpackage/dist/dev/mp-weixin/pageTwo/history/history.wxss

91 lines
1.8 KiB
Plaintext

@charset "UTF-8";
/* 主题色 */
.common.data-v-8cc442ae {
width: 100%;
min-height: 100.5vh;
overflow-y: scroll;
background-color: #f7f7f7;
}
.tagList.data-v-8cc442ae {
width: 100%;
height: 45px;
line-height: 45px;
background: #fff;
box-shadow: 0px 1px 5px 2px #dfe2e1fc;
position: fixed;
top: 0;
z-index: 999;
}
.tagList .active.data-v-8cc442ae {
color: #54d87c;
font-weight: bold;
font-size: 16px;
}
.tagList .scroll-view_H.data-v-8cc442ae {
white-space: nowrap;
width: 100%;
}
.tagList .scroll-view_H .scroll-view-item_H.data-v-8cc442ae {
display: inline-block;
height: 45rpx;
line-height: 45rpx;
text-align: center;
}
.tagList text.data-v-8cc442ae {
color: #666;
padding: 0 15px;
}
.history.data-v-8cc442ae {
width: calc(100% - 30px);
height: auto;
margin: 60px 15px 0;
padding-bottom: 40px;
}
.history .list.data-v-8cc442ae {
width: 100%;
margin-top: 12px;
position: relative;
}
.history .list .item.data-v-8cc442ae {
width: calc(100% - 20px);
height: auto;
background: #fff;
padding: 10px;
display: flex;
justify-content: space-between;
border-radius: 10px;
align-items: center;
font-weight: 700;
font-size: 30rpx !important;
}
.history .list .item text.data-v-8cc442ae {
width: 100%;
display: block;
color: #666;
text-align: center;
font-weight: 500;
font-size: 28rpx;
}
.history .list .item view.data-v-8cc442ae {
width: 28%;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.history .list .time.data-v-8cc442ae {
width: 100%;
font-size: 30rpx;
color: #666;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
margin-bottom: 10px;
}
.history .list .time icon.data-v-8cc442ae {
width: 40rpx;
height: 40rpx;
margin-right: 5px;
}