文档更新
This commit is contained in:
parent
52c1832f99
commit
4f4cb35490
12
README.md
12
README.md
@ -31,11 +31,11 @@
|
|||||||
|
|
||||||
### 演示地址
|
### 演示地址
|
||||||
|
|
||||||
* 官网:[http://www.mindskip.net](http://www.mindskip.net)
|
* 官网:[https://www.mindskip.net](https://www.mindskip.net)
|
||||||
* 学之思考试系统:[http://www.mindskip.net/xzs.html](http://www.mindskip.net/xzs.html)
|
* 学之思考试系统:[https://www.mindskip.net/xzs.html](https://www.mindskip.net/xzs.html)
|
||||||
* 思多多智能考试平台:[http://www.mindskip.net/sdd.html](http://www.mindskip.net/sdd.html)
|
* 思多多智能考试平台:[https://www.mindskip.net/sdd.html](https://www.mindskip.net/sdd.html)
|
||||||
* 维多多培训考试系统:[http://www.mindskip.net/wdd.html](http://www.mindskip.net/wdd.html)
|
* 维多多培训考试系统:[https://www.mindskip.net/wdd.html](https://www.mindskip.net/wdd.html)
|
||||||
* 学多多考试系统:[http://www.mindskip.net/xdd.html](http://www.mindskip.net/xdd.html)
|
* 学多多考试系统:[https://www.mindskip.net/xdd.html](https://www.mindskip.net/xdd.html)
|
||||||
|
|
||||||
### 学之思仓库版本地址
|
### 学之思仓库版本地址
|
||||||
|
|
||||||
@ -52,7 +52,7 @@
|
|||||||
|
|
||||||
### 开发部署教程
|
### 开发部署教程
|
||||||
|
|
||||||
* [http://mindskip.gitee.io/xzs-mysql](http://mindskip.gitee.io/xzs-mysql)
|
* [https://mindskip.gitee.io/xzs-mysql](https://mindskip.gitee.io/xzs-mysql)
|
||||||
|
|
||||||
### 学生系统功能
|
### 学生系统功能
|
||||||
|
|
||||||
|
44
docs/xzs.css
44
docs/xzs.css
@ -1,37 +1,39 @@
|
|||||||
table th {
|
table th {
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
table td {
|
table td {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.head {
|
.head {
|
||||||
position: fixed !important;
|
position: fixed !important;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0px !important;
|
margin: 0px !important;
|
||||||
line-height: 58px;
|
line-height: 58px;
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
background-color: #f8f8f8;
|
background-color: #f8f8f8;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.head-logo{
|
.head-logo {
|
||||||
height: 58px;
|
height: 58px;
|
||||||
width: 182px;
|
width: 182px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.head-link{
|
.head-link {
|
||||||
flex: 1;
|
display: flex;
|
||||||
width: 100%;
|
justify-content: flex-start;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.head-link a{
|
.head-link a {
|
||||||
margin-left: 25px;
|
margin-left: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content{
|
.content {
|
||||||
padding-top: 80px !important;
|
padding-top: 80px !important;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user