赞
踩
CRM客户管理系统源码是一种帮助公司跟踪和增加收入,同时维护和改善客户关系的工具,以下简称CRM。它使团队能够在一个集中的地方捕获和管理跨渠道的客户互动和销售活动。通过消除孤岛并提供统一的客户视图,CRM 确保企业可以跨销售、支持和营销交换关键数据和见解。
源码及演示:m.certerm.top/cs
部分源码展示:core.css
- body {
- font: 14px/1.5 "Verdana", "微软雅黑", YaHei, tahoma, arial, Hiragino Sans GB,
- "宋体"
- }
-
- .el-header {
- background-color: #333333;
- }
-
- .el-header .navbar-nav>li {
- margin-left: 5px;
- margin-right: 5px;
- }
-
- .el-header .navbar-nav>li>a {
- padding-top: 10px;
- padding-bottom: 10px;
- color: #fff;
- }
-
- .el-header .navbar-nav>li>a:HOVER {
- background: transparent;
- color: #00a7ff;
- text-decoration: underline;
- }
-
- .el-header .navbar-nav>li>.el-current-user, .el-header .navbar-nav>li>.el-current-user:HOVER
- {
- color: #00a7ff;
- font-weight: bold;
- text-decoration: none;
- }
-
- .nav .open>a.el-current-user, .nav .open>a.el-current-user:hover {
- background: transparent;
- }
-
- .el-header .nav>li>a:FOCUS {
- background: transparent;
- }
-
- .el-navbar {
- margin-bottom: 5px;
- }
-
- .el-navbar .navbar-header {
- padding-top: 25px;
- padding-bottom: 10px;
- margin-right: 20px;
- }
-
- .el-navbar .navbar-nav>li>a {
- padding-top: 0px;
- padding-bottom: 0px;
- min-width: 80px;
- text-align: center;
- line-height: 80px;
- font-size: 16px;
- }
-
- .el-navbar .navbar-nav>li>a:HOVER {
- background: none repeat scroll 0 0 #f0f0f0;
- color: #09d;
- }
-
- /* banner广告 */
- .el-banner {
- margin: 8px auto;
- width: 1328px;
- }
-
- /* p2p项目特色 */
- .el-feature {
- overflow: hidden;
- height: 80px;
- margin-top: 20px;
- }
-
- .el-feature>dl {
- padding-left: 80px;
- float: left;
- width: 33%;
- }
-
- .el-feature .el-feature-item01 {
- background: url("../images/feature01.png") no-repeat;
- }
-
- .el-feature .el-feature-item02 {
- background: url("../images/feature02.png") no-repeat;
- }
-
- .el-feature .el-feature-item03 {
- background: url("../images/feature03.png") no-repeat;
- }
-
- .el-feature>dl>dt {
- font-size: 18px;
- margin-bottom: 10px;
- }
-
- .el-feature>dl>dd {
- color: #999;
- }
-
- /* footer网页底部 */
- .el-footer {
- background-color: #f8f8f8;
- margin: 20px 0px 20px 0px;
- padding-top: 30px;
- }
-
- .el-footer img {
- max-width: 100%;
- }
-
- /* override bootstrap */
- .el-page-title {
- font-weight: b

Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。