Kaynağa Gözat

小程序清理无用文件

wrh 2 yıl önce
ebeveyn
işleme
0c73abbd27

+ 0 - 1
nngkxxdp/src/main/resources/static/nnzwminiapp/app.json

@@ -14,7 +14,6 @@
     "pages/aticleList/aticleList",
     "pages/commentList/commentList",
     "pages/menu/menu",
-    "pages/logs/logs",
     "pages/myCenter/myCenter",
     "pages/serve/serve",
     "pages/dataCenter/dataCenter",

+ 0 - 66
nngkxxdp/src/main/resources/static/nnzwminiapp/pages/css/conmon.css

@@ -1,66 +0,0 @@
-/*清除自带样式*/
-*{
-	margin: 0;
-	padding: 0;
-    outline: none;
-    border: 0;
-    font-family: PingFang SC;
-}
-textarea,button{
-    resize: none;
-}
-ul,li{
-    list-style: none;
-}
-a{
-    text-decoration: none;
-}
-/*适配*/
-@media screen and (max-width: 320px) {
-    html {
-        font-size: 9px;
-    }
-}
-@media screen and (min-width: 320px) {
-    html {
-        font-size: 14px;
-    }
-}
-
-@media screen and (min-width: 360px) {
-    html {
-        font-size: 16px;
-    }
-}
-
-@media screen and (min-width: 400px) {
-    html {
-        font-size: 18px;
-    }
-}
-
-@media screen and (min-width: 440px) {
-    html {
-        font-size: 20px;
-    }
-}
-
-@media screen and (min-width: 480px) {
-    html {
-        font-size: 22px;
-    }
-}
-
-@media screen and (min-width: 640px) {
-    html {
-        font-size: 28px;
-    }
-}
-/*蒙层*/
-.mask{
-    width: 100%;
-    height: 100%;
-    background: rgba(0, 0, 0, 0.7);
-    position: absolute;
-    z-index: 998;
-}

+ 0 - 42
nngkxxdp/src/main/resources/static/nnzwminiapp/pages/css/header.css

@@ -1,42 +0,0 @@
-body{
-    background: #F5F5F5;
-}
-.head-bg{
-    width: 100%;
-    height: 11.25rem;
-    background-image: url(../images/index_bg.png);
-    background-size: 100% 100%;
-}
-.top-nav{
-    margin-top: 0.625rem;
-}
-.top-nav ul{
-    width: 100%;
-    height: 2.5rem;
-    line-height: 2.5rem;
-    display: flex;
-    flex-direction: row;
-    justify-content: space-around;
-}
-.top-nav ul li{
-    height: 1.875rem;
-    line-height: 1.875rem;
-    font-size: 1rem;
-    text-align: center;
-    color: #333333;
-    float: left;
-    display: flex;
-    align-items: center;
-}
-.top-nav ul li img{
-    width: 1.375rem;
-}
-
-.top-nav ul li span{
-    font-size: 1rem;
-    margin-left: 0.3125rem;
-}
-.top-nav ul li.click{
-    color: #508FF4;
-    border-bottom: 0.1875rem solid #508FF4;
-}

+ 0 - 327
nngkxxdp/src/main/resources/static/nnzwminiapp/pages/css/menu.css

