File tree Expand file tree Collapse file tree 2 files changed +16
-14
lines changed Expand file tree Collapse file tree 2 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 1
- # 小小商城系统
1
+ # 小小商城系统 - Servlet版
2
2
3
- 练手JavaWEB项目,本版本为Servlet版 (实现了SSM版85%的功能),基于原生JDBC数据库连接,通过手动实现Filter进行URL和Servlet之间的映射
3
+ 练手JavaWEB项目,本版本为 Servlet 版 (实现了SSM版85%的功能),基于原生JDBC数据库连接,通过手动实现Filter进行URL和Servlet之间的映射
4
4
5
5
---------------------------
6
6
7
- 演示(SSM版):[ 搭建中] [ 1 ]
7
+ ** 演示** (SSM版):[ http://small.ડ.com/ ] [ 1 ]
8
+ 可自行注册账号,或使用后台查看权限账号 demo 密码 demo (后台入口登陆后显示)
9
+
8
10
兄弟项目:
9
11
[ SSH版(实现了SSM版95%功能)] [ 2 ]
10
12
[ SSM版(完整版)] [ 3 ]
11
13
12
-
13
14
----------------------------
14
15
15
16
本项目的亮点:
40
41
5 . JDK >= 1.8、数据库 Mysql
41
42
42
43
43
- [ 1 ] : http://
44
+ [ 1 ] : http://small.ડ.com
44
45
[ 2 ] : https://github.com/xenv/S-mall-ssh
45
46
[ 3 ] : https://github.com/xenv/S-mall-ssm
Original file line number Diff line number Diff line change 14
14
list-style : none;
15
15
}
16
16
.redColor {
17
- color : # FF0036 !important ;
17
+ color : # C40000 !important ;
18
18
}
19
19
.clear {
20
20
clear : both;
@@ -33,10 +33,10 @@ nav.top .top-bar{
33
33
}
34
34
nav .top a , nav .top span {
35
35
color : # 444 ;
36
- margin : 0 10px 0 5 px ;
36
+ margin : 0 10px ;
37
37
}
38
38
nav .top a : hover {
39
- color : # FF0036 ;
39
+ color : # C40000 ;
40
40
text-decoration : none;
41
41
}
42
42
@media screen and (min-width : 1240px ){
@@ -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