`
mxx_1111
  • 浏览: 58788 次
  • 性别: Icon_minigender_1
  • 来自: 济南
社区版块
存档分类
最新评论

当当网首页——CSS代码

 
阅读更多
@charset "utf-8";
/* CSS Document */

/*首页样式*/
/*右侧随鼠标滚动的广告图片*/
.right{
    top:50px;
    right:30px;
    position:absolute;
    z-index:3;
}
.dd_close{
    width:35px;
    height:18px;
    text-align:center;
    border:solid 1px #999;
    background-color:#E0E0E0;
    top:0px;
    right:0px;
    position:absolute;
}
/*通栏广告样式*/
.dd_index_top_adver{
    margin:5px 0px 5px 0px;
    clear:both;
}
#catList,#content,#silder{
    float:left;
}
#catList{
    width:180px;
    margin-right:10px;
    margin-top:10px;
}
#content{
    width:540px;
    margin-right:10px;
}
#silder{
    width:220px;
    margin-top:10px;
}
.book_sort{
    border:solid 1px #999;
    margin-bottom:10px;
}
.book_sort_bg{
    background-color:#fff0d9;
    padding-left:10px;
    color:#882D00;
    font-size:14px;
    height:25px;
    font-weight:bold;
    line-height:30px;
}
.book_sort_bottom{
    margin:0px 10px 0px 10px;
    line-height:25px;
    border-bottom:solid 1px #666;
}
.book_cate{
    padding:10px 0px 0px 10px;
    font-weight:bold;
}
.scroll_top{
    background-image:url(../images/dd_scroll_top.gif);
    width:540px;
    height:51px;
    background-repeat:no-repeat;
}
.scroll_mid{
    background-color:#f2f2f3;
    border-left:solid 1px #d6d5d6;
    border-right:solid 1px #d6d5d6;
    width:533px;
    height:185px;
    overflow:hidden;
    padding:5px 0px 5px 5px;
    position:relative;
}
.scroll_mid #scroll_img li{
    margin-bottom:20px;
}
#dd_scroll{ /*FF*/
    float:none;
}
*html #dd_scroll{
    float:left; /*IE6*/
}
*+html #dd_scroll{
    float:left; /*IE7*/
}
#scroll_number{
    right:0;
    padding-right:10px;
    position:absolute;
    top:5px;
}
#scroll_number li{
    width:13px;
    height:13px;
    text-align:center;
    border:solid 1px #999;
    margin-top:5px;
    font-size:12px;
    line-height:16px;
    cursor:pointer;
}
.scroll_number_out{
}
.scroll_number_over{
    background-color:#F96;
    color:#FFF;
}
.scroll_end{
    background-image:url(../images/dd_scroll_end.gif);
    width:540px;
    height:8px;
    background-repeat:no-repeat;
    margin-bottom:10px;
}
.book_new{
    background-image:url(../images/dd_book_bg.jpg);
    background-repeat:repeat-x;
    height:25px;
    line-height:30px;
    clear:both;
}
.book_left{
    margin:0px 50px 0px 10px;
    color:#882D00;
    font-size:14px;
    font-weight:bold;
    float:left;
}
.book_type{
    float:left;
    margin-left:3px;
    background-image:url(../images/dd_book_bg1.jpg);
    background-repeat:no-repeat;
    width:40px;
    height:23px;
    margin-top:2px;
    text-align:center;
    cursor:pointer;
}
.book_type_out{
    float:left;
    margin-left:3px;
    background-image:url(../images/dd_book_bg2.jpg);
    background-repeat:no-repeat;
    width:40px;
    height:23px;
    margin-top:2px;
    text-align:center;
    color:#882D00;
    font-weight:bold;
    cursor:pointer;
}

.book_right{
    float:right;
    margin-right:5px;
}
.book_class{
    clear:both;
    margin:0 5px;
}
#dome{
    overflow:hidden; /*溢出的部分不显示*/
    height:250px;
    padding:5px;
}
#book_history dt,#book_family dt,#book_novel dt,#book_culture dt{
    float:left;
    width:90px;
    text-align:center;
}
#book_history dd,#book_family dd,#book_novel dd,#book_culture dd{
    float:left;
    width:170px;
    margin:0px 0px 5px 0px;
    border:2px #fff solid;
}
.book_none{
    display:none;
}
.book_show{
    display:block;
}
.book_title{
    color:#1965b3;
    font-size:14px;
}
.book_publish{
    color:#C00;
}
#book_focus dt{
    width:125px;
    margin:5px 0px 0px 7px;
    float:left;
    text-align:center;
    height:90px;
    display:inline;
}
#book_focus dd{
    width:125px;
    margin:5px 0px 0px 7px;
    float:left;
    height:40px;
    display:inline;
}
#express li{
    height:25px;
    border-bottom:dashed 1px #999;
    margin:0px 5px 0px 5px;
    line-height:28px;
}
.book_express_avder{
    margin:5px 0px 5px 0px;
    text-align:center;
}
.book_seven_title{
    background-color:#518700;
    color:#ffffff;
    font-size:14px;
    height:25px;
    padding-left:10px;
    line-height:28px;
}
.book_seven_border{
    background-color:#f2f4df;
    margin:3px;
}
.book_seven_top{
    background-image:url(../images/dd_seven_bg.jpg);
    background-repeat:repeat-x;
    height:18px;
    clear:both;
}
.book_seven_content{
    border:solid 1px #bdc1c4;
    border-top:0px;
    clear:both;
    padding:3px;
    height:375px;
}
#book_seven_cate li{
    float:right;
    background-image:url(../images/dd_seven_bg1.jpg);
    background-repeat:no-repeat;
    width:35px;
    height:18px;
    text-align:center;
    cursor:pointer;
}
#book_seven_cate li:hover{
    float:right;
    background-image:url(../images/dd_seven_bg2.jpg);
    background-repeat:no-repeat;
    width:35px;
    height:18px;
    text-align:center;
    color:#882D00;
}
.book_seven_content_left{
    float:left;
    width:22px;
}
.book_seven_content_right{
    width:175px;
    float:left;
}
#book_seven_number dt{
    height:85px;
}
#book_seven_number dd{
    height:25px;
}
#book_seven_hearten dt{
    width:55px;
    text-align:center;
    float:left;
}
#book_seven_hearten dd{
    width:120px;
    float:left;
    height:85px;
}
#book_seven_hearten ul li{
    line-height:24px;
}
/*网页版权部分样式开始*/
.footer_top,.footer_end{
    width:800px;
    margin:0px auto 0px auto;
    clear:both;
    text-align:center;
}
.footer_top{
    color:#9B2B0F;
}
.footer_dull_red,.footer_dull_red:hover{
    color:#9B2B0F;
    margin:0px 8px 0px 8px;
}
/*网页版权部分样式结束*/

/*当当网商品展示页样式开始*/
.current_place{
    padding-left:10px;
    clear:both;
    height:30px;
}
#product_left{
    width:180px;
    float:left;
}
#product_catList{
    border:solid 1px #d3d3d3;
    background-color:#fff4d7;
}
.product_catList_top{
    color:#FFF;
    height:23px;
    font-size:14px;
    padding-left:10px;
    background-image:url(../images/product_left_top_bg.gif);
    background-repeat:repeat-x;
    line-height:28px;
    margin-bottom:10px;
}
#product_catList_class li{
    height:25px;
    padding-left:10px;
}
.product_catList_end{
    border:solid 1px #d3d3d3;
    margin:10px 0px 10px 0px;
    text-align:center;
}
#product_storyList{
    border:solid 1px #a1a1a1;
    float:right;
    width:770px;
    margin-bottom:20px;

}
#product_storyList_top{
    background-color:#f9d8a9;
    border-bottom:solid 1px #a1a1a1;
    height:30px;
}
#product_storyList_top li{
    float:left;
    line-height:28px;
    padding-left:5px;
}
#product_storyList_top img{
    padding-top:5px;}
#product_array{
    background-color:#f9d8a9;
    border-bottom:solid 1px #a1a1a1;
    height:30px;
    padding-right:15px;
}
#product_array a{
    line-height:22px;
    margin-right:0px;
    margin-top:5px;
    padding:0 5px;
    float:right;
    background:none;
    border:#808080 1px solid;
}
#product_array a.click{
    background:#F96;
    border:#F04E23 1px solid;
}
.product_storyList_content{
    margin:20px 10px 20px 10px;
}
.product_storyList_content .big_img_list{
    width:25%;
    height:240px;
    background:#fff;
    float:left;
    overflow:hidden;
    text-align:left;
    margin:10px auto;
    position:relative;
}
.product_storyList_content .big_img_list.over{
    overflow:visible;
    z-index:99;
}
.product_storyList_content .big_img_list ul{
    background:#fff;
    padding:0 5px 5px;
}
.product_storyList_content .big_img_list ul.over{
    border:2px solid #F96;
    position:absolute;
    z-index:99;
}
.product_storyList_content .big_img_list li{
    padding:2px 5px;
    font-size:12px;
}
.product_storyList_content .big_img_list li a{
    padding:2px 10px;
    font-size:12px;
}
.product_storyList_content .big_img_list .bookImg img{
    width:150px;
    height:150px;
}
.product_storyList_content .big_img_list dl{
    width:100%;
    overflow:hidden;
}
.product_storyList_content .big_img_list dl dd{
    float:left;
    margin-left:10px;
}
.product_storyList_content_bottom{
    border-bottom:1px solid #666;
    clear:both;
    margin-bottom:20px;
}
.product_storyList_content_left{
    width:100px;
    text-align:center;
    float:left;
}
.product_storyList_content_right{
    float:left;
    width:640px;
}
.product_storyList_content_dash{
    border-bottom:dashed 1px #666;
}
.blue_14{
    color:#1965b3;
    font-size:14px;
    text-decoration:none;
}
.blue_14:hover{
    color:#1965b3;
    text-decoration:underline;
    font-size:14px;
}
.product_content_dd dd{
    float:right;
    padding-right:10px;
}
.product_content_delete{
    text-decoration:line-through;
}
#product_page li{
    float:left;
}
.product_page{
    width:16px;
    height:15px;
    text-decoration:none;
    float:left;
    display: block;
    background-color:#FC6;
    margin:0px 3px 1px 0px;
    text-align:center;

}
.product_page:hover{
    width:16px;
    height:15px;
    text-decoration:none;
    float:left;
    display: block;
    background-color:#900;
    margin:0px 3px 1px 0px;
    color:#FFF;

}
/*购物车页面样式开始*/
.shopping_commend{
    background-image:url(../images/shopping_commend_bg.gif);
    background-repeat:repeat-x;
    height:21px;
    border:solid 1px #999;
}
.shopping_commend_left{
    float:left;
    padding-left:10px;
}
.shopping_commend_right{
    float:right;
    padding-right:10px;
    margin-top:3px;
}
.shopping_commend_right img{
    cursor:pointer;
}
#shopping_commend_sort{
    border:solid 1px #999;
    border-top:0;
    padding:5px 20px 5px 20px;
    height:120px;
}
.shopping_commend_sort_left{
    float:left;
    width:450px;
}
.shopping_commend_sort_mid{
    float:left;
    width:15px;
    background-image:url(../images/shopping_dotted.gif);
    background-repeat:repeat-y;
    height:120px;
}
.shopping_commend_list_1,.shopping_commend_list_2,.shopping_commend_list_3,.shopping_commend_list_4{
    float:left;
    height:30px;
    line-height:30px;
}
.shopping_commend_list_1{
    width:240px;
}
.shopping_commend_list_2{
    width:70px;
    text-align:center;
    text-decoration:line-through;
    color:#999;
}
.shopping_commend_list_3{
    width:70px;
    text-align:center;
}
.shopping_commend_list_4{
    text-align:center;
    width:65px;
}
.shopping_yellow{
    color:#ED610C;
}
.shopping_yellow:hover{
    color:#ED610C;
    text-decoration:underline;
}
.shopping_list_top{
    clear:both;
    font-size:14px;
    font-weight:bold;
    margin-top:20px;
}
.shopping_list_border{
    border:solid 2px #999;
}
.shopping_list_title{
    background-color:#d8e4c6;
    height:25px;
}
.shopping_list_title li{
    float:left;
    line-height:28px;
}
.shopping_list_title_1{
    width:420px;
    padding-left:30px;
    text-align:left;
}
.shopping_list_title_2{
    width:120px;
    text-align:center;
}
.shopping_list_title_3{
    width:120px;
    text-align:center;
}
.shopping_list_title_4{
    width:120px;
    text-align:center;
}
.shopping_list_title_5{
    width:70px;
    text-align:center;
}
.shopping_list_title_6{
    width:70px;
    text-align:center;
}
.shopping_product_list{
    background-color:#fefbf2;
    height:40px;

}
.shopping_product_list input{
    width:30px;
    height:15px;
    border:solid 1px #666;
    text-align:center;
}
.shopping_product_list td{
    line-height:35px;
    border-bottom:dashed 1px #CCC;
}
.shopping_product_list_1{
    width:420px;
    padding-left:30px;
    text-align:left;
}
.shopping_product_list_2{
    width:120px;
    text-align:center;
    color:#464646;
}
.shopping_product_list_3{
    width:120px;
    text-align:center;
    color:#464646;
}
.shopping_product_list_4{
    width:120px;
    text-align:center;
    color:#191919;
}
.shopping_product_list_5{
    width:70px;
    text-align:center;
}
.shopping_product_list_6{
    width:70px;
    text-align:center;
}
.shopping_list_end{
    background-color:#cddbb8;
    height:84px;
}
.shopping_list_end li{
    float:right;
}
.shopping_list_end_1{
    margin:10px 10px 0px 10px;
}
.shopping_list_end_2{
    font-weight:bold;
    color:#BD3E00;
    font-size:14px;
    margin:15px 10px 0px 0px;
}
.shopping_list_end_3{
    font-weight:bold;
    font-size:14px;
    margin:15px 0px 0px 15px;
}
.shopping_list_end_4{
    border-right:solid 1px #666666;
    margin:10px 0px 0px 15px;
    padding-right:10px;
}
.shopping_list_end_yellow{
    color:#BD3E00;
}
.shopping_list_end #removeAllProduct{
    line-height:24px;
    padding:0 5px;
    margin-left:20px;
    color:#1965B3;
}
.empty_product{
    height:300px;background:#d3d3d3;font-size:16px;text-align:center;position:relative;
}
.empty_product div{
    padding-top:120px;
}
.empty_product a{
    color:#1965B3;
}
/*注册页面样式*/
#register_header{
    background-image:url(../images/register_head_bg.gif);
    background-repeat:repeat-x;
    height:48px;
    border:solid 1px #CCC;
}
.register_header_left{
    float:left;
    margin:7px 0px 0px 40px;
    display:inline;
}
.register_header_right{
    float:right;
    margin:25px 20px 0px 0px;
    display:inline;
}
.register_content{
    width:950px;
    margin:15px auto 15px auto;
}
.register_top_bg{
    background-image:url(../images/register_top_bg.gif);
    background-repeat:no-repeat;
    height:5px;
}
.register_mid_bg{
    border:solid 1px #a3a3a3;
    border-top:0px;
    height:32px;
}
.register_mid_bg li{
    float:left;
}
.register_mid_left{
    background-image:url(../images/register_tag_left.gif);
    height:32px;
    width:207px;
    background-repeat:no-repeat;
    padding:0px 0px 0px 106px;
    font-size:14px;
    color:#501500;
    font-weight:bold;
    line-height:35px;
}
.register_mid_mid{
    background-image:url(../images/register_tag_mid.gif);
    height:32px;
    width:204px;
    background-repeat:no-repeat;
    padding:0px 0px 0px 115px;
    font-size:14px;
    line-height:35px;
}
.register_mid_right{
    background-image:url(../images/register_tag_right.gif);
    height:32px;
    width:316px;
    background-repeat:no-repeat;
    font-size:14px;
    line-height:35px;
    text-align:center;
}
.register_top_bg_two_left{
    float:left;
    background-image:url(../images/register_cont.gif);
    width:1px;
    height:406px;
    background-repeat:no-repeat;
}
.register_top_bg_two_right{
    float:right;
    background-image:url(../images/register_cont.gif);
    width:1px;
    height:406px;
    background-repeat:no-repeat;
}
.register_top_bg_mid{
    background-image:url(../images/register_shadow.gif);
    background-repeat:repeat-x;
}
.register_title_bg{
    background-image:url(../images/register_pic_01.gif);
    background-position:123px 30px;
    background-repeat:no-repeat;
    padding:42px 0px 0px 202px;
    color:#C30;
}
.register_dotted_bg{
    background-image:url(../images/register_dotted.gif);
    background-repeat:repeat-x;
    height:1px;
    margin:0px 20px 20px 20px;
}
.register_message{
    float:left;
    height:300px;
    width:900px;
}
.register_row{
    clear:both;
}
.register_row dt{
    float:left;
    width:200px;
    height:30px;
    text-align:right;
    font-size:14px;
}
.register_row dd{
    float:left;
    margin-right:5px;
    display:inline;
}
.register_input{
    width:200px;
    height:18px;
    border:solid 1px #999;
    margin:0px 0px 8px 0px;
}
.registerBtn{
    height:35px;
    margin:10px 0px 10px 200px;
    clear:both;
}
/*注册页面提示样式*/
.register_input_Blur{
    background-color:#fef4d0;
    width:200px;
    height:18px;
    border:solid 1px #999;
    margin:0px 0px 8px 0px;
}
.register_input_Focus{
    background-color:#f1ffde;
    width:200px;
    height:18px;
    border:solid 1px #999;
    margin:0px 0px 8px 0px;
}
.register_prompt{
    font-size:12px;
    color:#999;
}
.register_prompt_error{
    font-size:12px;
    color:#C8180B;
    border:solid 1px #999;
    background-color:#fef4d0;
    padding:0px 5px 0px 5px;
    height:18px;
}
.register_prompt_ok{
    background-image:url(../images/register_write_ok.gif);
    background-repeat:no-repeat;
    width:15px;
    height:11px;
    margin:5px 0px 0px 5px;
}

/*登录页面样式*/
.login_header_left{
    float:left;
    margin:30px 10px 0px 100px;
}
.login_header_mid{
    float:left;
    margin:55px 0px 0px 0px;
}
.login_header_right{
    float:right;
    margin:50px 60px 0px 0px;
}
.login_main_left{
    float:left;
}
.login_main_left img{
    float:left;
    border:0px;
}
.login_main_end{
    margin:0px 0px 0px 30px;
    width:540px;
}

.login_green{
    margin:20px 0px 20px 0px;
    float:left;
    width:150px;
}
.login_green dt{
    color:#519403;
    font-weight:bold;
}
.login_green dd{
    color:#666666;
    line-height:25px;
}
.login_main_dotted{
    float:left;
    background-image:url(../images/shopping_dotted.gif);
    width:1px;
    height:90px;
    margin:20px 15px 20px 15px;
}
.login_main_mid{
    border:solid 1px #666;
    float:left;
    width:300px;
    padding:10px 5px 10px 5px;
}
.login_main_right{
    float:left;
    width:74px;
}
.login_main_right img{
    border:0px;
}
.login_content_top{
    background-image:url(../images/login_icon_bg_01.gif);
    background-position:-300px -30px;
    background-repeat:no-repeat;
    padding:10px 0px 0px 35px;
    font-weight:bold;
    font-size:14px;
    color:#900;
}
.login_content_line{
    background-image:url(../images/login_icon_bg_02.gif);
    background-position:0px -195px;
    background-repeat:repeat-x;
    height:3px;
    margin:0px 0px 30px 0px;
}
.login_content{
    clear:both;
    margin:10px 0px 0px 0px;
}
*html .login_content{/*IE6*/
    display:inline;
}
*+html .login_content{/*IE7*/
    display:inline;
}
.login_content dt{
    font-size:14px;
    height:30px;
    text-align:right;
    width:150px;
    float:left;
}
.login_content dd{
    float:left;
}
.login_content_input{
    width:120px;
    height:16px;
    border:solid 1px #999;
}
.login_content_input_Focus{
    background-color:#f1ffde;
    width:120px;
    height:16px;
    border:solid 1px #999;
}
.login_btn_out{
    background-image:url(../images/login_icon_bg_01.gif);
    background-position:0px -30px;
    background-repeat:no-repeat;
    width:77px;
    height:26px;
    border:0px;
    cursor:pointer;
}
.login_btn_over{
    background-image:url(../images/login_icon_bg_01.gif);
    background-position:-78px -30px;
    background-repeat:no-repeat;
    width:77px;
    height:26px;
    border:0px;
    cursor:pointer;
}
.login_content_dotted{
    background-image:url(../images/register_dotted.gif);
    height:1px;
    background-repeat:repeat-x;
    margin:60px 0px 0px 0px;
    overflow:hidden; /*使div的高度为1px*/
}
.login_content_end_bg{
    background-image:url(../images/login_icon_bg_02.gif);
    background-repeat:repeat-x;
    background-position:0px 0px;
    padding:10px 20px 10px 20px;
}
.login_content_end_bg_top{
    clear:both;
}
.login_content_bold{
    font-weight:bold;
    color:#333;
}
.login_content_end_bg_end{
    clear:both;
    text-align:right;
    padding:10px;
}
.login_register_out{
    background-image:url(../images/login_icon_bg_01.gif);
    background-position:0px -3px;
    background-repeat:no-repeat;
    width:144px;
    height:26px;
    border:0px;
    cursor:pointer;
}
.login_register_over{
    background-image:url(../images/login_icon_bg_01.gif);
    background-position:-144px -3px;
    background-repeat:no-repeat;
    width:144px;
    height:26px;
    border:0px;
    cursor:pointer;
}

分享到:
评论

相关推荐

    网页代码——当当网网站代码大全

    通过分析当当网的HTML和CSS代码,开发者可以学习到如何构建一个功能丰富的电子商务网站,包括商品展示、用户交互、响应式设计等多个方面。同时,这也是一个学习网页布局、响应式设计和优化用户体验的实践案例。在...

    期末HTML大作业当当网

    【HTML+CSS+JS:构建期末大作业——“当当网”模拟】 在网页设计与开发的世界里,HTML(超文本标记语言)、CSS(层叠样式表)和JavaScript是三大核心技术,它们共同构建了现代网页的基石。在这个“期末HTML大作业...

    模拟当当网的全部代码(java)

    该项目的主要目标是通过模仿真实的在线购物平台——当当网,来实现一系列关键功能,如商品浏览、购物车管理、订单处理等。以下是对这个项目涉及的一些核心知识点的详细说明: 1. **Java基础**:作为项目的编程语言...

    当当网源代码(javascript,html,xml,servletjsp)

    【标题】"当当网源代码(javascript,html,xml,servletjsp)"揭示了这个项目是关于当当网的一个实现,它涉及到前端和后端的多种技术,包括JavaScript、HTML、XML以及Servlet和JSP。这些技术是构建动态Web应用的...

    网页设计期末作业-仿当当网

    这个作业要求学生模仿知名电商网站——当当网的页面布局和功能,以提升其实际操作能力。 HTML5是现代网页设计的基础,它提供了更丰富的语义化标签,如、、、和等,使得网页内容结构更加清晰,有助于搜索引擎优化和...

    期末前端web大作业——基于HTML当当图书网项目的设计与实现 网上书城 网上书店 在线书店网页

    综上所述,这个基于HTML的当当图书网项目是一个全面而实用的学习资源,它不仅涵盖了基本的HTML、CSS和JavaScript知识,还涉及到了实际网页设计和开发过程中需要注意的细节问题。通过完成这样一个项目,学生不仅可以...

    当当网源代码发 方法大师傅但是

    【标题】: "当当网源代码分析与学习——电子商务系统构建" 【描述】: "这是一个在线购物系统项目,旨在模仿知名的当当网,提供学习和研究用途。它涵盖了从用户浏览、商品搜索、购物车管理到订单处理等一系列功能,为...

    JAVA WEB 毕业设计(模拟当当网)

    【JAVA WEB 毕业设计(模拟当当网)】是一个基于JAVA技术的Web应用程序,旨在模拟实际电子商务网站——当当网的主要功能。这个项目涵盖了Web开发中的多个关键知识点,对于学习者来说,是一个很好的实践平台,能深入...

    当当网源码java版

    《当当网源码分析——基于Java与Struts框架》 当当网,作为中国知名的电子商务平台,其背后的源码是无数开发者学习和研究的对象。本文将深入探讨当当网源码的Java版本,主要涉及的技术栈为Struts框架,以此来揭示其...

    ddw.zip_ddw4com_ddw4,com_ddw当当网_keyf4s_静态网页功能全部实现的当当网

    1. **首页展示**:模拟当当网首页的布局,展示热门商品、分类导航、促销活动等信息。 2. **商品详情页**:展示单个商品的详细信息,包括图片、价格、库存、商品描述等。 3. **搜索功能**:用户可以通过输入关键词...

    ASP.NET源码——[电子商务]易想商城系统开源版 v3.1(仿当当网版).zip

    在这个"易想商城系统开源版 v3.1(仿当当网版)"中,我们可以深入学习ASP.NET在电子商务领域的应用。 1. **电子商务平台架构** 易想商城系统仿照了当当网的架构,可能包括用户模块、商品模块、购物车模块、订单处理...

    达内项目 当当网

    这个项目是一个基于JavaWeb技术的电子商务平台,旨在模仿知名的在线书店——当当网的功能与设计。它提供了一个实际的开发案例,适合学生进行毕业设计,以提升其在JavaWeb开发领域的实践能力。 【描述】:“完整的...

    模拟当当网

    在本项目中,我们模拟了著名的在线购物平台——当当网。主要采用了Struts2框架结合JSP技术来实现这一电子商务网站的核心功能。Struts2是Java Web开发中常用的一个MVC(Model-View-Controller)框架,它极大地简化了...

    当当网的设计与实现 java.docx

    根据提供的文档信息,我们可以推断出该文档主要讨论的是一个基于Java技术的网上书店系统——当当网的设计与实现。接下来将围绕文档标题、描述、标签以及部分内容中的关键信息进行详细解析。 ### 当当网的设计与实现...

    快快游戏网jQ左右轮播焦点图.zip

    【快快游戏网jQ左右轮播焦点图.zip】是一个包含JavaScript特效的资源包,主要用于创建一种常见的网页设计元素——焦点图或幻灯片展示。焦点图是一种将多个图像或内容区块以轮播形式呈现的交互式设计,常用于网站的...

    集美大学软件工程课程设计--当当网(ss2h)

    【集美大学软件工程课程设计--当当网(ss2h)】是一个针对软件工程专业学生进行实践教学的项目,其目标是模仿和实现当当网的网上书城功能。这个项目涵盖了前端用户界面和后端管理系统,让学生在实践中理解和应用软件...

    Scrapy爬虫项目——阿里文学&当当网

    在`parse`函数中,可以使用XPath或CSS选择器来定位和提取数据,如在当当网商品数据的示例中。 3. 使用`yield`语句将解析出的`Item`对象传递给`pipelines`进行后续处理。 4. 编写`pipelines.py`中的类,如`...

    该文件是一种基于JavaWeb的电子商务-当当网图书销售网站

    其次,它是一个电子商务应用,特别地,模拟或复刻了知名的在线图书销售平台——当当网。这暗示项目可能包含了用户浏览、搜索、购买、支付以及订单管理等常见的电商功能模块。 【描述分析】 描述中的信息与标题基本...

    网上购物系统的设计与开发(文档+源码)

    和国内最好的网上书店-------当当网的框架相同,包括顾客的购物车、订单管理和留言板,支持商品搜索;后台管理员的商品、订单、会员、系统管理。界面优美,功能齐全,不可多得的优秀作品。 绝对好用的JSP网上购物...

Global site tag (gtag.js) - Google Analytics