File tree Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 1
- # 小小商城系统
1
+ # 小小商城系统 - SSH版
2
2
3
3
练手JavaWEB项目,本版本为SSH版(实现了SSM版95%的功能),实现了BaseService对Service层的大部分方法的抽象,通过拦截器实现了方法级粒度的鉴权
4
4
5
5
---------------------------
6
6
7
- 演示(SSM版):[ 搭建中] [ 1 ]
7
+ ** 演示** (SSM版):[ http://small.ડ.com/ ] [ 1 ]
8
+ 可自行注册账号,或使用后台查看权限账号 demo 密码 demo (后台入口登陆后显示)
9
+
8
10
兄弟项目:
9
11
[ SSM版(完整版)] [ 3 ]
10
12
[ Servlet版(实现了SSM版85%功能)] [ 2 ]
11
13
12
-
13
14
----------------------------
14
15
15
16
本项目的亮点:
16
17
17
18
* 功能齐全,页面丰富,实现了小商城的大部分功能
18
- * 前端仿天猫2017页面,基于原生CSS、 Jquery、BootstrapJs构建
19
+ * 前端仿天猫2017页面,基于原生CSS(前台)、Bootstrap(后台)、 Jquery、Bootstrap Js构建
19
20
* 本项目为Maven项目,后端使用 Spring 4 + Struts 2 + Hibernate 4
20
21
* 实现了一个 BaseService 类,涵盖了90% 的 Service 方法,各个 Service 只需写少量代码即可
21
22
* 通过拦截器和自定义注解实现了方法级粒度的用户鉴权
41
42
5 . JDK >= 1.8、数据库 Mysql
42
43
43
44
44
- [ 1 ] : http://
45
+ [ 1 ] : http://small.ડ.com
45
46
[ 2 ] : https://github.com/xenv/S-mall-servlet
46
47
[ 3 ] : https://github.com/xenv/S-mall-ssm
Original file line number Diff line number Diff line change @@ -248,24 +248,24 @@ section.head-bar .r-menu img{
248
248
}
249
249
section .carousel {
250
250
width : 100% ;
251
- background : # E8E8E8 ;
251
+ /* background: #E8E8E8;*/
252
252
border-top : 1.5px solid # FF0036 ;
253
253
height : 500px ;
254
254
255
255
}
256
256
section .carousel .carousel-of-product {
257
257
width : 930px ;
258
258
margin : 0 auto;
259
- height : 500 px ;
259
+ height : 460 px ;
260
260
position : relative;
261
261
}
262
262
section .carousel img .carousel-image {
263
- height : 500 px ;
263
+ height : 460 px ;
264
264
}
265
265
266
266
section .carousel .m-menu {
267
267
width : 200px ;
268
- height : 500 px ;
268
+ height : 460 px ;
269
269
position : absolute;
270
270
top : 0 ;
271
271
left : 0 ;
@@ -366,7 +366,7 @@ main.index .products .item img{
366
366
}
367
367
main .index .products .item-title {
368
368
width : 135px ;
369
- height : 40 px ;
369
+ height : 38 px ;
370
370
font-size : 14px ;
371
371
color : # 333 ;
372
372
overflow : hidden;
@@ -576,7 +576,7 @@ main.search .item .item-price{
576
576
main .search .item .item-title {
577
577
overflow : hidden;
578
578
width : 210px ;
579
- height : 20 px ;
579
+ height : 34 px ;
580
580
}
581
581
582
582
main .search .item .item-shop a {
@@ -721,6 +721,7 @@ section.banner{
721
721
section .banner img {
722
722
margin : 0 auto;
723
723
display : block;
724
+ width : 100% ;
724
725
}
725
726
726
727
section .property {
You can’t perform that action at this time.
0 commit comments