@@ -1,327 +0,0 @@
-.content {
-    background: #fff;
-    border-radius: 0.9375rem 0.9375rem 0 0;
-}
-
-.content .title {
-    display: flex;
-    justify-content: space-between;
-    padding: 0.3125rem 0.625rem;
-    height: 1.875rem;
-    line-height: 1.875rem;
-    color: #333;
-    font-weight: bold;
-}
-
-.content .title img {
-    width: 1.125rem;
-}
-
-.content .title span {
-    font-size: 0.75rem;
-    margin-left: 0.1875rem;
-    color: #666;
-    font-weight: 500;
-}
-
-.content .years {
-    color: #333;
-    font-size: 0.875rem;
-    text-align: center;
-    height: 0.875rem;
-    line-height: 0.875rem;
-}
-
-.content .week,
-.content .date {
-    width: 95%;
-    height: 1.875rem;
-    line-height: 1.875rem;
-    margin: 0.625rem auto;
-    color: #333;
-    display: flex;
-    justify-content: space-around;
-}
-
-.content .week {
-    background: #EFEFEF;
-    font-size: 0.7375rem;
-}
-
-.content .date li {
-    font-size: 0.9375rem;
-    height: 1.5625rem;
-    line-height: 1.5625rem;
-}
-
-.content .week li {
-    float: left;
-}
-
-.content .date li.click {
-    width: 1.25rem;
-    text-align: center;
-    background: #508FF4;
-    color: #fff;
-    border-radius: 0.3125rem;
-}
-
-.content .tips {
-    width: 96%;
-    height: 2.8125rem;
-    line-height: 2.8125rem;
-    text-align: center;
-    padding-top: 0.625rem;
-    color: #783C00;
-    margin: auto;
-    margin-bottom: 0.3125rem;
-    background-image: url(../images/tips.png);
-    background-size: 100% 100%;
-}
-
-.content .variety {
-    display: flex;
-}
-
-.content .variety .time-solt {
-    width: 30%;
-    background: #EFEFEF;
-}
-
-.content .variety .food-type {
-    width: 70%;
-}
-
-.content .variety .time-solt ul li,
-.content .variety .time-solt ul li .last {
-    display: flex;
-    align-items: center;
-}
-
-.content .variety .time-solt ul li.click {
-    background: #fff;
-    font-style: italic;
-}
-
-.content .variety .time-solt ul li {
-    padding: 1.25rem 0 1.25rem 0.625rem;
-}
-
-.content .variety .time-solt ul li:nth-child(2n) {
-    padding-left: 0.3125rem;
-}
-
-.content .variety .time-solt ul li:last-child {
-    display: block;
-}
-
-.content .variety .time-solt ul li img {
-    width: 1.25rem;
-}
-
-.content .variety .time-solt ul li span {
-    letter-spacing: 0.125rem;
-    margin-left: 0.5rem;
-    font-size: 0.7375rem;
-}
-
-.content .variety .time-solt ul li:nth-child(2n) img {
-    width: 1.5625rem;
-}
-
-.content .variety .time-solt .sale-time {
-    color: #666;
-    font-size: 0.6875rem;
-}
-
-.content .variety .time-solt .sale-time p {
-    margin-top: 0.1875rem;
-}
-
-.content .variety .food-width {
-    margin-bottom: 1.625rem;
-    padding: 0 0.9375rem;
-}
-
-.content .variety .food-width .foot-title {
-    color: #333;
-    font-weight: bold;
-    font-size: 0.8375rem;
-    letter-spacing: 0.125rem;
-    margin-bottom: 0.625rem;
-}
-
-.content .variety .food-width ul li {
-    display: flex;
-    margin-bottom: 0.625rem;
-}
-
-.content .variety .food-width ul li .img {
-    width: 5.625rem;
-    height: 3.75rem;
-    border-radius: 0.375rem;
-}
-
-.content .variety .food-width ul li p {
-    font-size: 0.8375rem;
-    color: #333;
-    margin-top: 0.3125rem;
-}
-
-.content .variety .food-width ul li .cont {
-    width: 70%;
-    display: flex;
-    flex-direction: column;
-    justify-content: space-between;
-    margin-left: 0.625rem;
-}
-
-.content .variety .food-width ul li .contl {
-    width: 70%;
-    display: flex;
-    flex-direction: column;
-    justify-content: center;
-    margin-left: 0.625rem;
-    font-size: 0.8375rem;
-    color: #333;
-}
-
-.content .variety .food-width ul li .comment img {
-    width: 0.75rem;
-}
-
-.content .variety .food-width ul li .comment {
-    font-size: 0.7rem;
-    color: #999;
-    display: flex;
-    justify-content: space-between;
-}
-
-.content .variety .food-width ul li .comment div {
-    display: flex;
-    align-items: center;
-}
-
-.content .variety .food-width ul li .comment span {
-    margin-left: 0.3125rem;
-}
-
-/*评价弹框*/
-.evaluate {
-    position: absolute;
-    top: 30%;
-    width: 100%;
-    display: flex;
-    flex-direction: column;
-    align-items: center;
-    z-index: 999;
-}
-
-.evaluate .close {
-    width: 1.875rem;
-    margin-top: 2.5rem;
-}
-
-.conment-release {
-    width: 20rem;
-    height: 25rem;
-    padding: 0.9375rem;
-    box-sizing: border-box;
-    background-color: #fff;
-    border-radius: 0px 0.75rem 0px 0.75rem;
-}
-
-.conment-release .title {
-    display: flex;
-    height: 3.75rem;
-    font-size: 0.8375rem;
-    color: #333;
-}
-
-.conment-release .title img {
-    width: 5.625rem;
-    height: 3.75rem;
-    border-radius: 0.375rem;
-}
-
-.conment-release .title .contl {
-    width: 70%;
-    display: flex;
-    flex-direction: column;
-    justify-content: flex-start;
-    margin-left: 0.625rem;
-    font-size: 0.9375rem;
-    letter-spacing: 0.125rem;
-    color: #333;
-}
-
-.conment-release .score {
-    height: 2.5rem;
-    display: flex;
-    justify-content: flex-start;
-    align-items: center;
-}
-
-.conment-release .message {
-    display: flex;
-    height: 6.25rem;
-}
-
-.conment-release .message span,
-.conment-release .score span {
-    font-size: 0.875rem;
-    color: #333;
-}
-
-.conment-release .message textarea {
-    width: 80%;
-    color: #333;
-    font-size: 0.875rem;
-}
-
-.conment-release .message textarea::placeholder {
-    color: #999;
-}
-
-.conment-release .upload {
-    display: flex;
-    justify-content: space-between;
-}
-
-.conment-release .upload div {
-    width: 8.4375rem;
-    height: 4.375rem;
-    display: flex;
-    flex-direction: column;
-    justify-content: center;
-    align-items: center;
-    border: 1px dotted #999;
-    border-radius: 0.3125rem;
-}
-
-.conment-release .upload div img {
-    width: 1.375rem;
-}
-
-.conment-release .upload div p {
-    color: #333;
-    font-size: 0.8125rem;
-}
-
-.conment-release .release {
-    display: flex;
-    justify-content: center;
-    margin-top: 2.5rem;
-}
-
-.conment-release .release button {
-    width: 5.825rem;
-    height: 2rem;
-    line-height: 2rem;
-    font-size: 0.875rem;
-    color: #fff;
-    text-align: center;
-    letter-spacing: 0.125rem;
-    background: #FF6C00;
-    border-radius: 1.875rem;
-}

