Browse Source

调整模板

tags/6.2.0
叙述、别离 2 years ago
parent
commit
00330fb544
32 changed files with 119 additions and 149 deletions
  1. +68
    -79
      src/static/web/css/style.css
  2. +7
    -20
      src/static/web/css/user.css
  3. +2
    -2
      src/theme/dedebiz/index.htm
  4. +4
    -10
      src/theme/dedebiz/widget_article_feedback.htm
  5. +1
    -1
      src/user/templets/album_add.htm
  6. +1
    -1
      src/user/templets/album_edit.htm
  7. +1
    -1
      src/user/templets/archives_add.htm
  8. +1
    -1
      src/user/templets/archives_edit.htm
  9. +1
    -1
      src/user/templets/archives_sg_add.htm
  10. +1
    -1
      src/user/templets/archives_sg_edit.htm
  11. +1
    -1
      src/user/templets/article_add.htm
  12. +1
    -1
      src/user/templets/article_edit.htm
  13. +1
    -1
      src/user/templets/buy.htm
  14. +1
    -1
      src/user/templets/buy_action_payment.htm
  15. +1
    -1
      src/user/templets/content_list.htm
  16. +1
    -1
      src/user/templets/content_sg_list.htm
  17. +1
    -1
      src/user/templets/edit_baseinfo.htm
  18. +1
    -1
      src/user/templets/edit_email.htm
  19. +1
    -1
      src/user/templets/edit_face.htm
  20. +1
    -1
      src/user/templets/index.htm
  21. +6
    -6
      src/user/templets/login.htm
  22. +1
    -1
      src/user/templets/mypay.htm
  23. +1
    -1
      src/user/templets/mystow.htm
  24. +1
    -1
      src/user/templets/operation.htm
  25. +1
    -1
      src/user/templets/pm-main.htm
  26. +6
    -6
      src/user/templets/reg-new.htm
  27. +1
    -1
      src/user/templets/resetpassword.htm
  28. +1
    -1
      src/user/templets/resetpassword2.htm
  29. +1
    -1
      src/user/templets/resetpassword3.htm
  30. +1
    -1
      src/user/templets/soft_add.htm
  31. +1
    -1
      src/user/templets/soft_edit.htm
  32. +1
    -1
      src/user/templets/win_templet.htm

+ 68
- 79
src/static/web/css/style.css View File

