[TOC]
#### Css3 Loading 组件
1. 根目录新建base文件夹 创建 Loading 组件
~~~
<template>
<div class="loader"></div>
</template>
<script>
export default {
name : 'Loading'
}
</script>
<style scoped>
.loader {
position: relative;
width: 2.5em;
height: 2.5em;
transform: rotate(165deg);
}
.loader:before, .loader:after {
content: '';
position: absolute;
top: 50%;
left: 50%;
display: block;
width: 0.5em;
height: 0.5em;
border-radius: 0.25em;
transform: translate(-50%, -50%);
}
.loader:before {
animation: before 2s infinite;
}
.loader:after {
animation: after 2s infinite;
}
@keyframes before {
0% {
width: 0.5em;
box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
}
35% {
width: 2.5em;
box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
}
70% {
width: 0.5em;
box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
}
100% {
box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
}
}
@keyframes after {
0% {
height: 0.5em;
box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
}
35% {
height: 2.5em;
box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
}
70% {
height: 0.5em;
box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
}
100% {
box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
}
}
/**
* Attempt to center the whole thing!
*/
html,
body {
height: 100%;
}
.loader {
position: absolute;
top: calc(50% - 1.25em);
left: calc(50% - 1.25em);
}
</style>
~~~
*****
2. man.js 中全局注册
~~~
import Vue from 'vue'
import './plugins/axios'
import App from './App.vue'
import router from './router'
import Axios from 'axios';
// import store from './store'
Vue.prototype.$http = Axios
Vue.config.productionTip = false
Vue.filter('FilterImg',function(url, value) {
return url.replace(/w\.h/, value)
})
// 全局注册 Loading 组件
import Loading from '../base/Loading'
Vue.component('Loading', Loading)
new Vue({
router,
render: h => h(App)
}).$mount('#app')
~~~
*****
3. 组件中引用
~~~
<template>
<div class="movie_body" ref="movie_body">
// Loading 未获取数据前显示
<Loading v-if="isLoading" />
// 获取数据后,Loading消失
<ul v-else>
<li v-if="RefreshMessage.length > 0">{{RefreshMessage}}</li>
<li v-for="item in movieList">
<div class="pic_show">
<img :src="item.img | FilterImg('128.180')">
</div>
<div class="info_list">
<h2>{{ item.nm }}</h2>
<p>
<span class="person">{{item.wish}}</span> 人想看
</p>
<p>主演: {{item.star}}</p>
<p> {{item.rt}} 上映</p>
</div>
<div class="btn_pre">预售</div>
</li>
</ul>
</div>
</template>
~~~
~~~
export default {
name: "Coming",
data() {
return {
movieList: [],
RefreshMessage: '',
// Loading 默认显示
isLoading: true
}
},
mounted() {
this.$http('/api/movieOnInfoList?cityId=10').then(res => {
if (res.data.msg === 'ok') {
this.movieList = res.data.data.movieList
// 数据请求成功后,Loading 消失
this.isLoading = false
~~~
- 起步
- 环境搭建
- mock数据
- 基础
- 生命周期
- 过滤器
- 过渡动画
- keyframes动画
- 动画JS钩子
- 路由
- 导航守卫
- 全局守卫
- 监听器
- 自定义组件
- 获取焦点
- mixins
- mixins抽离vuex
- 国际化
- 动态组件
- Dom
- 扩展
- 安装devTools
- scss
- Nuxt引用多个UI库
- vuex
- vuex命名空间
- vuex定义
- cli
- 安装与卸载
- 环境变量
- 杂项
- Mock数据
- FeHelper
- git
- 反向代理
- 本地存储
- stylus
- 常用mixins
- jsonp
- 配置
- mock配置
- 跨域配置
- 自定义路径
- px2rem
- 代理后端请求
- 常用算法
- 字母排序城市数据
- 倒计时
- 通讯录数据结构
- 请求
- axios防止多次请求
- 封装axios请求
- axios使用
- 封装axios
- 插件
- BetterScroll
- 高德定位
- polyfill
- fastClick
- LazyLoad
- storageCache
- moment
- keyFrameAnimation
- vueSwiper
- 组件
- Loading组件
- header组件
- 仿有道App导航
- SupportIcon
- 仿饿了么购物车跳动
- 购物车小球缓动
- 小球飞入购物车
- 仿音乐歌手列表
- 唱片飞入效果
- 搜索组件
- 仿美团PC搜索框
- 页面布局
- stickyFooter
- 背景色渐变
- 背景虚化
- Ui组件
- CubeUi
- CreateApi
- tab滑屏切换
- 索引列表
- BScroll
- BScroll左右联动导航
- vant
- 函数库
- 常用Dom函数库
- axios封装
- 格式化音乐播放时长
- 搜索节流
- time格式化
- JS基础
- window对象中的高度
- JS中的宽高
- 常用正则
- nuxt
- nuxtVuex
- 监听页面滚动
- 监听body滚动
- 监听局部滚动