y595705120 3 years ago
parent
commit
b4294f8797
1 changed files with 25 additions and 0 deletions
  1. 25 0
      src/containers/login/login.vue

+ 25 - 0
src/containers/login/login.vue

@@ -46,6 +46,12 @@
       </el-row>
     </div>
 
+    <div class="right-nav">
+      <img class="right-img" src="../../assets/wxapp.jpg" alt="">
+      <p>使用小程序</p>
+      <p>学习更轻松</p>
+    </div>
+
 
     <div class="p-wrap-full ng-scope">
       <div class="title-box mt5 clear">
@@ -207,4 +213,23 @@ export default {
   text-align: center;
   color: #fff;
 }
+.right-nav {
+    width: 135px;
+    height: 180px;
+    background-color: #8bbdf5;
+    position: fixed;
+    transition: bottom ease .9s;
+    z-index: 3;
+    right: 9%;
+    bottom: 160px;
+    text-align: center;
+    border-radius: 5px;
+}
+.right-img {
+    display: inline-block;
+    border-radius: 30%;
+    width: 80%;
+    height: 64%;
+    margin: 11px auto 0;
+}
 </style>