Browse Source

部分样式调整、删除废弃代码

pull/1/head
zq 4 months ago
parent
commit
8fe7d14e1d
  1. 62
      style/css/common.css
  2. 766
      style/css/index.css
  3. 1
      style/img/add.svg
  4. 1
      style/img/close_modal.svg
  5. 1
      style/img/delete-icon.svg
  6. 1
      style/img/drop-icon.svg
  7. 1
      style/img/edit.svg
  8. BIN
      style/img/home-logo.png
  9. 1
      style/img/home-logo.svg
  10. BIN
      style/img/home-more.png
  11. 1
      style/img/img_upload.svg
  12. BIN
      style/img/login_back.png
  13. 1
      style/img/login_top.svg
  14. 1
      style/img/login_weixin.svg
  15. 1
      style/img/next.svg
  16. 1
      style/img/play.svg
  17. 1
      style/img/prev.svg
  18. BIN
      style/img/qrcode-tem.png
  19. 1
      style/img/radio_active.svg
  20. 1
      style/img/radio_normal.svg
  21. 1
      style/img/refresh.svg
  22. BIN
      style/img/vedio_img.png
  23. 1
      style/img/vedio_upload.svg
  24. BIN
      style/img/viewimg1.png
  25. BIN
      style/img/viewimg2.png
  26. BIN
      style/img/viewimg3.png
  27. 830
      style/js/index.js
  28. 2
      style/js/jquery-3.6.0.min.js
  29. 0
      style/js/login.js
  30. 15
      style/js/lottie.min.js
  31. 39
      style/js/pagination.js
  32. 2
      view/css/common.css
  33. 69
      view/css/index.css
  34. 9
      view/js/index.js
  35. 7
      view/templates/weibo/home.html

62
style/css/common.css

