文档更新
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)
|
||||||
|
|
||||||
### 学生系统功能
|
### 学生系统功能
|
||||||
|
|
||||||
|
@ -16,6 +16,7 @@ table td {
|
|||||||
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 {
|
||||||
@ -24,8 +25,9 @@ table td {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.head-link {
|
.head-link {
|
||||||
flex: 1;
|
display: flex;
|
||||||
width: 100%;
|
justify-content: flex-start;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.head-link a {
|
.head-link a {
|
||||||
|
Loading…
Reference in New Issue
Block a user