Jelajahi Sumber

20210821 14-21

邪性 3 tahun lalu
induk
melakukan
0c69ba70c7
10 mengubah file dengan 49 tambahan dan 37 penghapusan
  1. 16 2
      .idea/workspace.xml
  2. 15 15
      css/components.css
  3. 1 1
      css/components.less
  4. 5 5
      css/exam_detail_img.css
  5. 1 3
      css/exam_detail_img.less
  6. 3 3
      css/index.css
  7. 5 5
      css/index.less
  8. TEMPAT SAMPAH
      imgs/app.png
  9. 2 2
      index.html
  10. 1 1
      js/components.js

+ 16 - 2
.idea/workspace.xml

@@ -3,7 +3,14 @@
   <component name="ChangeListManager">
     <list default="true" id="82570a17-8430-4238-ae79-81bbbd2de81f" name="Default Changelist" comment="">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/h_exam/exam_detail.html" beforeDir="false" afterPath="$PROJECT_DIR$/h_exam/exam_detail.html" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/css/components.css" beforeDir="false" afterPath="$PROJECT_DIR$/css/components.css" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/css/components.less" beforeDir="false" afterPath="$PROJECT_DIR$/css/components.less" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/css/exam_detail_img.css" beforeDir="false" afterPath="$PROJECT_DIR$/css/exam_detail_img.css" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/css/exam_detail_img.less" beforeDir="false" afterPath="$PROJECT_DIR$/css/exam_detail_img.less" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/css/index.css" beforeDir="false" afterPath="$PROJECT_DIR$/css/index.css" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/css/index.less" beforeDir="false" afterPath="$PROJECT_DIR$/css/index.less" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/imgs/app.png" beforeDir="false" afterPath="$PROJECT_DIR$/imgs/app.png" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/index.html" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/js/components.js" beforeDir="false" afterPath="$PROJECT_DIR$/js/components.js" afterDir="false" />
     </list>
     <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
@@ -528,7 +535,14 @@
       <option name="project" value="LOCAL" />
       <updated>1629508635835</updated>
     </task>
-    <option name="localTasksCounter" value="31" />
+    <task id="LOCAL-00031" summary="20210821 9-17">
+      <created>1629511399638</created>
+      <option name="number" value="00031" />
+      <option name="presentableId" value="LOCAL-00031" />
+      <option name="project" value="LOCAL" />
+      <updated>1629511399638</updated>
+    </task>
+    <option name="localTasksCounter" value="32" />
     <servers />
   </component>
   <component name="ToolWindowManager">

+ 15 - 15
css/components.css