+ 0 - 96
nngkxxdp/src/main/resources/static/nnzwminiapp/pages/css/start.css

@@ -1,96 +0,0 @@
-.nav{
-    height: 23px;
-    width: 185px;
-	background: url(../images/star-matrix.png) no-repeat;
-	position: relative;
-}
-
-/* .onestart{
-	background-position: 0px -16px;
-}
-.twostart{
-	background-position: 0px -32px;
-}
-.threestart{
-	background-position: 0px -48px;
-}
-
-.fourstart{
-	background-position: 0px -64px;
-}
-
-.fivestart{
-	background-position: 0px -80px;
-} */
-
-.onestart{
-	background-position: 0px -30px;
-}
-.twostart{
-	background-position: 0px -60px;
-}
-.threestart{
-	background-position: 0px -90px;
-}
-
-.fourstart{
-	background-position: 0px -120px;
-}
-
-.fivestart{
-	background-position: 0px -150px;
-}
-
-.nav li{
-	height: 30px;
-	width: 30px;
-	list-style: none;
-	float: left;
-}
-.nav li a{
-	height: 30px;
-	width: 30px;
-	position: absolute;
-	text-decoration: none;
-	display: inline-block;
-	text-indent: -99999px;
-	z-index: 10;
-}
-.nav li a:hover{
-	left: 0px;
-	width: 80px;
-	z-index: 7;
-	background: url(../images/star-matrix.png) no-repeat;
-}
-
-/* .nav .onestart  a:hover{
-	background-position: 0px -96px;
-}
-.nav .twostart  a:hover{
-	background-position: 0px -112px;
-}
-.nav .threestart  a:hover{
-	background-position: 0px -128px;
-}
-.nav .fourstart  a:hover{
-	background-position: 0px -144px;
-}
-.nav .fivestart  a:hover{
-	background-position: 0px -160px;
-} */
-.nav .onestart  a:hover{
-	background-position: 0px -180px;
-}
-.nav .twostart  a:hover{
-	background-position: 0px -210px;
-}
-.nav .threestart  a:hover{
-	background-position: 0px -240px;
-}
-.nav .fourstart  a:hover{
-	background-position: 0px -270px;
-}
-.nav .fivestart  a:hover{
-	background-position: 0px -30    0px;
-}
-

