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

62 lines
1.2 KiB
Plaintext

@charset "UTF-8";
/* 主题色 */
.common.data-v-8cc442ae {
width: 100%;
min-height: 100.5vh;
overflow-y: scroll;
background-color: #f7f7f7;
}
.history.data-v-8cc442ae {
width: calc(100% - 30px);
height: auto;
margin: 15px 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: 6px 10px;
display: flex;
justify-content: space-between;
border-radius: 10px;
align-items: center;
font-weight: 700;
line-height: 50rpx;
font-size: 36rpx !important;
}
.history .list .item text.data-v-8cc442ae {
display: block;
color: #666;
text-align: center;
font-weight: 500;
font-size: 28rpx;
}
.history .list .time.data-v-8cc442ae {
font-size: 28rpx;
color: #666;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
margin-bottom: 5px;
}
.history .list .time icon.data-v-8cc442ae {
width: 40rpx;
height: 40rpx;
margin-right: 5px;
}
.history .list .time text.data-v-8cc442ae {
font-size: 32rpx;
margin-top: 3px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}