44 lines
659 B
Plaintext
44 lines
659 B
Plaintext
.examlist {
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 680rpx;
|
|
height: 90rpx;
|
|
margin: 0 auto;
|
|
background-color: #f5f5f5;
|
|
border-bottom: 1rpx solid #9c9898;
|
|
}
|
|
|
|
.examlist text {
|
|
font-size: 40rpx;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.examitemlist {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
width: 680rpx;
|
|
height: 100rpx;
|
|
margin: 0 auto;
|
|
margin-top: 28rpx;
|
|
background-color: #f0f0f0;
|
|
}
|
|
|
|
.itemleft image {
|
|
|
|
margin: 0 35rpx;
|
|
width: 31rpx;
|
|
height: 31rpx;
|
|
}
|
|
|
|
.itemright{
|
|
width: 470rpx;
|
|
overflow: hidden;
|
|
}
|
|
.itemright text{
|
|
font-size: 30rpx;
|
|
font-weight: 400;
|
|
} |