Commit 9f0d83fa authored by 顾敏's avatar 顾敏

Merge branch 'test' of http://gitlab.cccwangluo.com/zhoujun/uc_card into test

parents c7c55077 87fd37ef
This diff is collapsed.
...@@ -114,9 +114,11 @@ ...@@ -114,9 +114,11 @@
margin-left: .2rem; margin-left: .2rem;
display: inline-block; display: inline-block;
width: 2.6rem; width: 2.6rem;
.lh(.5rem); // .lh(.5rem);
min-height: .3rem;
padding: .08rem 0;
background: url("../images/wn_bg.png") no-repeat center; background: url("../images/wn_bg.png") no-repeat center;
background-size: 100% auto; background-size: 100% 100%;
.ells(); .ells();
.fs(.24rem, @baseColor); .fs(.24rem, @baseColor);
} }
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
reSizeRem(); reSizeRem();
} }
</script> </script>
<link rel="stylesheet" href="{{ asset('postcard/css/style.css?v=20211125') }}"> <link rel="stylesheet" href="{{ asset('postcard/css/style.css?v=2021112501') }}">
<script src="{{ asset('js/jquery.2.1.3.min.js') }}"></script> <script src="{{ asset('js/jquery.2.1.3.min.js') }}"></script>
<script src="{{ asset('postcard/js/html2canvas.js') }}"></script> <script src="{{ asset('postcard/js/html2canvas.js') }}"></script>
<script src="{{ asset('js/toast.js') }}"></script> <script src="{{ asset('js/toast.js') }}"></script>
......
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