duidui_mini_program/pages/exampaper/exampaper.wxss
2026-03-27 10:41:46 +08:00

149 lines
2.0 KiB
Plaintext

/* 交卷头部 */
.exampaperhead {
width: 100%;
height: 225rpx;
border-bottom: 16rpx solid #e6e2e2;
background-color: #f5f5f5;
}
.headup {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 55rpx;
padding-top: 50rpx;
}
.headup text {
font-size: 60rpx;
font-weight: 400;
color: #000000;
}
.headdown {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 55rpx;
padding-top: 30rpx;
}
.headdown text {
font-size: 30rpx;
font-weight: 400;
color: #808080;
}
/* 交卷头部 */
/* 提卷内容 */
.subitexamcontent {
width: 680rpx;
margin: 40rpx auto;
}
.examcontentup {
height: 40rpx;
border-left: 8rpx solid #1ccfd6;
margin-bottom: 40rpx;
margin-top: 40rpx;
}
.examcontentup text {
margin-left: 20rpx;
color: #010101;
font-size: 30rpx;
font-weight: 400;
}
.examcontentdown {
display: flex;
flex-wrap: wrap;
width: 660rpx;
margin: 0 30rpx;
}
.downitem {
width: 77rpx;
height: 77rpx;
flex: 0 19% !important;
margin-bottom: 40rpx;
}
.examcontentdown image {
width: 77rpx;
height: 77rpx;
margin: 0 auto;
margin-top: 20rpx;
}
.charclass {
display: flex;
justify-items: center;
}
.charclass text {
width: 37rpx;
height: 33rpx;
position: relative;
right:2rpx;
left: 10px;
top: -36px;
text-align: center;
}
/* 提卷内容 */
/* 试卷时间 */
.examtiems {
width: 680rpx;
height: 50rpx;
margin: 50rpx auto;
margin-bottom: 150rpx;
}
.examtiems text {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-size: 30rpx;
font-weight: 400;
}
/* 试卷时间 */
/* 试卷解释 */
.examanalysis {
width: 680rpx;
height: 100rpx;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin: 0 auto;
position: fixed;
bottom: 0;
}
.alysisleft image {
margin-left: 30rpx;
width: 330rpx;
height: 80rpx;
}
.alysisright image {
margin-left: 30rpx;
width: 330rpx;
height: 80rpx;
}
/* 试卷解释 */