@ -1,62 +0,0 @@
html,body,li{
font-family: Microsoft YaHei UI;
font-size: 14px;
color: #1E2226;
width: 100%;
height: 100%;
padding: 0;
margin: 0;
list-style: none;
font-style: normal;
text-decoration: none;
border: none;
}
body{
background: #F5F7FA;
}
p{
margin: 0;
}
.flex{
display: flex;
}
.hide{
display: none !important;
}
.center{
display: flex;
align-items: center;
justify-content: center;
}
.column{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
/* 底部 */
.leftSideFooterNew{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 30px 70px;
font-size: var(--font-small-size);
color: #9E9E9E;
position: relative;
z-index: 98;
}
.leftSideFooterNew p{
margin: 0;
color: #9E9E9E;
}
.leftSideFooterNew p span{
color: #5B6FF6;
display: inline-block;
}
.leftSideFooterNew p a{
color: #9E9E9E;
text-decoration: none;
}

766
style/css/index.css

@ -1,766 +0,0 @@
.flex {
display: flex;
display: -ms-flexbox;
}
.hide,.hidden{
display: none !important;
}
.radio-wrap{}
.radio_box,.check_Box{
display: flex;
display: -ms-flexbox;
align-items: center;
margin-right: 24px;
position: relative;
cursor: pointer;
font-weight: 500;
color: #2C394B;
transition: all .3s ease;
}
.check_Box input,.radio_box input{
opacity: 0;
position: absolute;
left: 0;
width: 100%;
cursor: pointer;
}
.radio_box div{
width: 18px;
height: 18px;
margin-right: 8px;
cursor: pointer;
}
/* @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.radio_box div{
width: 20px;
height: 20px;
}
} */
.radio_box_active,.check_Box_active{
color: #006AFF;
}
.radio_box div{
background: url(../img/radio_normal.svg);
background-size: contain;
}
.radio_box_active div{
width: 18px;
height: 18px;
animation: radio_scale .3s;
background: url(../img/radio_active.svg);
}
#page-numbers {
display: flex;
flex-wrap: wrap;
list-style: none;
color: #8a8a8a;
padding: 0;
user-select: none;
}
#page-numbers span {
display: flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
cursor: pointer;
}
#page-numbers span {
margin-left: 10px;
}
#page-numbers span:hover {
color: #006AFF;
}
#page-numbers .pagActive:hover {
color: #fff;
}
#next-page {
margin-right: 16px;
}
.input-page span {
display: inline-block;
}
/* 分页容器样式 */
.pagination {
margin-top: 20px;
display: flex;
justify-content: flex-end;
align-items: center;
}
.pagination input {
width: 50px;
padding: 5px;
text-align: center;
}
.pagActive {
background: #006AFF;
color: #fff;
border-radius: 4px;
}
.home-page {
width: 100%;
height: 100%;
}
.header-wrap {
/* position: absolute;
left: 0px;
top: 0px; */
width: calc(100% - 64px);
height: 46px;
/* 自动布局 */
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 8px 32px;
display: flex;
justify-content: space-between;
background: linear-gradient(270deg, #4EA4F3 0%, #3D85EA 100%);
}
.home-logo {
width: 168px;
}
/* Dropdown 容器 */
.dropdown {
position: relative;
display: inline-block;
}
/* Dropdown 按钮 */
.dropdown-toggle {
background-color: transparent;
padding: 10px 20px;
border: none;
cursor: pointer;
display: flex;
align-items: center;
gap: 8px;
color: #fff;
}
/* Dropdown 面板 */
.dropdown-panel {
display: none;
position: absolute;
right: 20px;
padding: 12px;
background-color: #fff;
min-width: 160px;
border-radius: 4px;
box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
z-index: 1;
}
/* Dropdown 面板中的链接 */
.dropdown-panel a {
color: black;
border-radius: 2px;
padding: 7px 10px;
background: #F6F7FA;
text-decoration: none;
display: block;
}
/* Dropdown 面板中的链接悬停效果 */
.dropdown-panel a:hover {
background-color: #f1f1f1;
}
/* 图标旋转效果 */
.icon {
transition: transform 0.3s ease;
}
/* 面板展开时图标的旋转 */
.icon.rotate {
transform: rotate(180deg);
}
.header-right {
align-items: center;
}
.home-main {
margin: 20px;
background: #fff;
padding: 0 14px;
}
.tab-list {
justify-content: space-between;
padding-top: 13px;
align-items: center;
border-bottom: 1px solid #DFE2E6;;
}
.tab-list::after{
content: '';
display: block;
position: absolute;
width: 100%;
height: 1px;
left: 50%;
transform: translateX(-50%);
bottom: -8px;
background: linear-gradient(270deg, rgba(140, 145, 157, 0.1) 0%, rgba(140, 145, 157, 0.2) 50%, rgba(140, 145, 157, 0.1) 100%);
}
.index-nav-wrap ul {
width: 346px;
height: 20px;
display: flex;
text-align: center;
justify-content: flex-start;
padding-left: 0;
letter-spacing: 1px;
box-sizing: border-box;
position: relative;
margin: 9px 0;
}
.index-nav-wrap ul::after {
/* content: '';
display: block;
position: absolute;
width: 500px;
height: 1px;
left: 50%;
transform: translateX(-50%);
bottom: -8px;
background: linear-gradient(270deg, rgba(140, 145, 157, 0.1) 0%, rgba(140, 145, 157, 0.2) 50%, rgba(140, 145, 157, 0.1) 100%); */
}
.index-nav-wrap ul li {
color: #3D4B54;
font-size: 14px;
font-weight: 500;
text-align: left;
position: relative;
cursor: pointer;
}
.index-nav-wrap ul li span {
position: relative;
color: #3D4B54;
font-size: 14px;
font-weight: 500;
}
.index-nav-wrap ul li span.active {
color: #1675FF !important;
font-weight: 600;
}
.index-nav-wrap ul li span.active::after {
content: '';
display: block;
position: absolute;
width: 100%;
height: 2px;
background: #1675FF;
border-radius: 2px;
left: 50%;
margin-left: -50%;
bottom: -12px;
}
/* 小版视频容器 */
#small-video-container {
width: 200px;
cursor: pointer;
}
/* 小版视频封面图 */
/* vedio */
/* 初始小版视频样式 */
/* 放大后的视频容器 */
#large-video-container {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 800px;
max-width: 800px;
z-index: 1000;
background: black;
padding: 50px;
border-radius: 16px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
/* 放大后的视频 */
#large-video {
width: 100%;
height: auto;
}
/* 关闭按钮 */
#close-btn,
#close-btn1 {
position: absolute;
top: 10px;
right: 10px;
background: red;
color: white;
border: none;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
/* padding: 10px; */
width: 30px;
border-radius: 50%;
cursor: pointer;
font-size: 16px;
}
/* 小版图片容器 */
#small-image-container {
width: 170px;
cursor: pointer;
}
/* 小版图片 */
.small-image,
.small-video-cover {
width: 170px;
height: 107px;
border-radius: 5px;
position: relative;
margin-right: 8px;
}
.small-image-desc {
position: absolute;
left: 6px;
bottom: 8px;
border-radius: 2px;
background: rgba(0, 0, 0, 0.4);
padding: 4px 10px 5px 10px;
font-size: 12px;
z-index: 1;
line-height: 13px;
letter-spacing: 0.08em;
color: #FFFFFF;
}
.play-video {
width: 40px;
height: 40px;
position: absolute !important;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
/* 放大后的图片容器 */
#large-image-container {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
/* width: 800px; */
/* height: 100%; */
background: rgba(0, 0, 0, 0.8);
z-index: 1000;
text-align: center;
border-radius: 16px;
}
#large-image-container h2 {
color: #fff;
}
/* 放大后的图片 */
#large-image {
margin: 20px 50px 50px;
width: 800px;
border: 5px solid white;
border-radius: 10px;
}
/* 关闭按钮 */
#close-btn2 {
position: absolute;
top: 20px;
right: 20px;
background: #fff;
color: #000;
border: none;
padding: 10px 15px;
border-radius: 50%;
cursor: pointer;
font-size: 20px;
}
.button {
display: flex;
justify-content: center;
align-items: center;
padding: 7px 22px;
border-radius: 3px;
background: #FFFFFF;
box-sizing: border-box;
letter-spacing: 0.08em;
border: 1px solid #DFE2E6;
margin-left: 20px;
color: #23242B;
cursor: pointer;
}
.upload_btn{
margin-left: 0;
}
button:hover {
opacity: .8;
}
.button-primary {
background: #006AFF;
color: #FFFFFF;
}
.button-normal {}
.btngroups {
justify-content: flex-end;
}
.addNewBtn {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 7px 12px;
border-radius: 3px;
opacity: 1;
height: 32px;
border:none;
/* main/main_stardard */
background: #006AFF;
font-weight: normal;
line-height: normal;
letter-spacing: 0.08em;
color: #FFFFFF;
}
.list_all {
display: flex;
flex-direction: column;
align-items: center;
}
.list_item {
margin: 18px 12px;
padding-bottom: 18px;
width: 100%;
border-bottom: 1px solid #eee;
}
.list_item_top {
color: #8A9099;
display: flex;
justify-content: space-between;
}
.list_item_top .list_item_top_l b {
color: #1E2226;
}
.list_item_top_r {
display: flex;
align-items: center;
cursor: pointer;
}
.list_item_top_r img {
margin-right: 4px;
}
.desc_text {
line-height: 18px;
letter-spacing: 0.08em;
color: #1E2226;
margin-top: 12px;
}
.img_list ,.img_list2{
margin: 8px 0;
display: flex;
flex-wrap: wrap;
}
.img_list img ,.img_list2 img{
width: 170px;
cursor: pointer;
}
.green,
.blue {
padding: 2px 10px;
border-radius: 4px;
opacity: 1;
letter-spacing: 0.08em;
color: #0DAF49;
background: rgba(239, 255, 224, 0.5);
box-sizing: border-box;
border: 1px solid rgba(0, 194, 97, 0.6);
}
.blue {
color: #006AFF;
background: #F2F7FF;
border: 1px solid #BFDAFF;
}
.form-item{
display: flex;
align-items: center;
padding: 12px 0;
}
.form-left{
width: 60px;
margin-right: 24px;
}
.form-right{
flex: 1;
}
.editmodal .add-form .form-left{
display: none;
}
.addmodal .add-form .form-left{
display: block;
}
.addmodal .modal_upload_btn{
flex-direction: column;
justify-content: flex-end;
margin-bottom: 20px;
}
.addmodal .modal_btns{
margin-bottom: 12px;
justify-content: flex-end;
width: 100%;
}
.addmodal .modal_btns + p{
width: 100%;
text-align: right;
}
/* 弹框样式 */
.modal {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 660px;
padding: 0 24px 12px;
background: #fff;
border-radius: 6px;
opacity: 1;
background: #FFFFFF;
box-shadow: 0px 4px 16px 0px rgba(17, 55, 143, 0.12);
z-index: 1000;
}
#close_modal{
cursor: pointer;
}
.modal-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 999;
}
.modal textarea {
width: calc(100% - 24px);
height: 64px;
margin-bottom: 10px;
padding: 10px 12px 28px;
letter-spacing: 0.08em;
font-variation-settings: "opsz" auto;
color: #1E2226;
}
.text-area-container{
position: relative;
}
.wordNum{
position: absolute;
right: 13px;
bottom: 20px;
}
.modal .modal_top{
display: flex;
justify-content: space-between;
align-items: center;
margin: 16px 0;
}
.modal .modal_top b{
font-size: 16px;
}
.modal .preview {
margin-bottom: 10px;
display: flex;
flex-wrap: wrap;
}
.modal .preview .small-image{
margin-right: 10px;
margin-bottom: 10px;
overflow: hidden;
}
.modal .preview img,
.modal .preview video {
max-width: 170px;
position: relative;
}
.modal .preview .delete-btn {
position: absolute;
top: 0;
right: 0;
width: 24px;
color: white;
background: transparent;
border: none;
cursor: pointer;
}
.modal .img_list2 .delete-btn {
position: absolute;
top: 0;
right: 0;
width: 24px;
color: white;
border: none;
cursor: pointer;
}
.modal .buttons {
justify-content: flex-end;
}
.modal .buttons button {
margin-left: 10px;
}
.modal_btn_column{
flex-direction: column;
justify-content: flex-end;
}
.modal_upload_btn{
align-items: center;
margin-bottom: 20px;
width: 100%;
}
.modal_upload_btn p{
font-size: 12px;
font-weight: normal;
line-height: 13px;
letter-spacing: 0.08em;
font-variation-settings: "opsz" auto;
color: #8A9099;
margin-left: 10px;
}
.modal_btns button:first-child{
margin-right: 10px;
}
/* 上传区域样式 */
.upload-container {
width: 400px;
margin: 20px auto;
padding: 20px;
border: 1px solid #ccc;
background: #f9f9f9;
}
.upload-container input[type="file"] {
display: none;
}
.upload-container button {
margin-right: 10px;
}
.upload_name{
font-family: Inter;
font-size: 13px;
font-weight: normal;
line-height: 22px;
letter-spacing: 0px;
color: #606266; /* #606266 */
display: flex;
justify-content: space-between;
align-items: center;
}
.upload_file_name{
max-width: 130px;
display: inline-block;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.preview {
margin-top: 20px;
}
.preview .item {
position: relative;
display: inline-block;
margin-right: 10px;
margin-bottom: 10px;
width: 170px;
}
.preview img,
.preview video {
/* max-width: 100px;
max-height: 100px; */
}
.preview .delete-btn {
position: absolute;
top: 0;
right: 0;
background: red;
color: white;
border: none;
cursor: pointer;
}
.progress-bar {
width: 100%;
height: 2px;
background: #EBEEF5;
margin-top: 5px;
}
.progress-bar .progress {
height: 100%;
width: 0;
background: #006AFF;
}
.status {
font-size: 12px;
color: #666;
margin-top: 5px;
display: flex;
align-items: center;
justify-content: space-between;
}
.status.uploading {
color: #2196f3;
}
.status.success {
color: #4caf50;
}
.status.failed {
color: #f44336;
}

1
style/img/add.svg

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="14" height="14" viewBox="0 0 14 14"><defs><clipPath id="master_svg0_1_11113"><rect x="0" y="0" width="14" height="14" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1_11113)"><g><path d="M12.65602685546875,5.25Q12.92202685546875,5.25,13.16702685546875,5.355Q13.41202685546875,5.46,13.58702685546875,5.635Q13.76202685546875,5.81,13.86702685546875,6.055Q13.97202685546875,6.3,13.97202685546875,6.566Q13.97202685546875,6.846,13.86702685546875,7.084Q13.76202685546875,7.322,13.58702685546875,7.497Q13.41202685546875,7.672,13.16702685546875,7.777Q12.92202685546875,7.882,12.65602685546875,7.882L8.72202685546875,7.882L8.72202685546875,11.816Q8.72202685546875,12.096,8.617026855468751,12.334Q8.51202685546875,12.572,8.33702685546875,12.747Q8.16202685546875,12.922,7.91702685546875,13.027Q7.67202685546875,13.132,7.40602685546875,13.132Q7.12602685546875,13.132,6.88802685546875,13.027Q6.65002685546875,12.922,6.47502685546875,12.747Q6.30002685546875,12.572,6.19502685546875,12.334Q6.09002685546875,12.096,6.09002685546875,11.816L6.09002685546875,7.882L2.15602685546875,7.882Q1.87602685546875,7.882,1.63802685546875,7.777Q1.40002685546875,7.672,1.22502685546875,7.497Q1.05002685546875,7.322,0.94502685546875,7.084Q0.84002685546875,6.846,0.84002685546875,6.566Q0.84002685546875,6.3,0.94502685546875,6.055Q1.05002685546875,5.81,1.22502685546875,5.635Q1.40002685546875,5.46,1.63802685546875,5.355Q1.87602685546875,5.25,2.15602685546875,5.25L6.09002685546875,5.25L6.09002685546875,1.316Q6.09002685546875,1.05,6.19502685546875,0.805Q6.30002685546875,0.56,6.47502685546875,0.385Q6.65002685546875,0.21,6.88802685546875,0.105Q7.12602685546875,0,7.40602685546875,0Q7.95202685546875,0,8.33702685546875,0.385Q8.72202685546875,0.77,8.72202685546875,1.316L8.72202685546875,5.25L12.65602685546875,5.25Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 1.9 KiB

