Skip to content

Commit 47880d3

Browse files
committed
1.0 version
1 parent ac781a9 commit 47880d3

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
1-
# 小小商城系统
1+
# 小小商城系统 - SSH版
22

33
练手JavaWEB项目,本版本为SSH版(实现了SSM版95%的功能),实现了BaseService对Service层的大部分方法的抽象,通过拦截器实现了方法级粒度的鉴权
44

55
---------------------------
66

7-
演示(SSM版):[搭建中][1]
7+
**演示**(SSM版):[http://small.ડ.com/][1]
8+
可自行注册账号,或使用后台查看权限账号 demo 密码 demo (后台入口登陆后显示)
9+
810
兄弟项目:
911
[SSM版(完整版)][3]
1012
[Servlet版(实现了SSM版85%功能)][2]
1113

12-
1314
----------------------------
1415

1516
本项目的亮点:
1617

1718
* 功能齐全,页面丰富,实现了小商城的大部分功能
18-
* 前端仿天猫2017页面,基于原生CSSJquery、BootstrapJs构建
19+
* 前端仿天猫2017页面,基于原生CSS(前台)、Bootstrap(后台)、Jquery、Bootstrap Js构建
1920
* 本项目为Maven项目,后端使用 Spring 4 + Struts 2 + Hibernate 4
2021
* 实现了一个 BaseService 类,涵盖了90% 的 Service 方法,各个 Service 只需写少量代码即可
2122
* 通过拦截器和自定义注解实现了方法级粒度的用户鉴权
@@ -41,6 +42,6 @@
4142
5. JDK >= 1.8、数据库 Mysql
4243

4344

44-
[1]: http://
45+
[1]: http://small.ડ.com
4546
[2]: https://github.com/xenv/S-mall-servlet
4647
[3]: https://github.com/xenv/S-mall-ssm

src/main/webapp/css/style.css

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -248,24 +248,24 @@ section.head-bar .r-menu img{
248248
}
249249
section.carousel{
250250
width: 100%;
251-
background: #E8E8E8;
251+
/*background: #E8E8E8;*/
252252
border-top: 1.5px solid #FF0036;
253253
height:500px;
254254

255255
}
256256
section.carousel .carousel-of-product{
257257
width:930px;
258258
margin: 0 auto;
259-
height:500px;
259+
height:460px;
260260
position: relative;
261261
}
262262
section.carousel img.carousel-image{
263-
height:500px;
263+
height:460px;
264264
}
265265

266266
section.carousel .m-menu{
267267
width:200px;
268-
height:500px;
268+
height:460px;
269269
position: absolute;
270270
top:0;
271271
left:0;
@@ -366,7 +366,7 @@ main.index .products .item img{
366366
}
367367
main.index .products .item-title{
368368
width:135px;
369-
height:40px;
369+
height:38px;
370370
font-size: 14px;
371371
color:#333;
372372
overflow: hidden;
@@ -576,7 +576,7 @@ main.search .item .item-price{
576576
main.search .item .item-title{
577577
overflow: hidden;
578578
width:210px;
579-
height:20px;
579+
height:34px;
580580
}
581581

582582
main.search .item .item-shop a{
@@ -721,6 +721,7 @@ section.banner{
721721
section.banner img{
722722
margin: 0 auto;
723723
display: block;
724+
width: 100%;
724725
}
725726

726727
section.property{

0 commit comments

Comments
 (0)