Skip to content

Commit c495187

Browse files
committed
修改商品详情界面,更新messages的po和mapper
1 parent c1e5ba5 commit c495187

File tree

18 files changed

+10939
-453
lines changed

18 files changed

+10939
-453
lines changed

WebRoot/goods/css/goodsInfoDetail.css

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ article{
331331
width: 450px;
332332
height: 280px;
333333
position: absolute;
334-
left: 50%;
334+
left: 30%;
335335
margin-left:-225px;
336336
margin-top:-200px;
337337
background-color: white;
@@ -391,18 +391,16 @@ article{
391391
box-shadow:0px 0px 1px 1px #aaa;
392392
}
393393

394-
.secondary_menu tr{
395-
/*height: 30px;*/
396-
/*line-height: 30px;*/
397-
}
398394

399395
.secondary_menu tr td{
400-
width: 200px;
401-
/*padding-left: 10px;*/
402-
/*border: 1px solid red;*/
403396
font-size: 14px;
404397
}
405398

399+
.secondary_menu tr td:hover{
400+
background-color: darkorange;
401+
}
402+
403+
406404

407405
/*comment*/
408406
.comment{

0 commit comments

Comments
 (0)