BIN
nngkxxdp/src/main/resources/static/nnzwminiapp/pages/images/star-matrix.png


BIN
nngkxxdp/src/main/resources/static/nnzwminiapp/pages/images/top1.png


BIN
nngkxxdp/src/main/resources/static/nnzwminiapp/pages/images/top2.png


BIN
nngkxxdp/src/main/resources/static/nnzwminiapp/pages/images/top3.png


BIN
nngkxxdp/src/main/resources/static/nnzwminiapp/pages/images/type.png


BIN
nngkxxdp/src/main/resources/static/nnzwminiapp/pages/images/多边形 1 拷贝 2.png


BIN
nngkxxdp/src/main/resources/static/nnzwminiapp/pages/images/多边形 1 拷贝 3.png


BIN
nngkxxdp/src/main/resources/static/nnzwminiapp/pages/images/形状 944.png


+ 0 - 18
nngkxxdp/src/main/resources/static/nnzwminiapp/pages/logs/logs.js

@@ -1,18 +0,0 @@
-// logs.js
-const util = require('../../utils/util.js')
-
-Page({
-  data: {
-    logs: []
-  },
-  onLoad() {
-    this.setData({
-      logs: (wx.getStorageSync('logs') || []).map(log => {
-        return {
-          date: util.formatTime(new Date(log)),
-          timeStamp: log
-        }
-      })
-    })
-  }
-})

+ 0 - 4
nngkxxdp/src/main/resources/static/nnzwminiapp/pages/logs/logs.json

@@ -1,4 +0,0 @@
-{
-  "navigationBarTitleText": "查看启动日志",
-  "usingComponents": {}
-}

+ 0 - 6
nngkxxdp/src/main/resources/static/nnzwminiapp/pages/logs/logs.wxml

@@ -1,6 +0,0 @@
-<!--logs.wxml-->
-<view class="container log-list">
-  <block wx:for="{{logs}}" wx:key="timeStamp" wx:for-item="log">
-    <text class="log-item">{{index + 1}}. {{log.date}}</text>
-  </block>
-</view>

+ 0 - 8
nngkxxdp/src/main/resources/static/nnzwminiapp/pages/logs/logs.wxss

@@ -1,8 +0,0 @@
-.log-list {
-  display: flex;
-  flex-direction: column;
-  padding: 40rpx;
-}
-.log-item {
-  margin: 10rpx;
-}