47 lines
711 B
Plaintext
47 lines
711 B
Plaintext
|
/**app.wxss**/
|
||
|
@import '/component/iView/button/index.wxss';
|
||
|
@import '/component/iView/radio/index.wxss';
|
||
|
@import '/component/iView/input/index.wxss';
|
||
|
|
||
|
page {
|
||
|
background: #f7f7f7;
|
||
|
}
|
||
|
|
||
|
.container {
|
||
|
height: 100%;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
padding: 200rpx 0;
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
|
||
|
.student-page {
|
||
|
background: white;
|
||
|
}
|
||
|
|
||
|
.student-page button {
|
||
|
height: 30px;
|
||
|
line-height: 30px;
|
||
|
margin-top: 7px;
|
||
|
}
|
||
|
|
||
|
.gapfilling-span {
|
||
|
color: red;
|
||
|
padding: 0px 30px;
|
||
|
margin: 0px 5px;
|
||
|
border-bottom: 3px double red;
|
||
|
}
|
||
|
|
||
|
.ueditor-p {
|
||
|
display: inline !important;
|
||
|
}
|
||
|
|
||
|
.exam-hidden {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.exam-pick-input{
|
||
|
height: 30px;
|
||
|
}
|