1 Star 0 Fork 2

xt / 外卖接单骑手端

forked from 徐飞 / 外卖接单骑手端 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
App.vue 2.26 KB
一键复制 编辑 原始数据 按行查看 历史
徐飞 提交于 2022-10-09 22:43 . first commit
<script>
export default {
onLaunch: function() {
console.log('App Launch')
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
},
methods: {
}
}
</script>
<style lang="scss">
@import url("static/css/iconfont.css");
@import url("static/css/animate.css");
@import "uview-ui/index.scss";
button::after {
border: none;
}
button {
background: none;
margin: 0;
}
/*每个页面公共css */
page,
view,
text,
image,
swiper,
swiper-item,
navigator,
video {
box-sizing: border-box;
}
.main {
max-width: 750rpx;
color: #333
}
.division {
width: 100%;
height: 15rpx;
background-color: #F7F7F7;
clear: both;
}
/* .article .text{
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
padding: 0 !important;
margin: 10rpx 0 !important;
} */
.ellipsis {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.button-hover {
background-color: rgba(255, 255, 255, 1);
opacity: .6;
}
/* .button-hover {
background: rgba(255, 255, 255, 1);
position: relative;
//隐藏溢出的径向渐变背景
overflow: hidden;
width: 100%;
height: 100%;
}
.button-hover:after {
border-radius: 100%;
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
pointer-events: none;
//设置径向渐变
background-image: radial-gradient(circle, #666 10%, transparent 10.01%);
background-repeat: no-repeat;
background-position: 50%;
transform: scale(10, 10);
opacity: 0;
transition: transform .3s, opacity .5s;
}
.button-hover:active:after {
transform: scale(0, 0);
opacity: .3;
//设置初始状态
transition: 0s;
}
*/
.hide {
display: none;
}
.show {
display: block;
}
.isOver {
width: 100%;
text-align: center;
font-size: 28rpx;
color: rgba(0, 0, 0, .4);
padding: 40rpx;
}
.zwsj {
width: 100%;
text-align: center;
padding: 50rpx 0;
font-size: 26rpx;
color: #666;
}
.animated {
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
</style>
1
https://gitee.com/xutao11/waimaiqishou.git
git@gitee.com:xutao11/waimaiqishou.git
xutao11
waimaiqishou
外卖接单骑手端
master

搜索帮助