文档更新
This commit is contained in:
parent
e9903beecc
commit
2cfa14bc51
12
README.md
12
README.md
@ -31,11 +31,11 @@
|
||||
|
||||
### 演示地址
|
||||
|
||||
* 官网:[http://www.mindskip.net](http://www.mindskip.net)
|
||||
* 学之思考试系统:[http://www.mindskip.net/xzs.html](http://www.mindskip.net/xzs.html)
|
||||
* 思多多智能考试平台:[http://www.mindskip.net/sdd.html](http://www.mindskip.net/sdd.html)
|
||||
* 维多多培训考试系统:[http://www.mindskip.net/wdd.html](http://www.mindskip.net/wdd.html)
|
||||
* 学多多考试系统:[http://www.mindskip.net/xdd.html](http://www.mindskip.net/xdd.html)
|
||||
* 官网:[https://www.mindskip.net](https://www.mindskip.net)
|
||||
* 学之思考试系统:[https://www.mindskip.net/xzs.html](https://www.mindskip.net/xzs.html)
|
||||
* 思多多智能考试平台:[https://www.mindskip.net/sdd.html](https://www.mindskip.net/sdd.html)
|
||||
* 维多多培训考试系统:[https://www.mindskip.net/wdd.html](https://www.mindskip.net/wdd.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 {
|
||||
min-width: 200px;
|
||||
min-width: 200px;
|
||||
}
|
||||
|
||||
table td {
|
||||
text-align: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.head {
|
||||
position: fixed !important;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
margin: 0px !important;
|
||||
line-height: 58px;
|
||||
padding: 10px 20px;
|
||||
background-color: #f8f8f8;
|
||||
position: fixed !important;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
margin: 0px !important;
|
||||
line-height: 58px;
|
||||
padding: 10px 20px;
|
||||
background-color: #f8f8f8;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.head-logo{
|
||||
height: 58px;
|
||||
width: 182px;
|
||||
.head-logo {
|
||||
height: 58px;
|
||||
width: 182px;
|
||||
}
|
||||
|
||||
.head-link{
|
||||
flex: 1;
|
||||
width: 100%;
|
||||
.head-link {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.head-link a{
|
||||
margin-left: 25px;
|
||||
.head-link a {
|
||||
margin-left: 25px;
|
||||
}
|
||||
|
||||
.content{
|
||||
padding-top: 80px !important;
|
||||
.content {
|
||||
padding-top: 80px !important;
|
||||
}
|
Loading…
Reference in New Issue
Block a user