Commit 98426b1e authored by liyadong's avatar liyadong

update code

parent cb042075
This diff is collapsed.
...@@ -117,32 +117,6 @@ ...@@ -117,32 +117,6 @@
width: 3.23rem; width: 3.23rem;
.ells(); .ells();
} }
//&.role1 {
// background: url("../images/role_img1.png") no-repeat center;
// background-size: auto .62rem;
//}
//
//&.role2 {
// background: url("../images/role_img2.png") no-repeat center;
// background-size: auto .62rem;
//}
//
//&.role3 {
// background: url("../images/role_img3.png") no-repeat center;
// background-size: auto .62rem;
//}
//
//&.role4 {
// background: url("../images/role_img4.png") no-repeat center;
// background-size: auto .62rem;
//}
//
//&.role5 {
// background: url("../images/role_img5.png") no-repeat center;
// background-size: auto .62rem;
//}
} }
.left { .left {
...@@ -801,7 +775,17 @@ ...@@ -801,7 +775,17 @@
} }
} }
} }
.code{
text-align: center;
padding: 1rem 0 .2rem;
img{
width: 3rem;
}
p{
padding: .2rem;
.fs(.32rem,#F3E1BE);
}
}
@keyframes Rotate { @keyframes Rotate {
0% { 0% {
......
...@@ -20,11 +20,11 @@ ...@@ -20,11 +20,11 @@
reSizeRem(); reSizeRem();
} }
</script> </script>
<link rel="stylesheet" href="{{ asset('postcard/css/style.css?v=2021060902') }}"> <link rel="stylesheet" href="{{ asset('postcard/css/style.css?v=2021060903') }}">
<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>
<script src="{{ asset('postcard/js/main.js?v=20210609') }}"></script> <script src="{{ asset('postcard/js/main.js?v=2021060903') }}"></script>
</head> </head>
<body> <body>
<div class="container postcard-container" id="test"> <div class="container postcard-container" id="test">
...@@ -148,6 +148,10 @@ ...@@ -148,6 +148,10 @@
<!--本地保存--> <!--本地保存-->
<a href="javascript:" class="btn-save"></a> <a href="javascript:" class="btn-save"></a>
</div> </div>
<div class="code">
<img src="{{ asset('postcard/images/ald_code.png') }}">
<p>长按二维码获取你的生涯战报</p>
</div>
</div> </div>
<div class="dialog dialog-img hide"> <div class="dialog dialog-img hide">
......
...@@ -19,10 +19,10 @@ ...@@ -19,10 +19,10 @@
reSizeRem(); reSizeRem();
} }
</script> </script>
<link rel="stylesheet" href="{{ asset('postcard/css/style.css?v=2021060902') }}"> <link rel="stylesheet" href="{{ asset('postcard/css/style.css?v=2021060903') }}">
<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('js/toast.js') }}"></script> <script src="{{ asset('js/toast.js') }}"></script>
<script src="{{ asset('postcard/js/main.js?v=20210609') }}"></script> <script src="{{ asset('postcard/js/main.js?v=2021060903') }}"></script>
</head> </head>
<body> <body>
<div class="container home-container"> <div class="container home-container">
......
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