1
style/img/close_modal.svg

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 16 16"><defs><clipPath id="master_svg0_1_02773"><rect x="0" y="0" width="16" height="16" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1_02773)"><g><path d="M11.937545073699951,3.359494684814453C11.937545073699951,3.359494684814453,8.000045073699951,7.296995684814453,8.000045073699951,7.296995684814453C8.000045073699951,7.296995684814453,4.062544073699951,3.359494684814453,4.062544073699951,3.359494684814453C3.9582100736999513,3.265827684814453,3.841044073699951,3.218994484814453,3.7110440736999513,3.218994484814453C3.5810440736999514,3.218994484814453,3.466377073699951,3.268494484814453,3.367044073699951,3.367494684814453C3.2677104736999514,3.466494684814453,3.218210273699951,3.5811606848144533,3.2185436736999513,3.711494684814453C3.218876973699951,3.841827684814453,3.2657103736999513,3.9589946848144533,3.359044073699951,4.062994684814453C3.359044073699951,4.062994684814453,7.296545073699951,8.000495684814453,7.296545073699951,8.000495684814453C7.296545073699951,8.000495684814453,3.359044073699951,11.937995684814453,3.359044073699951,11.937995684814453C3.223710373699951,12.073325684814453,3.179377173699951,12.234825684814453,3.226043773699951,12.422495684814454C3.2727104736999513,12.610165684814453,3.3873770736999513,12.727325684814453,3.5700440736999512,12.773995684814453C3.752710073699951,12.820665684814454,3.916710073699951,12.776325684814454,4.062043073699951,12.640995684814452C4.062043073699951,12.640995684814452,7.999545073699951,8.703495684814452,7.999545073699951,8.703495684814452C7.999545073699951,8.703495684814452,11.93704507369995,12.640995684814452,11.93704507369995,12.640995684814452C12.041375073699951,12.734665684814454,12.158545073699951,12.781495684814454,12.288545073699952,12.781495684814454C12.418545073699951,12.781495684814454,12.533205073699952,12.731995684814454,12.632545073699951,12.632995684814453C12.731875073699952,12.533995684814453,12.781375073699952,12.419325684814453,12.781045073699952,12.288995684814454C12.78070507369995,12.158665684814453,12.73387507369995,12.041495684814453,12.64054507369995,11.937495684814452C12.64054507369995,11.937495684814452,8.70304507369995,7.999995684814453,8.70304507369995,7.999995684814453C8.70304507369995,7.999995684814453,12.64054507369995,4.062494684814453,12.64054507369995,4.062494684814453C12.775875073699952,3.927160684814453,12.82020507369995,3.765660684814453,12.773545073699951,3.577994684814453C12.72687507369995,3.3903276848144532,12.609705073699951,3.2731610848144532,12.422045073699952,3.226494384814453C12.234375073699951,3.179827784814453,12.07287507369995,3.224160984814453,11.937545073699951,3.359494684814453C11.937545073699951,3.359494684814453,11.937545073699951,3.359494684814453,11.937545073699951,3.359494684814453C11.937545073699951,3.359494684814453,11.937545073699951,3.359494684814453,11.937545073699951,3.359494684814453Z" fill="#626573" fill-opacity="1"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 3.0 KiB

1
style/img/delete-icon.svg

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 13 KiB

1
style/img/drop-icon.svg

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 16 16"><g><g><path d="M2.41612,5.500656L8,10.15389L13.5838,5.500686L13.5839,5.500656Q13.6715,5.427647,13.7787,5.388823Q13.886,5.35,14,5.35Q14.064,5.35,14.1268,5.36249Q14.1896,5.374979,14.2487,5.399478Q14.3079,5.423978,14.3611,5.459545Q14.4143,5.495112,14.4596,5.540381Q14.5049,5.585649,14.5405,5.638879Q14.576,5.69211,14.6005,5.751256Q14.625,5.810402,14.6375,5.873191Q14.65,5.9359806,14.65,6Q14.65,6.14468,14.5886,6.275701Q14.5273,6.406721,14.4161,6.499343L8.41612,11.49934Q8.37265,11.53557,8.32357,11.56374Q8.27449,11.59191,8.22128,11.611180000000001Q8.16807,11.63044,8.11233,11.64022Q8.05659,11.65,8,11.65Q7.94341,11.65,7.88767,11.64022Q7.83193,11.63044,7.77872,11.611180000000001Q7.72551,11.59191,7.67643,11.56374Q7.62735,11.53557,7.58388,11.49934L1.58388,6.499344Q1.472734,6.406722,1.411367,6.275701Q1.35,6.14468,1.35,6Q1.35,5.9359806,1.36249,5.873191Q1.374979,5.810402,1.399478,5.751256Q1.423978,5.69211,1.4595449999999999,5.638879Q1.495112,5.585649,1.540381,5.540381Q1.585649,5.495112,1.638879,5.459545Q1.69211,5.423978,1.751256,5.399478Q1.810402,5.374979,1.873191,5.36249Q1.9359806,5.35,2,5.35Q2.114044,5.35,2.221276,5.388824Q2.328509,5.427647,2.41612,5.500656Z" fill-rule="evenodd" fill="#FFFFFF" fill-opacity="1"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

1
style/img/edit.svg

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 5.0 KiB

BIN
style/img/home-logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

1
style/img/home-logo.svg

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="36" height="34.31884765625" viewBox="0 0 36 34.31884765625"><g><g><path d="M13.027237892150879,11.3463L24.23343789215088,11.3463L24.23343789215088,34.3191L36.00003789215088,22.6926L36.00003789215088,0L24.23343789215088,0L13.027237892150879,11.3463Z" fill="#FFFFFF" fill-opacity="1"/></g><g transform="matrix(-1,0,0,-1,45.945526123046875,68.63812255859375)"><path d="M22.972763061523438,45.665361279296874L34.17896306152344,45.665361279296874L34.17896306152344,68.63816127929687L45.94556306152344,57.011661279296874L45.94556306152344,34.319061279296875L34.17896306152344,34.319061279296875L22.972763061523438,45.665361279296874Z" fill="#FFFFFF" fill-opacity="1"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 792 B

BIN
style/img/home-more.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

1
style/img/img_upload.svg

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 16 16"><defs><clipPath id="master_svg0_1_03702"><rect x="0" y="0" width="16" height="16" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1_03702)"><g transform="matrix(1,0,0,-1,0,30.6875)"><g><path d="M0,27.34375Q0.03125,28.18755,0.59375,28.74995Q1.15625,29.31255,2,29.34375L14,29.34375Q14.8438,29.31255,15.4062,28.74995Q15.9688,28.18755,16,27.34375L16,17.34375Q15.9688,16.5,15.4062,15.9375Q14.8438,15.375,14,15.34375L2,15.34375Q1.15625,15.375,0.59375,15.9375Q0.03125,16.5,0,17.34375L0,27.34375ZM10.125,24Q9.875,24.34375,9.5,24.34375Q9.09375,24.34375,8.875,24L6.15625,20.03125L5.34375,21.0625Q5.09375,21.34375,4.75,21.34375Q4.40625,21.34375,4.15625,21.0625L2.15625,18.5625Q1.90625,18.1875,2.0625,17.78125Q2.28125,17.375,2.75,17.34375L5.75,17.34375L13.25,17.34375Q13.6875,17.34375,13.9062,17.75Q14.0938,18.15625,13.875,18.5L10.125,24ZM3.5,24.34375Q4.34375,24.375,4.8125,25.09375Q5.1875,25.84375,4.8125,26.59375Q4.34375,27.31255,3.5,27.34375Q2.65625,27.31255,2.1875,26.59375Q1.8125,25.84375,2.1875,25.09375Q2.65625,24.375,3.5,24.34375Z" fill="#8A9099" fill-opacity="1"/></g></g></g></svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

BIN
style/img/login_back.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 MiB

