Skip to content

Commit dbea866

Browse files
committed
1.0 version
1 parent c5379fc commit dbea866

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

README.md

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

3-
练手JavaWEB项目,本版本为Servlet版(实现了SSM版85%的功能),基于原生JDBC数据库连接,通过手动实现Filter进行URL和Servlet之间的映射
3+
练手JavaWEB项目,本版本为 Servlet 版(实现了SSM版85%的功能),基于原生JDBC数据库连接,通过手动实现Filter进行URL和Servlet之间的映射
44

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

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

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

1516
本项目的亮点:
@@ -40,6 +41,6 @@
4041
5. JDK >= 1.8、数据库 Mysql
4142

4243

43-
[1]: http://
44+
[1]: http://small.ડ.com
4445
[2]: https://github.com/xenv/S-mall-ssh
4546
[3]: https://github.com/xenv/S-mall-ssm

web/css/style.css

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ul,li{
1414
list-style: none;
1515
}
1616
.redColor{
17-
color:#FF0036 !important;
17+
color:#C40000 !important;
1818
}
1919
.clear{
2020
clear: both;
@@ -33,10 +33,10 @@ nav.top .top-bar{
3333
}
3434
nav.top a,nav.top span{
3535
color : #444;
36-
margin: 0 10px 0 5px;
36+
margin: 0 10px;
3737
}
3838
nav.top a:hover{
39-
color:#FF0036;
39+
color:#C40000;
4040
text-decoration: none;
4141
}
4242
@media screen and (min-width:1240px){
@@ -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)