@@ -43,9 +43,27 @@ form.search {
display:flex;
width:100%
}
.body-bg {
background:#f5f5f5
}
.body-img {
background:url(../img/member_bg.jpg);
background-repeat:no-repeat;
background-position:top center
}
.navbar-toggler {
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 {
width:120px
}
@@ -61,7 +79,7 @@ ul.spec > li .title h4 {
ul.spec > li .title .label {
padding:0 5px;
color:#1eb867;
background:#B7E9B4;
background:#b7e9b4;
border-radius:.25rem
}
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;
word-break:break-all
}
ul.items > li .addinfo {
font-size:14px
}
ul.items .border-bottom-dashed {
border-bottom:dashed 1px #929292
}
@@ -134,9 +149,6 @@ ul.items > li .label {
ul.items > li .label:hover {
color:#fff
}
ul.items > li .source {
font-size:14px
}
.ddcard,.ddcard-normal {
border:none
}
@@ -145,7 +157,7 @@ ul.items > li .source {
box-shadow:1px 0px 5px 5px #f5f5f5
}
.ddcard-normal ul {
padding:.5rem
padding:10px
}
.ddcard > .card-header {
padding:0;
@@ -153,45 +165,20 @@ ul.items > li .source {
border-bottom:solid 5px #1eb867
}
.ddcard-normal > .card-header {
padding:0;
padding:10px;
background:#fff;
border-bottom:0
}
.ddcard-normal > .card-header .caption {
.ddcard-normal > .card-header .caption,.ddcard > .card-header .caption {
font-size:18px;
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 {
color:#1eb867;
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 {
color:#60B983
color:#1eb867
}
.ddcard > ul > li,.ddcard > ol > li,.ddcard-normal > ul > li,.ddcard-normal > ol > li {
padding-bottom:10px;
@@ -200,12 +187,36 @@ ul.items > li .source {
text-overflow:ellipsis;
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
}
.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
}
.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 {
width:200px;
padding:10px 20px;
@@ -224,12 +235,12 @@ ul.items > li .source {
margin-bottom:10px
}
.digg .comment-top-text {
color:#497cf6;
margin-left:10px
margin-left:10px;
color:#497cf6
}
.digg .comment-top-text-danger {
color:#d21d35;
margin-left:10px
margin-left:10px;
color:#d21d35
}
.digg .text-like {
color:#497cf6
@@ -263,49 +274,13 @@ ul.items > li .source {
float:left;
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 {
padding:.5rem;
background:#12451F
background:#1e7e34
}
.flink,.flink a,.copyright,.copyright a {
color:#fff
}
.btn+.btn,.btn-text+.btn-text {
margin-left:1rem
}
.table {
color:#545b62
}
.form-control,.btn,.fa {
font-size:14px!important
}
.nav-link {
padding:0 10px;
height:36px;
@@ -324,6 +299,15 @@ ul.items > li .source {
border-radius:50%;
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 {
display:none;
position:fixed;
@@ -341,4 +325,9 @@ ul.items > li .source {
}
#btnScrollTop:hover {
background:#e77817
}
@media (max-width:480px) {
.m-pb-2 {
padding-bottom:2rem
}
}

+ 7
- 20
src/static/web/css/user.css View File

@@ -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 {
float:right;
margin:8rem 0
}
.login-box {
padding:1rem;
width:430px;
width:500px;
background:#fff
}
.login-area small.des {
.login-box small.des {
color:#b5b5b5
}
.login-area .licence a {
.login-box .licence a {
color:#1eb867
}
#validateimg {
@@ -77,12 +69,7 @@ body {
line-height:36px
}
@media (max-width:480px) {
.m-pb-2 {
padding-bottom:2rem
}
.login-area {
float:none;
margin:auto;
.login-area,.login-box {
width:100%
}
}

+ 2
- 2
src/theme/dedebiz/index.htm View File

@@ -17,7 +17,7 @@
{dede:include filename='head.htm'/}
<div class="container py-3">
<div class="row">
<div class="col-md-9 litpics">
<div class="col-md-9 m-pb-2">
<div class="row">
<div id="carouselIndex" class="col-12 carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
@@ -43,7 +43,7 @@
</div>
</div>
</div>
<div class="col-md-3 toutiao">
<div class="col-md-3">
<div class="row">
<div class="col-md-12">
<div class="card ddcard-normal">


+ 4
- 10
src/theme/dedebiz/widget_article_feedback.htm View File

@@ -2,9 +2,7 @@
<div class="comment py-3">
<h4>发表评论</h4>
<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="dcmp-userinfo" id="_ajax_feedback">
<div class="form-group form-row">
@@ -43,14 +41,10 @@
<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>
</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 class="_feedback_reply mt-2" for="[field:id/]"></div>
<div class="feedback_replies" for="[field:id/]"></div>
</div>
</div>
{/dede:feedback}


+ 1
- 1
src/user/templets/album_add.htm View File

@@ -11,7 +11,7 @@
<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>
</head>
<body>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<div class="row">


+ 1
- 1
src/user/templets/album_edit.htm View File

@@ -11,7 +11,7 @@
<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>
</head>
<body>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<div class="row">


+ 1
- 1
src/user/templets/archives_add.htm View File

@@ -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/user.css">
</head>
<body>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<div class="row">


+ 1
- 1
src/user/templets/archives_edit.htm View File

@@ -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/user.css">
</head>
<body>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<div class="row">


+ 1
- 1
src/user/templets/archives_sg_add.htm View File

@@ -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/user.css">
</head>
<body>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<div class="row">


+ 1
- 1
src/user/templets/archives_sg_edit.htm View File

@@ -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/user.css">
</head>
<body>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<div class="row">


+ 1
- 1
src/user/templets/article_add.htm View File

@@ -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/user.css">
</head>
<body>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<div class="row">


+ 1
- 1
src/user/templets/article_edit.htm View File

@@ -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/user.css">
</head>
<body>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<div class="row">


+ 1
- 1
src/user/templets/buy.htm View File

@@ -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/user.css">
</head>
<body>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<div class="row">


+ 1
- 1
src/user/templets/buy_action_payment.htm View File

@@ -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/user.css">
</head>
<body>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<div class="row">


+ 1
- 1
src/user/templets/content_list.htm View File

@@ -21,7 +21,7 @@
}
</script>
</head>
<body>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<div class="row">


+ 1
- 1
src/user/templets/content_sg_list.htm View File

@@ -21,7 +21,7 @@
}
</script>
</head>
<body>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<div class="row">


+ 1
- 1
src/user/templets/edit_baseinfo.htm View File

@@ -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/user.css">
</head>
<body>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<div class="row">


+ 1
- 1
src/user/templets/edit_email.htm View File

@@ -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/user.css">
</head>
<body>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<div class="row">


+ 1
- 1
src/user/templets/edit_face.htm View File

@@ -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/user.css">
</head>
<body>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<div class="row">


+ 1
- 1
src/user/templets/index.htm View File

@@ -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/user.css">
</head>
<body>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<div class="row">


+ 6
- 6
src/user/templets/login.htm View File

@@ -10,13 +10,13 @@
<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>
</head>
<body>
<body class="body-bg">
<?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>
<form name='form1' method='POST' action='<?php echo $cfg_memberurl;?>/index_do.php'>
<input type="hidden" name="fmdo" value="login">


+ 1
- 1
src/user/templets/mypay.htm View File

@@ -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/user.css">
</head>
<body>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<div class="row">


+ 1
- 1
src/user/templets/mystow.htm View File

@@ -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/user.css">
</head>
<body>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<div class="row">


+ 1
- 1
src/user/templets/operation.htm View File

@@ -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/user.css">
</head>
<body>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<div class="row">


+ 1
- 1
src/user/templets/pm-main.htm View File

@@ -30,7 +30,7 @@
}
</script>
</head>
<body>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<div class="row">


+ 6
- 6
src/user/templets/reg-new.htm View File

@@ -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/user.css">
</head>
<body>
<body class="body-bg">
<?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>
<form method="post" action="reg_new.php" id="regUser" name="form2" onsubmit="return CheckSubmit();">
<input type="hidden" value="regbase" name="dopost">


+ 1
- 1
src/user/templets/resetpassword.htm View File

@@ -41,7 +41,7 @@
})
</script>
</head>
<body>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<div class="row">


+ 1
- 1
src/user/templets/resetpassword2.htm View File

@@ -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/user.css">
</head>
<body>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<div class="row">


+ 1
- 1
src/user/templets/resetpassword3.htm View File

@@ -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/user.css">
</head>
<body>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<div class="row">


+ 1
- 1
src/user/templets/soft_add.htm View File

@@ -30,7 +30,7 @@
}
</script>
</head>
<body>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<div class="row">


+ 1
- 1
src/user/templets/soft_edit.htm View File

@@ -30,7 +30,7 @@
}
</script>
</head>
<body>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<div class="row">


+ 1
- 1
src/user/templets/win_templet.htm View File

@@ -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/user.css">
</head>
<body>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<div class="row">


Loading…
Cancel
Save