1
style/img/login_top.svg

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="36" height="34.31884765625" viewBox="0 0 36 34.31884765625"><g><g><path d="M13.027237892150879,11.3463L24.23343789215088,11.3463L24.23343789215088,34.3191L36.00003789215088,22.6926L36.00003789215088,0L24.23343789215088,0L13.027237892150879,11.3463Z" fill="#006AFF" fill-opacity="1"/></g><g transform="matrix(-1,0,0,-1,45.945526123046875,68.63812255859375)"><path d="M22.972763061523438,45.665361279296874L34.17896306152344,45.665361279296874L34.17896306152344,68.63816127929687L45.94556306152344,57.011661279296874L45.94556306152344,34.319061279296875L34.17896306152344,34.319061279296875L22.972763061523438,45.665361279296874Z" fill="#006AFF" fill-opacity="1"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 792 B

1
style/img/login_weixin.svg

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="20" height="20" viewBox="0 0 20 20"><defs><clipPath id="master_svg0_1_03068"><rect x="0" y="0" width="20" height="20" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1_03068)"><g><path d="M13.082103515625,7.9632946875C13.268603515625,7.9632946875,13.454803515625,7.9788146875,13.641303515625,7.9942946875C13.128603515625,5.6019746875,10.627643515625,3.8310546875,7.769203515625,3.8310546875C4.569003515625,3.8310546875,1.943603515625,6.0526546875000005,1.943603515625,8.8800946875C1.943603515625,10.495814687500001,2.813563515625,11.8316946875,4.273803515625,12.8726146875L3.699003515625,14.6590546875L5.718603515625,13.6181746875C6.448603515625,13.7578546875,7.038883515625,13.9136546875,7.769203515625,13.9136546875C7.939923515625,13.9136546875,8.126443515624999,13.9136546875,8.312923515625,13.8980546875C8.188523515625,13.4939746875,8.126443515624999,13.0744146875,8.126443515624999,12.6548546875C8.126483515625,10.0607346875,10.317003515625,7.9632946875,13.082103515625,7.9632946875ZM9.943963515625,6.3480546874999995C10.379043515625,6.3480546874999995,10.674243515625,6.6429346875,10.674243515625,7.093614687500001C10.674243515625,7.5442146875,10.379043515625,7.8391346875,9.943963515625,7.8391346875C9.509123515625,7.8391346875,9.074003515625,7.5441746875,9.074003515625,7.093614687500001C9.074043515625,6.6429346875,9.509123515625,6.3480546874999995,9.943963515625,6.3480546874999995ZM5.873803515625,7.8391346875C5.438963515625,7.8391346875,5.003843515625,7.5441746875,5.003843515625,7.093614687500001C5.003843515625,6.6429346875,5.438963515625,6.3480546874999995,5.873803515625,6.3480546874999995C6.308923515625,6.3480546874999995,6.604083515625,6.6429346875,6.604083515625,7.093614687500001C6.604123515625,7.5442146875,6.308923515625,7.8391346875,5.873803515625,7.8391346875Z" fill="#00C261" fill-opacity="1"/></g><g><path d="M18.37975171875,12.576885781249999C18.37975171875,10.21560578125,16.06499171875,8.27392578125,13.43959171875,8.27392578125C10.67455171875,8.27392578125,8.49951171875,10.21560578125,8.49951171875,12.576885781249999C8.49951171875,14.95368578125,10.67455171875,16.88044578125,13.43959171875,16.88044578125C14.02999171875,16.88044578125,14.60471171875,16.72460578125,15.19507171875,16.58496578125L16.77975171875,17.47072578125L16.34463171875,15.99464578125C17.50975171875,15.093965781249999,18.37975171875,13.91332578125,18.37975171875,12.576885781249999ZM11.83963171875,11.83140578125C11.54447171875,11.83140578125,11.26487171875,11.55200578125,11.26487171875,11.24104578125C11.26487171875,10.94560578125,11.54447171875,10.65072578125,11.83963171875,10.65072578125C12.27447171875,10.65072578125,12.56963171875,10.94560578125,12.56963171875,11.24104578125C12.56963171875,11.55196578125,12.27447171875,11.83140578125,11.83963171875,11.83140578125ZM15.039831718750001,11.83140578125C14.74467171875,11.83140578125,14.46507171875,11.55200578125,14.46507171875,11.24104578125C14.46507171875,10.94560578125,14.74467171875,10.65072578125,15.039831718750001,10.65072578125C15.474711718750001,10.65072578125,15.76983171875,10.94560578125,15.76983171875,11.24104578125C15.76983171875,11.55196578125,15.474711718750001,11.83140578125,15.039831718750001,11.83140578125Z" fill="#00C261" fill-opacity="1"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 3.3 KiB

1
style/img/next.svg

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 16 16"><defs><clipPath id="master_svg0_1_00496"><rect x="0" y="0" width="16" height="16" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1_00496)"><g><path d="M5.328,2.3279855613708498C5.2343334,2.43231856137085,5.1875,2.5469855613708496,5.1875,2.6719855613708496C5.1875,2.7969855613708496,5.2343334,2.9063185613708495,5.328,2.9999855613708495C5.328,2.9999855613708495,10.203,7.99998556137085,10.203,7.99998556137085C10.203,7.99998556137085,5.328,12.999985561370849,5.328,12.999985561370849C5.2343334,13.09368556137085,5.1875,13.20298556137085,5.1875,13.32798556137085C5.1875,13.45298556137085,5.2343334,13.56228556137085,5.328,13.65598556137085C5.421667,13.74968556137085,5.531,13.796485561370849,5.656,13.796485561370849C5.781,13.796485561370849,5.890334,13.75478556137085,5.984,13.671485561370849C5.984,13.671485561370849,11.155999999999999,8.34348556137085,11.155999999999999,8.34348556137085C11.24967,8.249815561370848,11.2965,8.13515556137085,11.2965,7.999485561370849C11.2965,7.86381556137085,11.24967,7.749155561370849,11.155999999999999,7.65548556137085C11.155999999999999,7.65548556137085,5.984,2.3274855613708496,5.984,2.3274855613708496C5.890334,2.2441522613708496,5.781,2.2024855613708496,5.656,2.2024855613708496C5.531,2.2024855613708496,5.421667,2.2441522613708496,5.328,2.3274855613708496C5.328,2.3274855613708496,5.328,2.3279855613708498,5.328,2.3279855613708498C5.328,2.3279855613708498,5.328,2.3279855613708498,5.328,2.3279855613708498Z" fill="#606266" fill-opacity="1"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

1
style/img/play.svg

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 12 KiB

1
style/img/prev.svg

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 16 16"><defs><clipPath id="master_svg0_1_00493"><rect x="0" y="0" width="16" height="16" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1_00493)"><g><path d="M9.515380859375,2.32811328125C9.515380859375,2.32811328125,4.343380859375,7.65611328125,4.343380859375,7.65611328125C4.249714259375,7.74978328125,4.202880859375,7.86178328125,4.202880859375,7.99211328125C4.202880859375,8.12244328125,4.249714259375,8.23961328125,4.343380859375,8.34361328125C4.343380859375,8.34361328125,9.515380859375,13.67161328125,9.515380859375,13.67161328125C9.609050859375,13.75491328125,9.718380859375,13.79661328125,9.843380859375,13.79661328125C9.968380859375,13.79661328125,10.077710859375,13.74981328125,10.171380859374999,13.65611328125C10.265050859375,13.56241328125,10.311880859375,13.45311328125,10.311880859375,13.32811328125C10.311880859375,13.20311328125,10.265050859375,13.09381328125,10.171380859374999,13.00011328125C10.171380859374999,13.00011328125,5.296380859375,8.00011328125,5.296380859375,8.00011328125C5.296380859375,8.00011328125,10.171380859374999,3.00011328125,10.171380859374999,3.00011328125C10.265050859375,2.90644628125,10.311880859375,2.79711328125,10.311880859375,2.67211328125C10.311880859375,2.54711328125,10.265050859375,2.43778028125,10.171380859374999,2.34411328125C10.077710859375,2.25044668125,9.968380859375,2.20361328125,9.843380859375,2.20361328125C9.718380859375,2.20361328125,9.609050859375,2.24527998125,9.515380859375,2.32861328125C9.515380859375,2.32861328125,9.515380859375,2.32811328125,9.515380859375,2.32811328125C9.515380859375,2.32811328125,9.515380859375,2.32811328125,9.515380859375,2.32811328125Z" fill="#606266" fill-opacity="1"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

BIN
style/img/qrcode-tem.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 KiB

1
style/img/radio_active.svg

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 8.2 KiB

1
style/img/radio_normal.svg

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 8.1 KiB

1
style/img/refresh.svg

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 5.6 KiB

BIN
style/img/vedio_img.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

