增加'新手引导'功能

This commit is contained in:
季圣华
2019-06-23 18:33:42 +08:00
parent d30492b828
commit 83be4dca33
5 changed files with 529 additions and 116 deletions

48
erp_web/css/user_help.css Normal file
View File

@@ -0,0 +1,48 @@
#tt .title {
font-size: 14px;
font-weight: bold;
text-align: center;
color: green;
height: 30px;
}
#tt .content {
font-size: 14px;
text-align: center;
height: 30px;
}
#tt .list {
width: 100%;
margin: 20px 0px 20px 0px;
}
#tt .list .row{
width: 20%;
float: left;
}
#tt .list .row ul{
list-style:none;
float: left;
}
#tt .list .row ul li{
text-align: center;
height: 40px;
}
#tt .list .row ul .module{
font-size: 14px;
color: blue;
cursor:pointer;
}
#tt .list .row ul .module:hover{
text-decoration: underline;
}
#tt .list .row ul .remark{
font-size: 12px;
text-align: left;
}