@@ -120,7 +120,7 @@ body a {
   color: #777;
 }
 body a:hover {
-  color: #2382ff;
+  color: #03C762;
   text-decoration: none;
 }
 body::-webkit-scrollbar {
@@ -136,7 +136,7 @@ body::-webkit-scrollbar-thumb {
   background: #999;
 }
 body::-webkit-scrollbar-thumb:hover {
-  background: #2382ff;
+  background: #03C762;
 }
 body::-webkit-scrollbar-track {
   /*滚动条里面轨道*/
@@ -170,7 +170,7 @@ body::-webkit-scrollbar-track {
 .header .ha-item .img span {
   font-size: 30px;
   font-weight: bold;
-  color: #2382ff;
+  color: #03C762;
   display: block;
   line-height: 70px;
 }
@@ -186,9 +186,9 @@ body::-webkit-scrollbar-track {
   }
 }
 .header .ha-item .button .button {
-  color: #2382ff;
+  color: #03C762;
   padding: 10px;
-  border: 2px solid #2382ff;
+  border: 2px solid #03C762;
   margin-top: 13px;
   text-align: center;
   font-size: 20px;
@@ -206,7 +206,7 @@ body::-webkit-scrollbar-track {
 }
 .header .ha-item .app a {
   text-decoration: none;
-  color: #2382ff;
+  color: #03C762;
 }
 .header .ha-item .app a img {
   width: 50px;
@@ -226,7 +226,7 @@ body::-webkit-scrollbar-track {
   }
 }
 .header .hb-item .nav > .nav-item > a.active {
-  color: #2382ff;
+  color: #03C762;
 }
 .header .hb-item .nav .nav-item {
   padding: 0 20px;
@@ -246,7 +246,7 @@ body::-webkit-scrollbar-track {
   color: #e6e6e6;
 }
 .header .hb-item .nav .nav-item a:hover {
-  color: #2382ff;
+  color: #03C762;
 }
 .header .hb-item .nav .nav-item .nav-ul {
   display: none;
@@ -263,7 +263,7 @@ body::-webkit-scrollbar-track {
   list-style: none;
 }
 .header .hb-item .nav .nav-item .nav-ul .nav-li:hover {
-  background-color: #2382ff;
+  background-color: #03C762;
 }
 .header .hb-item .nav .nav-item .nav-ul .nav-li:hover a {
   color: #fff;
@@ -298,7 +298,7 @@ body::-webkit-scrollbar-track {
   height: 0;
 }
 #nav-sm > ul > li > a.active {
-  color: #2382ff;
+  color: #03C762;
 }
 #nav-sm ul {
   padding-inline-start: 0;
@@ -315,7 +315,7 @@ body::-webkit-scrollbar-track {
   text-decoration: none;
 }
 #nav-sm ul li a:hover {
-  color: #2382ff;
+  color: #03C762;
 }
 #nav-sm ul li .nav-sm-ul {
   display: flex;
@@ -424,7 +424,7 @@ body::-webkit-scrollbar-track {
   padding-bottom: 10px;
 }
 .body .my-comment .comment .nocomment:hover {
-  color: #2382ff;
+  color: #03C762;
 }
 .body .my-comment .comment .user {
   width: 100%;
@@ -476,7 +476,7 @@ body::-webkit-scrollbar-track {
 }
 .body .my-nav ul .active {
   color: black;
-  border-bottom: 3px solid #2382ff;
+  border-bottom: 3px solid #03C762;
   font-weight: bold;
 }
 .body .my-list .list-item {
@@ -583,7 +583,7 @@ body::-webkit-scrollbar-track {
 #share > div:first-child {
   height: 132px;
   box-sizing: border-box;
-  background-color: #2382ff;
+  background-color: #03C762;
   color: #fff;
   font-size: 15px;
   width: 30px;
@@ -730,7 +730,7 @@ body::-webkit-scrollbar-track {
   background: #999;
 }
 #imglist::-webkit-scrollbar-thumb:hover {
-  background: #2382ff;
+  background: #03C762;
 }
 #imglist::-webkit-scrollbar-track {
   /*滚动条里面轨道*/

+ 1 - 1
css/components.less

@@ -1,6 +1,6 @@
 @title-top: #3181ff;
 @title-bg: #e0ecff;
-@body-bg: #2382ff;
+@body-bg: #03C762;
 
 
 // 通用样式

+ 5 - 5
css/exam_detail_img.css

@@ -131,7 +131,7 @@
   color: #999;
 }
 .body .edi-body .edi-user .right i {
-  background-color: #2382ff;
+  background-color: #03C762;
   font-size: 25px;
   width: 45px;
   height: 45px;
@@ -191,7 +191,7 @@
   border-radius: 30px;
   background-color: #eef5ff;
   padding: 6px 20px;
-  color: #2382ff;
+  color: #03C762;
 }
 .body .edi-body .edi-open span i {
   margin-left: 5px;
@@ -254,7 +254,7 @@
   }
 }
 .body .prog .title {
-  color: #2382ff;
+  color: #03C762;
   position: absolute;
   top: 10px;
 }
@@ -285,7 +285,7 @@
 .body .prog .flex .pro .pro-content {
   width: 0%;
   height: 100%;
-  background-color: #2382ff;
+  background-color: #03C762;
 }
 .body .prog .flex .pro .icon {
   position: absolute;
@@ -303,7 +303,7 @@
   width: 100px;
   position: absolute;
   top: 20px;
-  color: #2382ff;
+  color: #03C762;
 }
 .body .prog .flex .button {
   width: 80px;

+ 1 - 3
css/exam_detail_img.less

@@ -1,6 +1,4 @@
-@title-top: #3181ff;
-@title-bg: #e0ecff;
-@body-bg: #2382ff;
+@body-bg: #03C762;
 .header{
   max-width: 768px;
   margin-left: calc(~"50vw - 389px");

+ 3 - 3
css/index.css

@@ -45,7 +45,7 @@
   border-bottom: 3px solid #a94442;
 }
 .body .hotspot h4 a .a {
-  border-bottom: 3px solid #2382ff;
+  border-bottom: 3px solid #03C762;
 }
 .body .hotspot ul {
   padding-left: 20px;
@@ -76,8 +76,8 @@
 }
 .body .title-style .h4 {
   padding: 15px;
-  border-top: 2px solid #3181ff;
-  background-color: #e0ecff;
+  border-bottom: 2px solid #03C762;
+  background-color: #cdf5df;
   vertical-align: middle;
 }
 .body .scroll-style ul {

+ 5 - 5
css/index.less

@@ -1,6 +1,6 @@
-@body-bg:#2382ff;
-@title-top:#3181ff;
-@title-bg: #e0ecff;
+@body-bg:#03C762;
+@title-top:#03C762;
+@title-bg: #cdf5df;
 .body {
   // 行头
   .row-style {
@@ -52,7 +52,7 @@
         }
 
         .a {
-          border-bottom: 3px solid #2382ff;
+          border-bottom: 3px solid @body-bg;
         }
       }
     }
@@ -89,7 +89,7 @@
     }
     .h4 {
       padding: 15px;
-      border-top: 2px solid @title-top;
+      border-bottom: 2px solid @title-top;
       background-color: @title-bg;
       vertical-align: middle;
     }

TEMPAT SAMPAH
imgs/app.png


+ 2 - 2
index.html

@@ -151,7 +151,7 @@
           <!-- 网页第三行 -->
           <div class="row row-style">
             <div class="title-style">
-              <h4 class="h4"><i class="glyphicon glyphicon-book"></i>最新考试</h4>
+              <h4 class="h4"><i class="glyphicon glyphicon-tasks"></i>最新考试</h4>
               <div class="content-style row">
                 <div class="col col-sm-4 col-sm-12">
                   <div class="hotspot flex-item-style">
@@ -200,7 +200,7 @@
           <!-- 网页第四行 -->
           <div class="row row-style">
             <div class="title-style zhuantizixun">
-              <h4 class="h4"><i class="glyphicon glyphicon-book"></i>资讯专题</h4>
+              <h4 class="h4"><i class="glyphicon glyphicon-tasks"></i>资讯专题</h4>
               <div class="content-style row zhuantizixun">
                 <div class="col col-sm-4 col-sm-12 zhuantizixun">
                   <div class="hotspot flex-item-style">

+ 1 - 1
js/components.js

@@ -234,7 +234,7 @@ $(function () {
         text: window.location.href,
         width: 100,
         height: 100,
-        colorDark: "#000000",
+        colorDark: "#03C762",
         colorLight: "#ffffff",
         correctLevel: QRCode.CorrectLevel.H
       });