1
style/img/vedio_upload.svg

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="18" height="16" viewBox="0 0 18 16"><defs><clipPath id="master_svg0_1_03758"><rect x="0" y="0" width="18" height="16" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1_03758)"><g transform="matrix(1,0,0,-1,0,28.6875)"><g><path d="M0,24.34375Q0.03125,25.18755,0.59375,25.74995Q1.15625,26.31255,2,26.34375L10,26.34375Q10.8438,26.31255,11.4062,25.74995Q11.9688,25.18755,12,24.34375L12,16.34375Q11.9688,15.5,11.4062,14.9375Q10.8438,14.375,10,14.34375L2,14.34375Q1.15625,14.375,0.59375,14.9375Q0.03125,15.5,0,16.34375L0,24.34375ZM17.4688,25.21875Q17.9688,24.93755,18,24.34375L18,16.34375Q17.9688,15.75,17.4688,15.46875Q16.9375,15.1875,16.4375,15.5L13.4375,17.5L13,17.8125L13,18.34375L13,22.34375L13,22.875L13.4375,23.1875L16.4375,25.18755Q16.9375,25.46875,17.4688,25.21875Z" fill="#8A9099" fill-opacity="1"/></g></g></g></svg>

Before

Width:  |  Height:  |  Size: 946 B

BIN
style/img/viewimg1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

BIN
style/img/viewimg2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 KiB

BIN
style/img/viewimg3.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

830
style/js/index.js

