159 lines
2.5 KiB
Plaintext
159 lines
2.5 KiB
Plaintext
/* pages/exampaper2/exampaper2.wxss *//* 交卷头部 */
|
|
.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: 100rpx;
|
|
padding-top: 60rpx;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.examtiems text {
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 30rpx;
|
|
font-weight: 400;
|
|
}
|
|
|
|
|
|
|
|
/* 试卷解释 */
|
|
.examanalysis {
|
|
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: fixed;
|
|
left: 36rpx;
|
|
bottom: 20rpx;
|
|
width: 680rpx;
|
|
height: 100rpx;
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
.alysisleft{
|
|
|
|
width: 330rpx;
|
|
height: 130rpx;
|
|
align-items: center;
|
|
}
|
|
|
|
.alysisleft image {
|
|
width: 330rpx;
|
|
height: 100rpx;
|
|
}
|
|
.alysisright{
|
|
|
|
width: 330rpx;
|
|
height: 80rpx;
|
|
}
|
|
.alysisright image {
|
|
margin-left: 30rpx;
|
|
width: 330rpx;
|
|
height: 80rpx;
|
|
}
|
|
|
|
/* 试卷解释 */ |