| @@ -43,9 +43,27 @@ form.search { | |||||
| display:flex; | display:flex; | ||||
| width:100% | width:100% | ||||
| } | } | ||||
| .body-bg { | |||||
| background:#f5f5f5 | |||||
| } | |||||
| .body-img { | |||||
| background:url(../img/member_bg.jpg); | |||||
| background-repeat:no-repeat; | |||||
| background-position:top center | |||||
| } | |||||
| .navbar-toggler { | .navbar-toggler { | ||||
| font-size:16px | font-size:16px | ||||
| } | } | ||||
| .spec .card { | |||||
| text-align:center | |||||
| } | |||||
| .spec .card img { | |||||
| max-width:200px; | |||||
| margin:0 auto | |||||
| } | |||||
| .spec .card-body { | |||||
| padding:.25rem | |||||
| } | |||||
| ul.spec > li > a > img,.article-spec > a > img { | ul.spec > li > a > img,.article-spec > a > img { | ||||
| width:120px | width:120px | ||||
| } | } | ||||
| @@ -61,7 +79,7 @@ ul.spec > li .title h4 { | |||||
| ul.spec > li .title .label { | ul.spec > li .title .label { | ||||
| padding:0 5px; | padding:0 5px; | ||||
| color:#1eb867; | color:#1eb867; | ||||
| background:#B7E9B4; | |||||
| background:#b7e9b4; | |||||
| border-radius:.25rem | border-radius:.25rem | ||||
| } | } | ||||
| ul.spec > li .description,ul.spec > li .description a { | ul.spec > li .description,ul.spec > li .description a { | ||||
| @@ -110,9 +128,6 @@ ul.items > li .description,ul.items > li .description a,ul.items > li .addinfo { | |||||
| line-height:30px; | line-height:30px; | ||||
| word-break:break-all | word-break:break-all | ||||
| } | } | ||||
| ul.items > li .addinfo { | |||||
| font-size:14px | |||||
| } | |||||
| ul.items .border-bottom-dashed { | ul.items .border-bottom-dashed { | ||||
| border-bottom:dashed 1px #929292 | border-bottom:dashed 1px #929292 | ||||
| } | } | ||||
| @@ -134,9 +149,6 @@ ul.items > li .label { | |||||
| ul.items > li .label:hover { | ul.items > li .label:hover { | ||||
| color:#fff | color:#fff | ||||
| } | } | ||||
| ul.items > li .source { | |||||
| font-size:14px | |||||
| } | |||||
| .ddcard,.ddcard-normal { | .ddcard,.ddcard-normal { | ||||
| border:none | border:none | ||||
| } | } | ||||
| @@ -145,7 +157,7 @@ ul.items > li .source { | |||||
| box-shadow:1px 0px 5px 5px #f5f5f5 | box-shadow:1px 0px 5px 5px #f5f5f5 | ||||
| } | } | ||||
| .ddcard-normal ul { | .ddcard-normal ul { | ||||
| padding:.5rem | |||||
| padding:10px | |||||
| } | } | ||||
| .ddcard > .card-header { | .ddcard > .card-header { | ||||
| padding:0; | padding:0; | ||||
| @@ -153,45 +165,20 @@ ul.items > li .source { | |||||
| border-bottom:solid 5px #1eb867 | border-bottom:solid 5px #1eb867 | ||||
| } | } | ||||
| .ddcard-normal > .card-header { | .ddcard-normal > .card-header { | ||||
| padding:0; | |||||
| padding:10px; | |||||
| background:#fff; | background:#fff; | ||||
| border-bottom:0 | border-bottom:0 | ||||
| } | } | ||||
| .ddcard-normal > .card-header .caption { | |||||
| .ddcard-normal > .card-header .caption,.ddcard > .card-header .caption { | |||||
| font-size:18px; | font-size:18px; | ||||
| font-weight:600 | font-weight:600 | ||||
| } | } | ||||
| .ddcard-normal > .card-header .caption::before { | |||||
| margin-right:10px; | |||||
| padding:3px; | |||||
| content:" "; | |||||
| background:#1eb867; | |||||
| border-radius:.2rem | |||||
| } | |||||
| .ddcard > .card-header .caption { | |||||
| font-size:18px | |||||
| } | |||||
| .ddcard > .card-header .caption span { | |||||
| padding:6px 12px; | |||||
| display:inline-block; | |||||
| color:#fff; | |||||
| background:#1eb867; | |||||
| border-radius:.2rem .2rem 0 0 | |||||
| } | |||||
| .ddcard > .card-header .more a,.ddcard-normal > .card-header .more a { | .ddcard > .card-header .more a,.ddcard-normal > .card-header .more a { | ||||
| color:#1eb867; | |||||
| font-size:14px; | font-size:14px; | ||||
| line-height:26px | |||||
| } | |||||
| .ddcard-normal > ul > li.media img { | |||||
| width:60px; | |||||
| height:60px | |||||
| } | |||||
| .ddcard-normal .more { | |||||
| padding-right:1.25rem | |||||
| color:#1eb867 | |||||
| } | } | ||||
| .ddcard-normal > .list-group > li i { | .ddcard-normal > .list-group > li i { | ||||
| color:#60B983 | |||||
| color:#1eb867 | |||||
| } | } | ||||
| .ddcard > ul > li,.ddcard > ol > li,.ddcard-normal > ul > li,.ddcard-normal > ol > li { | .ddcard > ul > li,.ddcard > ol > li,.ddcard-normal > ul > li,.ddcard-normal > ol > li { | ||||
| padding-bottom:10px; | padding-bottom:10px; | ||||
| @@ -200,12 +187,36 @@ ul.items > li .source { | |||||
| text-overflow:ellipsis; | text-overflow:ellipsis; | ||||
| white-space:nowrap | white-space:nowrap | ||||
| } | } | ||||
| .ddcard > ul > li:nth-child(1),.ddcard > ol > li:nth-child(1),.ddcard-normal > ul > li:nth-child(1),.ddcard-normal > ol > li:nth-child(1) { | |||||
| .ddcard > ul > li:nth-child(1),.ddcard > ol > li:nth-child(1) { | |||||
| margin-top:10px | margin-top:10px | ||||
| } | } | ||||
| .ddcard > ul > li:last-child,.ddcard > ol > li:last-child,.ddcard-normal > ul > li:last-child,.ddcard-normal > ol > li:last-child { | .ddcard > ul > li:last-child,.ddcard > ol > li:last-child,.ddcard-normal > ul > li:last-child,.ddcard-normal > ol > li:last-child { | ||||
| padding-bottom:0 | padding-bottom:0 | ||||
| } | } | ||||
| .ddcard > .card-header .caption span { | |||||
| padding:6px 12px; | |||||
| display:inline-block; | |||||
| color:#fff; | |||||
| background:#1eb867; | |||||
| border-radius:.2rem .2rem 0 0 | |||||
| } | |||||
| .title::before { | |||||
| content:" "; | |||||
| background:#1eb867; | |||||
| padding:3px; | |||||
| margin-right:10px; | |||||
| border-radius:.2rem | |||||
| } | |||||
| .breadcrumb { | |||||
| margin-bottom:0 | |||||
| } | |||||
| .article-main h1,.article-main h2,.article-main h3,.article-main h4,.article-main h5,.article-main h6 { | |||||
| margin-bottom:1rem; | |||||
| font-size:24px | |||||
| } | |||||
| .article-meta span { | |||||
| margin-right:1rem | |||||
| } | |||||
| .digg .comment-container { | .digg .comment-container { | ||||
| width:200px; | width:200px; | ||||
| padding:10px 20px; | padding:10px 20px; | ||||
| @@ -224,12 +235,12 @@ ul.items > li .source { | |||||
| margin-bottom:10px | margin-bottom:10px | ||||
| } | } | ||||
| .digg .comment-top-text { | .digg .comment-top-text { | ||||
| color:#497cf6; | |||||
| margin-left:10px | |||||
| margin-left:10px; | |||||
| color:#497cf6 | |||||
| } | } | ||||
| .digg .comment-top-text-danger { | .digg .comment-top-text-danger { | ||||
| color:#d21d35; | |||||
| margin-left:10px | |||||
| margin-left:10px; | |||||
| color:#d21d35 | |||||
| } | } | ||||
| .digg .text-like { | .digg .text-like { | ||||
| color:#497cf6 | color:#497cf6 | ||||
| @@ -263,49 +274,13 @@ ul.items > li .source { | |||||
| float:left; | float:left; | ||||
| margin-left:10px | margin-left:10px | ||||
| } | } | ||||
| .spec .card { | |||||
| text-align:center | |||||
| } | |||||
| .spec .card img { | |||||
| max-width:200px; | |||||
| margin:0 auto | |||||
| } | |||||
| .spec .card-body { | |||||
| padding:.25rem | |||||
| } | |||||
| .title::before { | |||||
| content:" "; | |||||
| background:#1eb867; | |||||
| padding:3px; | |||||
| margin-right:10px; | |||||
| border-radius:.2rem | |||||
| } | |||||
| .breadcrumb { | |||||
| margin-bottom:0 | |||||
| } | |||||
| .article-main h1,.article-main h2,.article-main h3,.article-main h4,.article-main h5,.article-main h6 { | |||||
| margin-bottom:1rem; | |||||
| font-size:24px | |||||
| } | |||||
| .article-meta span { | |||||
| margin-right:1rem | |||||
| } | |||||
| .copyright { | .copyright { | ||||
| padding:.5rem; | padding:.5rem; | ||||
| background:#12451F | |||||
| background:#1e7e34 | |||||
| } | } | ||||
| .flink,.flink a,.copyright,.copyright a { | .flink,.flink a,.copyright,.copyright a { | ||||
| color:#fff | color:#fff | ||||
| } | } | ||||
| .btn+.btn,.btn-text+.btn-text { | |||||
| margin-left:1rem | |||||
| } | |||||
| .table { | |||||
| color:#545b62 | |||||
| } | |||||
| .form-control,.btn,.fa { | |||||
| font-size:14px!important | |||||
| } | |||||
| .nav-link { | .nav-link { | ||||
| padding:0 10px; | padding:0 10px; | ||||
| height:36px; | height:36px; | ||||
| @@ -324,6 +299,15 @@ ul.items > li .source { | |||||
| border-radius:50%; | border-radius:50%; | ||||
| border-bottom:1px solid #eee | border-bottom:1px solid #eee | ||||
| } | } | ||||
| .table { | |||||
| color:#545b62 | |||||
| } | |||||
| .form-control,.btn,.fa { | |||||
| font-size:14px!important | |||||
| } | |||||
| .btn+.btn,.btn-text+.btn-text { | |||||
| margin-left:1rem | |||||
| } | |||||
| #btnScrollTop { | #btnScrollTop { | ||||
| display:none; | display:none; | ||||
| position:fixed; | position:fixed; | ||||
| @@ -341,4 +325,9 @@ ul.items > li .source { | |||||
| } | } | ||||
| #btnScrollTop:hover { | #btnScrollTop:hover { | ||||
| background:#e77817 | background:#e77817 | ||||
| } | |||||
| @media (max-width:480px) { | |||||
| .m-pb-2 { | |||||
| padding-bottom:2rem | |||||
| } | |||||
| } | } | ||||
| @@ -1,23 +1,15 @@ | |||||
| body { | |||||
| background:#f5f5f5 | |||||
| } | |||||
| .login-bg { | |||||
| margin:-1rem 0; | |||||
| padding:6rem 0; | |||||
| background-image:url(../img/member_bg.jpg); | |||||
| background-repeat:no-repeat; | |||||
| background-position:top center | |||||
| } | |||||
| .login-area { | .login-area { | ||||
| float:right; | |||||
| margin:8rem 0 | |||||
| } | |||||
| .login-box { | |||||
| padding:1rem; | padding:1rem; | ||||
| width:430px; | |||||
| width:500px; | |||||
| background:#fff | background:#fff | ||||
| } | } | ||||
| .login-area small.des { | |||||
| .login-box small.des { | |||||
| color:#b5b5b5 | color:#b5b5b5 | ||||
| } | } | ||||
| .login-area .licence a { | |||||
| .login-box .licence a { | |||||
| color:#1eb867 | color:#1eb867 | ||||
| } | } | ||||
| #validateimg { | #validateimg { | ||||
| @@ -77,12 +69,7 @@ body { | |||||
| line-height:36px | line-height:36px | ||||
| } | } | ||||
| @media (max-width:480px) { | @media (max-width:480px) { | ||||
| .m-pb-2 { | |||||
| padding-bottom:2rem | |||||
| } | |||||
| .login-area { | |||||
| float:none; | |||||
| margin:auto; | |||||
| .login-area,.login-box { | |||||
| width:100% | width:100% | ||||
| } | } | ||||
| } | } | ||||
| @@ -17,7 +17,7 @@ | |||||
| {dede:include filename='head.htm'/} | {dede:include filename='head.htm'/} | ||||
| <div class="container py-3"> | <div class="container py-3"> | ||||
| <div class="row"> | <div class="row"> | ||||
| <div class="col-md-9 litpics"> | |||||
| <div class="col-md-9 m-pb-2"> | |||||
| <div class="row"> | <div class="row"> | ||||
| <div id="carouselIndex" class="col-12 carousel slide" data-ride="carousel"> | <div id="carouselIndex" class="col-12 carousel slide" data-ride="carousel"> | ||||
| <ol class="carousel-indicators"> | <ol class="carousel-indicators"> | ||||
| @@ -43,7 +43,7 @@ | |||||
| </div> | </div> | ||||
| </div> | </div> | ||||
| </div> | </div> | ||||
| <div class="col-md-3 toutiao"> | |||||
| <div class="col-md-3"> | |||||
| <div class="row"> | <div class="row"> | ||||
| <div class="col-md-12"> | <div class="col-md-12"> | ||||
| <div class="card ddcard-normal"> | <div class="card ddcard-normal"> | ||||
| @@ -2,9 +2,7 @@ | |||||
| <div class="comment py-3"> | <div class="comment py-3"> | ||||
| <h4>发表评论</h4> | <h4>发表评论</h4> | ||||
| <div id="feedback-alert"></div> | <div id="feedback-alert"></div> | ||||
| <div class="content mb-3"> | |||||
| <textarea cols="60" id="iptMsg" name="msg" rows="5" class="form-control" placeholder="说点什吗吧"></textarea> | |||||
| </div> | |||||
| <div class="content mb-3"><textarea cols="60" id="iptMsg" name="msg" rows="5" class="form-control" placeholder="说点什吗吧"></textarea></div> | |||||
| <div class="post mb-3"> | <div class="post mb-3"> | ||||
| <div class="dcmp-userinfo" id="_ajax_feedback"> | <div class="dcmp-userinfo" id="_ajax_feedback"> | ||||
| <div class="form-group form-row"> | <div class="form-group form-row"> | ||||
| @@ -43,14 +41,10 @@ | |||||
| <small>[field:dtime function="MyDate('Y-m-d',@me)"/]</small> | <small>[field:dtime function="MyDate('Y-m-d',@me)"/]</small> | ||||
| <a href="javascript:ReplyFeedback([field:id/])">[回复]</a> <a href="javascript:LoadReplyFeedbacks([field:id/])">[field:replycount/]条回复</a> | <a href="javascript:ReplyFeedback([field:id/])">[回复]</a> <a href="javascript:LoadReplyFeedbacks([field:id/])">[field:replycount/]条回复</a> | ||||
| </span> | </span> | ||||
| <div class="feedback-action"> | |||||
| <a href="javascript:GoodFeedback([field:id/], [field:good/])"><span id="feedbackGood[field:id/]">[field:good/]</span><i class="fa fa-thumbs-up ml-1"></i></a> | |||||
| </div> | |||||
| </div> | |||||
| <div class="_feedback_reply mt-2" for="[field:id/]"> | |||||
| </div> | |||||
| <div class="feedback_replies" for="[field:id/]"> | |||||
| <div class="feedback-action"><a href="javascript:GoodFeedback([field:id/], [field:good/])"><span id="feedbackGood[field:id/]">[field:good/]</span><i class="fa fa-thumbs-up ml-1"></i></a></div> | |||||
| </div> | </div> | ||||
| <div class="_feedback_reply mt-2" for="[field:id/]"></div> | |||||
| <div class="feedback_replies" for="[field:id/]"></div> | |||||
| </div> | </div> | ||||
| </div> | </div> | ||||
| {/dede:feedback} | {/dede:feedback} | ||||
| @@ -11,7 +11,7 @@ | |||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | ||||
| <script src="<?php echo $cfg_cmsurl;?>/static/web/js/member.album.js"></script> | <script src="<?php echo $cfg_cmsurl;?>/static/web/js/member.album.js"></script> | ||||
| </head> | </head> | ||||
| <body> | |||||
| <body class="body-bg"> | |||||
| <?php pasterTempletDiy('top.htm');?> | <?php pasterTempletDiy('top.htm');?> | ||||
| <div class="container py-3"> | <div class="container py-3"> | ||||
| <div class="row"> | <div class="row"> | ||||
| @@ -11,7 +11,7 @@ | |||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | ||||
| <script src="<?php echo $cfg_cmsurl;?>/static/web/js/member.album.js"></script> | <script src="<?php echo $cfg_cmsurl;?>/static/web/js/member.album.js"></script> | ||||
| </head> | </head> | ||||
| <body> | |||||
| <body class="body-bg"> | |||||
| <?php pasterTempletDiy('top.htm');?> | <?php pasterTempletDiy('top.htm');?> | ||||
| <div class="container py-3"> | <div class="container py-3"> | ||||
| <div class="row"> | <div class="row"> | ||||
| @@ -10,7 +10,7 @@ | |||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | ||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | ||||
| </head> | </head> | ||||
| <body> | |||||
| <body class="body-bg"> | |||||
| <?php pasterTempletDiy('top.htm');?> | <?php pasterTempletDiy('top.htm');?> | ||||
| <div class="container py-3"> | <div class="container py-3"> | ||||
| <div class="row"> | <div class="row"> | ||||
| @@ -10,7 +10,7 @@ | |||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | ||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | ||||
| </head> | </head> | ||||
| <body> | |||||
| <body class="body-bg"> | |||||
| <?php pasterTempletDiy('top.htm');?> | <?php pasterTempletDiy('top.htm');?> | ||||
| <div class="container py-3"> | <div class="container py-3"> | ||||
| <div class="row"> | <div class="row"> | ||||
| @@ -10,7 +10,7 @@ | |||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | ||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | ||||
| </head> | </head> | ||||
| <body> | |||||
| <body class="body-bg"> | |||||
| <?php pasterTempletDiy('top.htm');?> | <?php pasterTempletDiy('top.htm');?> | ||||
| <div class="container py-3"> | <div class="container py-3"> | ||||
| <div class="row"> | <div class="row"> | ||||
| @@ -10,7 +10,7 @@ | |||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | ||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | ||||
| </head> | </head> | ||||
| <body> | |||||
| <body class="body-bg"> | |||||
| <?php pasterTempletDiy('top.htm');?> | <?php pasterTempletDiy('top.htm');?> | ||||
| <div class="container py-3"> | <div class="container py-3"> | ||||
| <div class="row"> | <div class="row"> | ||||
| @@ -10,7 +10,7 @@ | |||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | ||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | ||||
| </head> | </head> | ||||
| <body> | |||||
| <body class="body-bg"> | |||||
| <?php pasterTempletDiy('top.htm');?> | <?php pasterTempletDiy('top.htm');?> | ||||
| <div class="container py-3"> | <div class="container py-3"> | ||||
| <div class="row"> | <div class="row"> | ||||
| @@ -10,7 +10,7 @@ | |||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | ||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | ||||
| </head> | </head> | ||||
| <body> | |||||
| <body class="body-bg"> | |||||
| <?php pasterTempletDiy('top.htm');?> | <?php pasterTempletDiy('top.htm');?> | ||||
| <div class="container py-3"> | <div class="container py-3"> | ||||
| <div class="row"> | <div class="row"> | ||||
| @@ -10,7 +10,7 @@ | |||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | ||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | ||||
| </head> | </head> | ||||
| <body> | |||||
| <body class="body-bg"> | |||||
| <?php pasterTempletDiy('top.htm');?> | <?php pasterTempletDiy('top.htm');?> | ||||
| <div class="container py-3"> | <div class="container py-3"> | ||||
| <div class="row"> | <div class="row"> | ||||
| @@ -10,7 +10,7 @@ | |||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | ||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | ||||
| </head> | </head> | ||||
| <body> | |||||
| <body class="body-bg"> | |||||
| <?php pasterTempletDiy('top.htm');?> | <?php pasterTempletDiy('top.htm');?> | ||||
| <div class="container py-3"> | <div class="container py-3"> | ||||
| <div class="row"> | <div class="row"> | ||||
| @@ -21,7 +21,7 @@ | |||||
| } | } | ||||
| </script> | </script> | ||||
| </head> | </head> | ||||
| <body> | |||||
| <body class="body-bg"> | |||||
| <?php pasterTempletDiy('top.htm');?> | <?php pasterTempletDiy('top.htm');?> | ||||
| <div class="container py-3"> | <div class="container py-3"> | ||||
| <div class="row"> | <div class="row"> | ||||
| @@ -21,7 +21,7 @@ | |||||
| } | } | ||||
| </script> | </script> | ||||
| </head> | </head> | ||||
| <body> | |||||
| <body class="body-bg"> | |||||
| <?php pasterTempletDiy('top.htm');?> | <?php pasterTempletDiy('top.htm');?> | ||||
| <div class="container py-3"> | <div class="container py-3"> | ||||
| <div class="row"> | <div class="row"> | ||||
| @@ -10,7 +10,7 @@ | |||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | ||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | ||||
| </head> | </head> | ||||
| <body> | |||||
| <body class="body-bg"> | |||||
| <?php pasterTempletDiy('top.htm');?> | <?php pasterTempletDiy('top.htm');?> | ||||
| <div class="container py-3"> | <div class="container py-3"> | ||||
| <div class="row"> | <div class="row"> | ||||
| @@ -10,7 +10,7 @@ | |||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | ||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | ||||
| </head> | </head> | ||||
| <body> | |||||
| <body class="body-bg"> | |||||
| <?php pasterTempletDiy('top.htm');?> | <?php pasterTempletDiy('top.htm');?> | ||||
| <div class="container py-3"> | <div class="container py-3"> | ||||
| <div class="row"> | <div class="row"> | ||||
| @@ -10,7 +10,7 @@ | |||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | ||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | ||||
| </head> | </head> | ||||
| <body> | |||||
| <body class="body-bg"> | |||||
| <?php pasterTempletDiy('top.htm');?> | <?php pasterTempletDiy('top.htm');?> | ||||
| <div class="container py-3"> | <div class="container py-3"> | ||||
| <div class="row"> | <div class="row"> | ||||
| @@ -10,7 +10,7 @@ | |||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | ||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | ||||
| </head> | </head> | ||||
| <body> | |||||
| <body class="body-bg"> | |||||
| <?php pasterTempletDiy('top.htm');?> | <?php pasterTempletDiy('top.htm');?> | ||||
| <div class="container py-3"> | <div class="container py-3"> | ||||
| <div class="row"> | <div class="row"> | ||||
| @@ -10,13 +10,13 @@ | |||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | ||||
| <script src="<?php echo $cfg_cmsurl;?>/static/web/js/jquery.min.js"></script> | <script src="<?php echo $cfg_cmsurl;?>/static/web/js/jquery.min.js"></script> | ||||
| </head> | </head> | ||||
| <body> | |||||
| <body class="body-bg"> | |||||
| <?php pasterTempletDiy('top.htm');?> | <?php pasterTempletDiy('top.htm');?> | ||||
| <div class="login-bg"> | |||||
| <div class="container"> | |||||
| <div class="row"> | |||||
| <div class="col-12"> | |||||
| <div class="login-area shadow-sm rounded"> | |||||
| <div class="container"> | |||||
| <div class="row"> | |||||
| <div class="col-md-12 text-center"> | |||||
| <div class="login-area d-inline-block"> | |||||
| <div class="login-box shadow-sm rounded text-left"> | |||||
| <h2 class="text-center mb-3">欢迎登录</h2> | <h2 class="text-center mb-3">欢迎登录</h2> | ||||
| <form name='form1' method='POST' action='<?php echo $cfg_memberurl;?>/index_do.php'> | <form name='form1' method='POST' action='<?php echo $cfg_memberurl;?>/index_do.php'> | ||||
| <input type="hidden" name="fmdo" value="login"> | <input type="hidden" name="fmdo" value="login"> | ||||
| @@ -10,7 +10,7 @@ | |||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | ||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | ||||
| </head> | </head> | ||||
| <body> | |||||
| <body class="body-bg"> | |||||
| <?php pasterTempletDiy('top.htm');?> | <?php pasterTempletDiy('top.htm');?> | ||||
| <div class="container py-3"> | <div class="container py-3"> | ||||
| <div class="row"> | <div class="row"> | ||||
| @@ -10,7 +10,7 @@ | |||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | ||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | ||||
| </head> | </head> | ||||
| <body> | |||||
| <body class="body-bg"> | |||||
| <?php pasterTempletDiy('top.htm');?> | <?php pasterTempletDiy('top.htm');?> | ||||
| <div class="container py-3"> | <div class="container py-3"> | ||||
| <div class="row"> | <div class="row"> | ||||
| @@ -10,7 +10,7 @@ | |||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | ||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | ||||
| </head> | </head> | ||||
| <body> | |||||
| <body class="body-bg"> | |||||
| <?php pasterTempletDiy('top.htm');?> | <?php pasterTempletDiy('top.htm');?> | ||||
| <div class="container py-3"> | <div class="container py-3"> | ||||
| <div class="row"> | <div class="row"> | ||||
| @@ -30,7 +30,7 @@ | |||||
| } | } | ||||
| </script> | </script> | ||||
| </head> | </head> | ||||
| <body> | |||||
| <body class="body-bg"> | |||||
| <?php pasterTempletDiy('top.htm');?> | <?php pasterTempletDiy('top.htm');?> | ||||
| <div class="container py-3"> | <div class="container py-3"> | ||||
| <div class="row"> | <div class="row"> | ||||
| @@ -10,13 +10,13 @@ | |||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | ||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | ||||
| </head> | </head> | ||||
| <body> | |||||
| <body class="body-bg"> | |||||
| <?php pasterTempletDiy('top.htm');?> | <?php pasterTempletDiy('top.htm');?> | ||||
| <div class="login-bg"> | |||||
| <div class="container"> | |||||
| <div class="row"> | |||||
| <div class="col-12"> | |||||
| <div class="login-area shadow-sm rounded"> | |||||
| <div class="container"> | |||||
| <div class="row"> | |||||
| <div class="col-md-12 text-center"> | |||||
| <div class="login-area d-inline-block"> | |||||
| <div class="login-box shadow-sm rounded text-left"> | |||||
| <h2 class="text-center mb-3">会员注册</h2> | <h2 class="text-center mb-3">会员注册</h2> | ||||
| <form method="post" action="reg_new.php" id="regUser" name="form2" onsubmit="return CheckSubmit();"> | <form method="post" action="reg_new.php" id="regUser" name="form2" onsubmit="return CheckSubmit();"> | ||||
| <input type="hidden" value="regbase" name="dopost"> | <input type="hidden" value="regbase" name="dopost"> | ||||
| @@ -41,7 +41,7 @@ | |||||
| }) | }) | ||||
| </script> | </script> | ||||
| </head> | </head> | ||||
| <body> | |||||
| <body class="body-bg"> | |||||
| <?php pasterTempletDiy('top.htm');?> | <?php pasterTempletDiy('top.htm');?> | ||||
| <div class="container py-3"> | <div class="container py-3"> | ||||
| <div class="row"> | <div class="row"> | ||||
| @@ -10,7 +10,7 @@ | |||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | ||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | ||||
| </head> | </head> | ||||
| <body> | |||||
| <body class="body-bg"> | |||||
| <?php pasterTempletDiy('top.htm');?> | <?php pasterTempletDiy('top.htm');?> | ||||
| <div class="container py-3"> | <div class="container py-3"> | ||||
| <div class="row"> | <div class="row"> | ||||
| @@ -10,7 +10,7 @@ | |||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css"> | ||||
| <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/user.css"> | ||||
| </head> | </head> | ||||
| <body> | |||||
| <body class="body-bg"> | |||||
| <?php pasterTempletDiy('top.htm');?> | <?php pasterTempletDiy('top.htm');?> | ||||
| <div class="container py-3"> | <div class="container py-3"> | ||||
| <div class="row"> | <div class="row"> | ||||
| @@ -30,7 +30,7 @@ | |||||
| } | } | ||||
| </script> | </script> | ||||
| </head> | </head> | ||||
| <body> | |||||
| <body class="body-bg"> | |||||
| <?php pasterTempletDiy('top.htm');?> | <?php pasterTempletDiy('top.htm');?> | ||||
| <div class="container py-3"> | <div class="container py-3"> | ||||
| <div class="row"> | <div class="row"> | ||||
| @@ -30,7 +30,7 @@ | |||||
| } | } | ||||
| </script> | </script> | ||||
| </head> | </head> | ||||
| <body> | |||||
| <body class="body-bg"> | |||||
| <?php pasterTempletDiy('top.htm');?> | <?php pasterTempletDiy('top.htm');?> | ||||
| <div class="container py-3"> | <div class="container py-3"> | ||||
| <div class="row"> | <div class="row"> | ||||
| @@ -10,7 +10,7 @@ | |||||
| <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/style.css"> | <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/style.css"> | ||||
| <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/user.css"> | <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/user.css"> | ||||
| </head> | </head> | ||||
| <body> | |||||
| <body class="body-bg"> | |||||
| <?php pasterTempletDiy('top.htm');?> | <?php pasterTempletDiy('top.htm');?> | ||||
| <div class="container py-3"> | <div class="container py-3"> | ||||
| <div class="row"> | <div class="row"> | ||||