@ -1,830 +0,0 @@
$(document).ready(function () {
var imgurl = ''
var tabActive = '1';
var cur_editdata = {}; //当前编辑数据
var vediourl = ''
var allData =[];//用于列表展示
// 假数据假数据-----
//待审批
var waitCheck = [{
id: 1,
source: '微博',
name: '麻辣烫---',
lurutime: '2025.01.13 23:00',
vedios: [{
img_show: 'viewimg1.png',
url: 'https://cloud.video.taobao.com/vod/QveMufgzEwjhHPj1wo_KI_KF7vbZwUJhbOpGtVCXN3Y.mp4',
},
{
img_show: 'viewimg2.png',
url: 'https://cloud.video.taobao.com/vod/BYqzWJAb0TEleeeLZG-L5qFoBnmmKt0WC8qxw4hVDFc.mp4',
},
],
desc: '111111华佗医生真是医术献💐。华佗医生真是医术高明,每次看您的微博都能学到很多中医的智慧和精髓,真是受益匪浅!感谢您为中医事业做出的贡献💐。',
},
{
id: 2,
imgs: [
'viewimg1.png',
'viewimg2.png',
'viewimg3.png',
],
source: '自录入',
desc: '22222对于中医按摩时穴位定位的问题,确实有不少初学者会遇到找不准穴位的情况。以下是一些技巧和建议,以及辅助工具,可以帮助您更准确地找到穴位',
question: '有没有什么技巧或者辅助工具可以帮助我们更准确地找到穴位呢?',
name: '麻辣烫---',
lurutime: '2025.01.13 23:00',
},
{
id: 3,
source: '自录入',
name: '麻辣烫---',
lurutime: '2025.01.13 23:00',
vedios: [{
img_show: 'viewimg1.png',
url: 'https://cloud.video.taobao.com/vod/QveMufgzEwjhHPj1wo_KI_KF7vbZwUJhbOpGtVCXN3Y.mp4',
},
{
img_show: 'viewimg1.png',
url: 'https://s10.mogucdn.com/mlcdn/c45406/240506_303f82ha577j13gc73j71faj880gi.mp4',
},
],
desc: '333333浅!感谢您为中医事业做出的贡献💐。华佗医生真是医术高明,每次看您的微博都能学到很多中医的智慧和精髓,真是受益匪浅!感谢您为中医事业做出的贡献💐。华佗医生真是医术高明,每次看您的微博都能学到很多中医',
},
{
id: 4,
imgs: [
'viewimg1.png',
'viewimg2.png',
'viewimg3.png',
],
source: '自录入',
question: '有没有什么技巧或者辅助工具可以帮助我们更准确地找到穴位呢?',
name: '麻辣烫---',
lurutime: '2025.01.13 23:00',
answer: '对于中医按摩时穴位定位的问题,确实有不少初学者会遇到找不准穴位的情况。以下是一些技巧和建议,以及辅助工具,可以帮助您更准确地找到穴位',
desc: '4444浅!感谢您为中医事业做出的贡献💐。华佗医生真是医术高明,每次看您的微博都能学到很多中医的智慧和精髓,真是受益匪浅!感谢您为中医事业做出的贡献💐。华佗医生真是医术高明,每次看您的微博都能学到很多中医',
},
{
id: 5,
source: '微博',
name: '麻辣烫---',
lurutime: '2025.01.13 23:00',
vedios: [{
img_show: 'viewimg1.png',
url: 'https://cloud.video.taobao.com/vod/QveMufgzEwjhHPj1wo_KI_KF7vbZwUJhbOpGtVCXN3Y.mp4',
},
{
img_show: 'viewimg1.png',
url: 'https://s10.mogucdn.com/mlcdn/c45406/240506_303f82ha577j13gc73j71faj880gi.mp4',
},
],
desc: '55555浅!感谢您为中医事业做出的贡献💐。华佗医生真是医术高明,每次看您的微博都能学到很多中医的智慧和精髓,真是受益匪浅!感谢您为中医事业做出的贡献💐。华佗医生真是医术高明,每次看您的微博都能学到很多中医',
},
{
id: 6,
imgs: [
'viewimg1.png',
'viewimg2.png',
'viewimg3.png',
],
source: '自录入',
question: '有没有什么技巧或者辅助工具可以帮助我们更准确地找到穴位呢?',
name: '麻辣烫---',
lurutime: '2025.01.13 23:00',
answer: '对于中医按摩时穴位定位的问题,确实有不少初学者会遇到找不准穴位的情况。以下是一些技巧和建议,以及辅助工具,可以帮助您更准确地找到穴位',
desc: '6666浅!感谢您为中医事业做出的贡献💐。华佗医生真是医术高明,每次看您的微博都能学到很多中医的智慧和精髓,真是受益匪浅!感谢您为中医事业做出的贡献💐。华佗医生真是医术高明,每次看您的微博都能学到很多中医。',
},
];
//已审批
var checkList = [{
id: 1,
source: '微博',
name: '待审批11-',
lurutime: '2025.01.13 23:00',
vedios: [{
img_show: 'viewimg1.png',
url: 'https://cloud.video.taobao.com/vod/QveMufgzEwjhHPj1wo_KI_KF7vbZwUJhbOpGtVCXN3Y.mp4',
},
{
img_show: 'viewimg2.png',
url: 'https://cloud.video.taobao.com/vod/BYqzWJAb0TEleeeLZG-L5qFoBnmmKt0WC8qxw4hVDFc.mp4',
},
],
desc: '审批审批----------审批',
},
{
id: 2,
imgs: [
'viewimg1.png',
'viewimg2.png',
'viewimg3.png',
],
source: '自录入',
desc: '审批审批----------审批',
question: '有没有什么技巧或者辅助工具可以帮助我们更准确地找到穴位呢?',
name: '待审批-2222',
lurutime: '2025.01.13 23:00',
},
];
//已删除
var deletedList = [{
id: 1,
source: '微博',
name: '已删除111-',
lurutime: '2025.01.13 23:00',
vedios: [{
img_show: 'viewimg1.png',
url: 'https://cloud.video.taobao.com/vod/QveMufgzEwjhHPj1wo_KI_KF7vbZwUJhbOpGtVCXN3Y.mp4',
},
{
img_show: 'viewimg2.png',
url: 'https://cloud.video.taobao.com/vod/BYqzWJAb0TEleeeLZG-L5qFoBnmmKt0WC8qxw4hVDFc.mp4',
},
],
desc: '删除----删除',
},
{
id: 2,
imgs: [
'viewimg1.png',
'viewimg2.png',
'viewimg3.png',
],
source: '自录入',
desc: '删除----删除',
question: '有没有什么技巧或者辅助工具可以帮助我们更准确地找到穴位呢?',
name: '已删除-2222',
lurutime: '2025.01.13 23:00',
},
];
allData = waitCheck;//初始赋值待审批列表 后续从接口请求赋值
$('.radio-wrap').on('click', '.radio_box input', function () {
var radio_val = $(this).attr('value')
$('.edit-input').val('')
if (radio_val == '1') {
$('.answer-form').hide()
$('.common-input').html('录入信息')
} else {
$('.common-input').html('提问信息')
$('.answer-form').show()
}
$('.radio-wrap .radio_box').removeClass('radio_box_active');
$(this).parent().addClass('radio_box_active');
})
//编辑 打开弹框
$('#data-list').on('click', '.list_item_top_r', function () {
$('.preview').html('')
var cur_id = $(this).attr('id');
cur_editdata = allData.filter(item => item.id == cur_id)[0];
console.log(cur_editdata, 'cur_editdata');
$('.edit-input').val('')
$('.radio-form').hide();
$('.answer-form').hide();
$('.normal-input').val(cur_editdata.desc);
$('.char-count').text(cur_editdata.desc.length + '/100');
if ($('.modal').hasClass('addmodal')) {
$('.modal').removeClass('addmodal')
$('.modal').addClass('editmodal')
} else {
$('.modal').addClass('editmodal')
}
$('#header_title').html('编辑');
// $('.edit-input').show();
$('.img_list2').html('')
$('.img_list2').show()
imagesHTML1 = ''
renderImages(cur_editdata)
$('.modal, .modal-overlay').fadeIn();
})
// 打开弹框
$('.addNewBtn').click(function () {
$('.preview').html('')
$('.edit-input').val('')
$('.radio-form').show();
$('.img_list2').html('')
$('.img_list2').show()
imagesHTML1 = ''
var radio_val = $('.radio-wrap').find('.radio_box_active input').val();
if (radio_val == '1') {
$('.answer-form').hide()
$('.common-input').html('录入信息')
} else {
$('.answer-form').show()
$('.common-input').html('提问信息')
}
if ($('.modal').hasClass('editmodal')) {
$('.modal').removeClass('editmodal')
$('.modal').addClass('addmodal')
} else {
$('.modal').addClass('addmodal')
}
$('#header_title').html('新增自录入')
$('.modal, .modal-overlay').fadeIn();
});
var imagesHTML1 = ''
function renderImages(item) {
if (item.imgs) {
item.imgs.forEach(image => {
imagesHTML1 += `
<div class="small-image">
<span class="small-image-desc">图片</span>
<img src="./style/img/${image}" alt="Small Image">
<img class="delete-btn" src="./style/img/delete-icon.svg" alt="Small Image">
</div>
`;
});
} else if (item.vedios) {
item.vedios.forEach(v => {
imagesHTML1 += `
<div class="small-video-cover" href="${v.url}">
<span class="small-image-desc">视频</span>
<img class="small-video-show" src="./style/img/${v.img_show}" alt="Video Cover">
<img src="./style/img/play.svg" class="play-video" alt="...丢了">
<img class="delete-btn" src="./style/img/delete-icon.svg" alt="Small Image">
</div>
`;
});
}
$('.img_list2').html(imagesHTML1)
}
// 关闭弹框
$('#cancel, .modal-overlay').click(function () {
$('.modal, .modal-overlay').fadeOut();
$('.edit-input').val('')
$('.wordNum').html('0/100')
});
$('#close_modal').click(function () {
$('.modal, .modal-overlay').fadeOut();
$('.edit-input').val('')
$('.wordNum').html('0/100')
});
// 上传图片
$('#upload-image-btn').click(function () {
$('#upload-image').click(); // 触发文件选择
});
$('#upload-image').change(function (e) {
const files = e.target.files;
for (let i = 0; i < files.length; i++) {
uploadFile(files[i], 'image');
}
});
// 上传视频
$('#upload-video-btn').click(function () {
$('#upload-video').click(); // 触发文件选择
});
$('#upload-video').change(function (e) {
const files = e.target.files;
for (let i = 0; i < files.length; i++) {
uploadFile(files[i], 'video');
}
});
// 文件上传函数
function uploadFile(file, type) {
const item = $(`
<div class="item">
<div class="upload_name">上传中...</div>
<div class="progress-bar">
<div class="progress"></div>
</div>
<div class="status uploading">上传中...</div>
</div>
`);
$('.preview').append(item);
// 模拟上传过程
const formData = new FormData();
formData.append('file', file);
// 模拟接口上传
$.ajax({
url: 'http://zq.pengda.checkcopy.com//upload_file', // 模拟接口地址
type: 'POST',
data: formData,
processData: false,
contentType: false,
xhr: function () {
console.log(file,'=====file');
var xhr = $.ajaxSettings.xhr();
xhr.upload.addEventListener('progress', function (e) {
if (e.lengthComputable) {
const percent = Math.ceil((e.loaded / e.total) * 100);
item.find('.progress').css('width', percent + '%');
item.find('.upload_name').html(`<span class="upload_file_name">${file.name}</span>` + percent + '%');
}
}, false);
return xhr;
},
success: function (response) {
res = JSON.parse(response)
item.find('.status').removeClass('uploading').addClass('hidden').text('上传成功');
item.find('.progress-bar').addClass('hide'); // 隐藏进度条
item.find('.upload_name').addClass('hide'); // 隐藏进度条
const reader = new FileReader();
reader.onload = function (event) {
if (type === 'image') {
item.prepend(` <div class="small-image">
<span class="small-image-desc">图片</span>
<img src="${event.target.result}" alt="Small Image">
<img class="delete-btn" src="./style/img/delete-icon.svg" alt="Small Image">
</div>`);
} else if (type === 'video') {
// 视频需要展示封面图片 后续从response、获取也行 event.target.result只是用作占位
item.prepend(` <div class="small-video-cover" href="">
<span class="small-image-desc">视频</span>
<img class="small-video-show" src="${event.target.result}" alt="Video Cover">
<img src="./style/img/play.svg" class="play-video" alt="...丢了">
<img class="delete-btn" src="./style/img/delete-icon.svg" alt="Small Image">
</div>`);
}
};
reader.readAsDataURL(file);
return
if (res.status) {
item.find('.status').removeClass('uploading').addClass('hidden').text('上传成功');
item.find('.progress-bar').addClass('hide'); // 隐藏进度条
item.find('.upload_name').addClass('hide'); // 隐藏进度条
const reader = new FileReader();
reader.onload = function (event) {
if (type === 'image') {
item.prepend(` <div class="small-image">
<span class="small-image-desc">图片</span>
<img src="${event.target.result}" alt="Small Image">
<img class="delete-btn" src="./style/img/delete-icon.svg" alt="Small Image">
</div>`);
} else if (type === 'video') {
// 视频需要展示封面图片 后续从response、获取也行 event.target.result只是用作占位
item.prepend(` <div class="small-video-cover" href="">
<span class="small-image-desc">视频</span>
<img class="small-video-show" src="${event.target.result}" alt="Video Cover">
<img src="./style/img/play.svg" class="play-video" alt="...丢了">
<img class="delete-btn" src="./style/img/delete-icon.svg" alt="Small Image">
</div>`);
}
};
reader.readAsDataURL(file);
}else{
console.log(res,'response.info---');
item.find('.upload_name').html(`<span class="upload_file_name">${file.name}</span>` +res.info);
item.find('.status').removeClass('uploading').addClass('failed').text('上传失败');
}
},
error: function () {
item.find('.status').removeClass('uploading').addClass('failed').text('上传失败');ç
}
});
}
// 删除功能
$('.img_list2').on('click', '.delete-btn', function () {
$(this).parent().remove();
// 请求借口
// $.ajax({
// type: "post",
// dataType: 'json',
// url: '',
// data: {
// type
// },
// success: function (res) {}
// })
});
$('.preview').on('click', '.delete-btn', function () {
$(this).parent().parent().remove();
// 请求借口
// $.ajax({
// type: "post",
// dataType: 'json',
// url: '',
// data: {
// type
// },
// success: function (res) {}
// })
});
// 三个按钮操作
// viedo
// 点击小版视频封面图时放大
$('#data-list').on('click', '.list_item .small-video-cover', function () {
console.log($(this), '900000');
vediourl = $(this).attr('href')
console.log(vediourl, '------8988989');
// $('#large-viedo-url').attr('src', vediourl)
var dom = document.getElementById('large-viedo-url')
dom.src = vediourl
$('#large-video-container').fadeIn(); // 显示放大后的视频容器
$('#large-video').get(0).load(); // 播放视频
setTimeout(() => {
$('#large-video').get(0).play(); // 播放视频
}, 500);
});
// 点击关闭按钮时关闭放大视频
$('#close-btn').click(function () {
$('#large-video').get(0).pause(); // 暂停视频
$('#large-video-container').fadeOut(); // 隐藏放大后的视频容器
});
// 图片
$('#data-list').on('click', '.list_item .small-image', function () {
imgurl = $(this).attr('src')
$('#large-image').attr('src', imgurl)
$('#large-image-container').fadeIn(); // 显示放大后的图片容器
});
// 点击关闭按钮时关闭放大图片
$('#close-btn2').click(function () {
$('#large-image-container').fadeOut(); // 隐藏放大后的图片容器
});
// 点击背景区域时关闭放大图片
$('#large-image-container').click(function (e) {
if (e.target === this) {
$('#large-image-container').fadeOut(); // 隐藏放大后的图片容器
}
});
$('.dropdown-toggle').click(function () {
const dropdownPanel = document.querySelector('.dropdown-panel');
const icon = document.querySelector('.icon');
// 切换面板的显示/隐藏
if (dropdownPanel.style.display === 'block') {
dropdownPanel.style.display = 'none';
icon.classList.remove('rotate'); // 移除旋转效果
} else {
dropdownPanel.style.display = 'block';
icon.classList.add('rotate'); // 添加旋转效果
}
})
// 点击页面其他区域关闭面板
document.addEventListener('click', (event) => {
const dropdown = document.querySelector('.dropdown');
const dropdownPanel = document.querySelector('.dropdown-panel');
const icon = document.querySelector('.icon');
// 如果点击的区域不在 Dropdown 内,则关闭面板
if (!dropdown.contains(event.target)) {
dropdownPanel.style.display = 'none';
icon.classList.remove('rotate');
}
});
var list = waitCheck
var currentPage = 1; // 定义变量,用于存储当前的页码
var pageSize = 2; // 定义变量,用于存储当前页条数
renderList(list)
// 当文档加载完成后执行以下函数
function renderList(list) {
function createPagination(currentPage, totalPages) {
var paginationHtml = ""; // 初始化一个字符串,用于存放分页条的HTML代码
// 如果当前页不是第一页,则生成一个“上一页”按钮
// if (currentPage > 1) {
paginationHtml += "<li>&lt;</li>";
// }
// 始终显示第一页的页码
paginationHtml += generatePageNumberHtml(1, currentPage);
// 如果总页数大于1页,则继续生成分页条的其余部分
if (totalPages > 1) {
// 如果当前页码大于3,则在第一页和当前页之间添加省略号
if (currentPage > 3) {
paginationHtml += "<li>...</li>";
}
// 遍历当前页附近的页码,并生成对应的分页按钮
for (
let i = Math.max(currentPage - 2, 2); i <= Math.min(currentPage + 2, totalPages - 1); i++
) {
paginationHtml += generatePageNumberHtml(i, currentPage);
}
// 如果当前页码小于总页数减去2,则在当前页和最后一页之间添加省略号
if (currentPage < totalPages - 2) {
paginationHtml += "<li>...</li>";
}
}
// 始终显示最后一页的页码
paginationHtml += generatePageNumberHtml(totalPages, currentPage);
// 如果当前页不是最后一页,则生成一个“下一页”按钮
if (currentPage < totalPages) {
paginationHtml += "<li>&gt;</li>";
}
// 返回生成的分页条HTML字符串
return paginationHtml;
}
// 创建分页条的函数
// 生成单个页码按钮的HTML的函数
function generatePageNumberHtml(pageNumber, currentPage) {
// 返回一个格式化后的HTML字符串,包含激活状态的判断
return (
'<li class="' +
(pageNumber === currentPage ? "pagActive" : "") +
'">' +
pageNumber +
"</li>"
);
}
// 选择页码的函数
function selectPage(pageNumber) {
// 更新当前页码的变量,并重新生成分页条
currentPage = pageNumber;
$("#pagination").html(createPagination(currentPage, Math.ceil(list.length / pageSize)));
}
// 为分页条上的每个按钮绑定点击事件
$("#pagination").on("click", "li", function (event) {
let pageNumber = $(this).text(); // 获取点击的页码或按钮文本
// 如果点击的是省略号,则不执行任何操作
if (pageNumber === "...") {
event.preventDefault();
return;
}
// 根据点击的按钮,调用selectPage函数更新当前页码
if (pageNumber === "<") {
if (currentPage < 2) {
return
}
selectPage(currentPage - 1);
} else if (pageNumber === ">") {
// if(currentPage <2){
// return
// }
selectPage(currentPage + 1);
} else {
selectPage(parseInt(pageNumber));
}
});
// 初始化分页条,总页数为20,默认显示第一页
$("#pagination").html(createPagination(currentPage, Math.ceil(list.length / pageSize)));
}
// 模拟数据
// var allData = [
// "数据 1", "数据 2", "数据 3", "数据 4", "数据 5",
// "数据 6", "数据 7", "数据 8", "数据 9", "数据 10",
// "数据 11", "数据 12", "数据 13", "数据 14", "数据 15",
// "数据 16", "数据 17", "数据 18", "数据 19", "数据 20",
// "数据 21", "数据 22", "数据 23", "数据 24", "数据 25",
// "数据 26", "数据 27", "数据 28", "数据 29", "数据 30"
// ];
// 总页数
var totalPages = Math.ceil(allData.length / pageSize);
// 渲染数据
function renderData() {
totalPages = Math.ceil(allData.length / pageSize);
const start = (currentPage - 1) * pageSize;
const end = start + pageSize;
const pageData = allData.slice(start, end);
// 清空列表
$('#data-list').empty();
var html1 = '';
// 渲染当前页数据
pageData.forEach(item => {
let imagesHTML = '';
if (item.imgs) {
item.imgs.forEach(image => {
imagesHTML += `
<div class="small-image">
<span class="small-image-desc">图片</span>
<img src="./style/img/${image}" alt="Small Image">
</div>
`;
});
} else if (item.vedios) {
item.vedios.forEach(v => {
imagesHTML += `
<div class="small-video-cover" href="${v.url}">
<span class="small-image-desc">视频</span>
<img class="small-video-show" src="./style/img/${v.img_show}" alt="Video Cover">
<img src="./style/img/play.svg" class="play-video" alt="...丢了">
</div>
`;
});
}
html1 += `<div class="list_item ">
<div class="list_item_top flex">
<div class="list_item_top_l">
<span class="${item.source == '微博' ? 'green' : 'blue'}">` + item.source + `</span>
${item.question ? `<b>${item.question}</b>` :''}
<span>` + item.name + `</span>
<span>录入` + item.lurutime + `</span>
</div>
${
tabActive == '1' ? `<div class="list_item_top_r" id="${item.id}"><img src="./style/img/edit.svg" alt="">编辑</div>` :''
}
</div>
<p class="desc_text">
${item.desc}
</p>
<!-- 图片合集 -->
<div class="img_list">
${imagesHTML}
</div>
<div class="flex btngroups">
${tabActive == '1' || tabActive == '2' ? '<button class="button button-normal deleteBtn">删除</button>' : ''}
${tabActive == '1' ? '<button class="button button-primary passBtn">通过</button>' : ''}
${tabActive == '3' || tabActive == '2' ? '<button class="button button-normal checkBtn">恢复待审批</button>' : ''}
</div>
</div>`
$('#data-list').html(html1);
});
// 渲染分页按钮
renderPagination();
}
// 渲染分页按钮
function renderPagination() {
const pageNumbers = $('#page-numbers');
pageNumbers.empty();
// 总页数小于等于 7 时,显示所有页码
if (totalPages <= 7) {
for (let i = 1; i <= totalPages; i++) {
pageNumbers.append(`<span class="${i === currentPage ? 'pagActive' : ''}">${i}</span>`);
}
} else {
// 总页数大于 7 时,显示部分页码并用省略号代替
if (currentPage <= 4) {
// 前 5 页 + 省略号 + 最后一页
for (let i = 1; i <= 5; i++) {
pageNumbers.append(`<span class="${i === currentPage ? 'pagActive' : ''}">${i}</span>`);
}
pageNumbers.append('<span>...</span>');
pageNumbers.append(`<span>${totalPages}</span>`);
} else if (currentPage >= totalPages - 3) {
// 第一页 + 省略号 + 最后 5 页
pageNumbers.append('<span>1</span>');
pageNumbers.append('<span>...</span>');
for (let i = totalPages - 4; i <= totalPages; i++) {
pageNumbers.append(`<span class="${i === currentPage ? 'pagActive' : ''}">${i}</span>`);
}
} else {
// 第一页 + 省略号 + 当前页及前后两页 + 省略号 + 最后一页
pageNumbers.append('<span>1</span>');
pageNumbers.append('<span>...</span>');
for (let i = currentPage - 2; i <= currentPage + 2; i++) {
pageNumbers.append(`<span class="${i === currentPage ? 'pagActive' : ''}">${i}</span>`);
}
pageNumbers.append('<span>...</span>');
pageNumbers.append(`<span>${totalPages}</span>`);
}
}
// 绑定页码点击事件
pageNumbers.find('span').click(function () {
const page = parseInt($(this).text());
if (!isNaN(page)) {
currentPage = page;
renderData();
}
});
}
// 初始化渲染
renderData();
// 上一页
$('#prev-page').click(function () {
if (currentPage > 1) {
currentPage--;
renderData();
}
});
// 下一页
$('#next-page').click(function () {
if (currentPage < totalPages) {
currentPage++;
renderData();
}
});
// 跳转到指定页
$('#go-to-page').click(function () {
const page = parseInt($('#jump-to-page').val());
if (page >= 1 && page <= totalPages) {
currentPage = page;
renderData();
} else {
alert(`请输入有效的页码(1-${totalPages}`);
}
});
$('.index-nav-wrap-li').click(function () {
tabActive = $(this).attr('type');
switch (tabActive) {
case '1':
allData = waitCheck
break
case '2':
allData = checkList
break
case '3':
allData = deletedList
break
}
currentPage = 1;
$('.index-nav-wrap-li span').removeClass('active')
$(this).find('span').addClass('active')
renderData()
})
// 仅保存
// 录入信息
$('#submit').click(function () {
if ($('.modal').hasClass('editmodal')) { //编辑
var desc = $('.normal-input').val().trim()
var answer = $('.answer-input').val().trim()
// cur_editdata.id //当前编辑数据 后续用其他参数也可
} else if ($('.modal').hasClass('addmodal')) { //新增
var radio_val = $('.radio-wrap').find('.radio_box_active input').val();
// 区分信息段、问答
if (radio_val == '1') {
} else {
}
}
// $.ajax({
// type: "post",
// dataType: 'json',
// url: '',
// data: {
// type
// },
// success: function (res) {}
// })
$('.modal, .modal-overlay').fadeOut();
})
// 保存并通过审批
$('#savePass').click(function () {
// 请求借口
if ($('.modal').hasClass('editmodal')) { //编辑
var desc = $('.normal-input').val().trim()
var answer = $('.answer-input').val().trim()
} else if ($('.modal').hasClass('addmodal')) { //新增
var radio_val = $('.radio-wrap').find('.radio_box_active input').val();
// 区分信息段、问答
if (radio_val == '1') {
} else {
}
}
// $.ajax({
// type: "post",
// dataType: 'json',
// url: '',
// data: {
// type
// },
// success: function (res) {}
// })
$('.modal, .modal-overlay').fadeOut();
})
$('.list_all').on('click','deleteBtn',function(){
// 列表删除
})
$('.list_all').on('click','passBtn',function(){
// 列表通过
})
$('.list_all').on('click','checkBtn',function(){
// 恢复待审批
})
});

