仓库地址修改
This commit is contained in:
@@ -1,47 +0,0 @@
|
||||
/**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;
|
||||
}
|
||||
Reference in New Issue
Block a user