examTeamApp/unpackage/dist/dev/mp-weixin/pageTwo/PublicCards/history.wxss

98 lines
1.9 KiB
Plaintext

@charset "UTF-8";
/* 主题色 */
.common.data-v-96d4e922 {
width: 100%;
min-height: 100.5vh;
overflow-y: scroll;
background-color: #f7f7f7;
}
.tabbar.data-v-96d4e922 {
display: flex;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999;
justify-content: space-between;
border-bottom: 1px solid #f7f7f7;
box-shadow: 0px 1px 5px 2px #dfe2e1fc;
background-color: #fff;
}
.tabbar .scroll-menu.data-v-96d4e922 {
width: 100%;
white-space: nowrap;
}
.tabbar .scroll-menu view.data-v-96d4e922 {
height: 55px;
line-height: 55px;
display: inline-block;
min-width: 100px;
margin: 0 10px;
text-align: center;
}
.tabbar .active.data-v-96d4e922 {
color: #37cc92;
font-weight: bold;
border-bottom: 2px solid #37cc92;
}
.history.data-v-96d4e922 {
width: calc(100% - 30px);
height: auto;
margin: 70px 15px 0;
padding-bottom: 40px;
}
.history .list.data-v-96d4e922 {
width: 100%;
margin-top: 12px;
position: relative;
}
.history .list .item.data-v-96d4e922 {
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-96d4e922 {
width: 100%;
display: block;
color: #666;
text-align: center;
font-weight: 500;
font-size: 28rpx;
}
.history .list .item view.data-v-96d4e922 {
width: 28%;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.history .list .time.data-v-96d4e922 {
width: 44% !important;
font-size: 28rpx;
color: #666;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.history .list .time icon.data-v-96d4e922 {
width: 40rpx;
height: 40rpx;
margin-right: 5px;
}
.history .list .time text.data-v-96d4e922 {
width: 100%;
font-size: 30rpx;
margin-top: 3px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}