2
style/js/jquery-3.6.0.min.js

File diff suppressed because one or more lines are too long

0
style/js/login.js

15
style/js/lottie.min.js

File diff suppressed because one or more lines are too long

39
style/js/pagination.js

@ -1,39 +0,0 @@
document.addEventListener('DOMContentLoaded', function() {
const items = document.getElementById('items');
const pagination = document.getElementById('pagination');
const data = [/* 这里是你要分页的数据,例如一个包含多个对象的数组 */]; // 示例数据,实际应用中应从服务器获取或定义在外部文件等
const itemsPerPage = 5; // 每页显示的项目数
let currentPage = 1; // 当前页码
function displayItems(page) {
const startIndex = (page - 1) * itemsPerPage;
const endIndex = startIndex + itemsPerPage;
items.innerHTML = ''; // 清空当前显示的内容
for (let i = startIndex; i < endIndex && i < data.length; i++) {
const item = document.createElement('li');
item.textContent = data[i]; // 显示数据项,根据实际情况调整显示内容(例如使用data[i].name等)
items.appendChild(item);
}
}
function displayPagination(totalPages) {
pagination.innerHTML = ''; // 清空现有的分页链接
for (let i = 1; i <= totalPages; i++) {
const pageItem = document.createElement('li');
pageItem.textContent = i;
pageItem.onclick = function() {
currentPage = i;
displayItems(currentPage); // 显示当前页的数据项
displayPagination(totalPages); // 更新分页链接的激活状态
};
if (i === currentPage) {
pageItem.classList.add('active'); // 为当前页码添加激活样式
}
pagination.appendChild(pageItem);
}
}
const totalPages = Math.ceil(data.length / itemsPerPage); // 计算总页数
displayItems(currentPage); // 初始化显示第一页的数据项
displayPagination(totalPages); // 初始化分页链接的显示
});

