Commit 18ef6a3c by 陈超

T

parent e42b954b
...@@ -105,32 +105,32 @@ div::-webkit-scrollbar { ...@@ -105,32 +105,32 @@ div::-webkit-scrollbar {
} }
.text_10_400 { .text_10_400 {
font-size: 0.625rem; font-size: 10px;
font-weight: 400; font-weight: 400;
} }
.text_12_400 { .text_12_400 {
font-size: 0.75rem; font-size: 12px;
font-weight: 400; font-weight: 400;
} }
.text_14_400 { .text_14_400 {
font-size: 0.875rem; font-size: 14px;
font-weight: 400; font-weight: 400;
} }
.text_14_600 { .text_14_600 {
font-size: 0.875rem; font-size: 14px;
font-weight: 600; font-weight: 600;
} }
.text_16_600 { .text_16_600 {
font-size: 1rem; font-size: 16px;
font-weight: 600; font-weight: 600;
} }
.divider { .divider {
height: 0.0625rem; height: 1px;
background: #E6E6E6; background: #E6E6E6;
} }
......
...@@ -180,8 +180,6 @@ ...@@ -180,8 +180,6 @@
<include file="__THEME__/public_footer_w3g"/> <include file="__THEME__/public_footer_w3g"/>
<script type="text/javascript"> <script type="text/javascript">
console.log("BaKanKa")
new Vue({ new Vue({
el: '#vueHome' el: '#vueHome'
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment