2 Star 0 Fork 0

泉子 / zdfdd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 881 Bytes
一键复制 编辑 原始数据 按行查看 历史
泉子 提交于 2020-03-03 01:26 . ui
/**app.wxss**/
.noData {
text-align: center;
}
.noData image {
width: 240rpx;
height: 240rpx;
display: block;
margin: auto;
}
.noData .text {
line-height: 30px;
color: #999;
}
.tips-upwarp {
padding: 10px 0;
text-align: center;
}
.tips-upwarp .upwarp-tip {
display: inline-block;
font-size: 12px;
color: gray;
vertical-align: middle;
}
.tips-upwarp .upwarp-progress {
display: inline-block;
width: 16px;
height: 16px;
border-radius: 50%;
border: 1px solid gray;
margin-right: 8px;
border-bottom-color: transparent;
vertical-align: middle;
}
.tips-rotate {
-webkit-animation: tipsRotate 0.6s linear infinite;
animation: tipsRotate 0.6s linear infinite;
}
@keyframes tipsRotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
微信
1
https://gitee.com/wuwq_327/zdfdd.git
git@gitee.com:wuwq_327/zdfdd.git
wuwq_327
zdfdd
zdfdd
master

搜索帮助