|
@@ -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>
|