2
view/css/common.css

@ -1,4 +1,4 @@
html,body,li{
html,body,li,textarea,button{
font-family: Microsoft YaHei UI;
font-size: 14px;
color: #1E2226;

69
view/css/index.css

@ -113,6 +113,8 @@
.home-page {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
}
.header-wrap {
@ -195,9 +197,12 @@
.header-right {
align-items: center;
}
.home-main-content{
margin: 20px;
flex: 1;
}
.home-main {
margin: 20px;
background: #fff;
padding: 0 14px;
}
@ -418,7 +423,9 @@
display: flex;
justify-content: center;
align-items: center;
padding: 7px 22px;
/* padding: 7px 22px; */
width: 76px;
height: 32px;
border-radius: 3px;
background: #FFFFFF;
box-sizing: border-box;
@ -429,7 +436,10 @@
cursor: pointer;
}
.upload_btn{
width: 106px;
margin-left: 0;
/* padding: 7px 12px; */
color: #626573;
}
button:hover {
opacity: .8;
@ -438,21 +448,37 @@ button:hover {
.button-primary {
background: #006AFF;
color: #FFFFFF;
border: none;
}
.button-normal {}
.button.checkBtn{
width: 119px !important;
height: 32px !important;
padding: 0 !important;
}
.btngroups {
justify-content: flex-end;
}
.btngroups .button{
width: 74px;
height: 32px;
padding: 0;
}
#go-to-page{
padding: 0;
width: 76px;
height: 32px;
}
.addNewBtn {
width: 121px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 7px 12px;
/* padding: 7px 12px; */
height: 32px;
border-radius: 3px;
opacity: 1;
height: 32px;
@ -464,11 +490,14 @@ button:hover {
letter-spacing: 0.08em;
color: #FFFFFF;
}
.addNewBtn img{
margin-right: 8px;
}
.list_all {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 20px;
}
.list_item {
@ -487,7 +516,9 @@ button:hover {
.list_item_top .list_item_top_l b {
color: #1E2226;
}
.list_item_top_l .name{
margin: 0 12px 0 6px;
}
.list_item_top_r {
display: flex;
align-items: center;
@ -551,6 +582,13 @@ button:hover {
.editmodal .add-form .form-left{
display: none;
}
.editmodal .form-item{
padding: 0;
}
.editmodal textarea {
transition: all.3s;
margin-bottom: 0 !important;
}
.addmodal .add-form .form-left{
display: block;
}
@ -600,19 +638,26 @@ button:hover {
.modal textarea {
width: calc(100% - 24px);
height: 64px;
margin-bottom: 10px;
/* margin-bottom: 10px; */
padding: 10px 12px 28px;
letter-spacing: 0.08em;
font-variation-settings: "opsz" auto;
color: #1E2226;
border: 1px solid #DFE2E6;
}
.text-area-container{
position: relative;
}
.h74{
height: 54px !important;
padding: 10px 12px !important;
}
.wordNum{
position: absolute;
right: 13px;
bottom: 20px;
bottom: 15px;
color: #626573;
letter-spacing: 0.08em;
}
.modal .modal_top{
display: flex;
@ -638,6 +683,10 @@ button:hover {
max-width: 170px;
position: relative;
}
.modal .preview .item .small-image{
margin-right: 0px;
margin-bottom: 0px;
}
.modal .preview .delete-btn {
position: absolute;
top: 0;
@ -662,6 +711,8 @@ button:hover {
}
.modal .buttons button {
margin-left: 10px;
padding: 7px 22px;
width: auto;
}
.modal_btn_column{

9
view/js/index.js

@ -10,8 +10,10 @@ $(document).ready(function () {
if (radio_val == '1') {
$('.answer-form').hide()
$('.common-input').html('录入信息')
$('.normal-input').removeClass('h74')
} else {
$('.common-input').html('提问信息')
$('.normal-input').addClass('h74')
$('.answer-form').show()
}
$('.radio-wrap .radio_box').removeClass('radio_box_active');
@ -62,14 +64,17 @@ $(document).ready(function () {
$('.edit-input').val('')
$('.radio-form').show();
$('.img_list2').html('')
$('.img_list2').show()
$('.img_list2').hide()
imagesHTML1 = ''
var radio_val = $('.radio-wrap').find('.radio_box_active input').val();
if (radio_val == '1') {
$('.answer-form').hide()
$('.common-input').html('录入信息')
$('.normal-input').removeClass('h74')
} else {
$('.answer-form').show()
$('.normal-input').addClass('h74')
$('.common-input').html('提问信息')
}
if ($('.modal').hasClass('editmodal')) {
@ -492,7 +497,7 @@ $(document).ready(function () {
<div class="list_item_top_l">
<span class="${item.wid != '' ? 'green' : 'blue'}">${item.wid != '' ? '微博' :'自录入'}</span>
${item.refer ? `<b>${item.refer}</b>` :''}
<span>` + item.wid + `</span>
<span class="name">` + item.wid + `</span>
<span>录入` + item.created_at + `</span>
</div>
${

7
view/templates/weibo/home.html

@ -29,6 +29,8 @@
</div>
<div class="home-main-content">
<div class="home-main">
<div class="tab-list index-nav-wrap flex">
<ul class="tab-wrap">
@ -173,6 +175,11 @@
</div>
</div>
</div>
<div class="leftSideFooterNew">
<p>Copyright &copy;2012-2025 .</p>
<p><span>All Rights Reserved</span> 底部随便写的</p>
</div>
</div>
</body>
<script src="{$smarty.const.CSS_URL}/js/index.js"></script>

Loading…
Cancel
Save