代码拉取完成,页面将自动刷新
<script>
export default {
onLaunch: function() {
// #ifdef APP-PLUS
plus.screen.lockOrientation("portrait-primary");
// #endif
},
onShow: function() {
},
onHide: function() {
}
}
</script>
<style lang="scss">
@import '@/static/css/common/common.scss';
@import url("/static/fonts/iconfont.css");
@import url("/static/css/common/common.css");
uni-toast .uni-simple-toast__text{
@media #{$pad}{
font-size: 18rpx;
padding: 15rpx 30rpx;
}
}
// uni-page-head{
// height: 60rpx !important;
// }
// //字体
// uni-page-head .uni-page-head__title{
// font-size: 38rpx !important;
// line-height: 60rpx !important;
// font-weight: normal;
// }
// //顶部导航条高度
// uni-page-head .uni-page-head{
// height: 60rpx !important;
// }
// //返回上一页面的icon
// uni-page-head .uni-btn-icon{
// font-size: 30rpx !important;
// line-height: 60rpx !important;
// }
/*每个页面公共css */
page{
@media #{$pad}{
font-size:$padSize18;
}
}
.loadingView{
height: 100vh;
flex-direction: column;
color: $pss-text-color8;
@include respTo(phone){
font-size: $font-size28;
}
@include respTo(pad){
font-size: $padSize18;
}
.loadTxt{
margin-top: 5rpx;
}
&.fixHei{
height: 600rpx;
}
}
.btnGroupBot{
@include respTo(phone){
height: 120rpx;
}
@include respTo(pad){
height: 90rpx;
}
width: 100%;
box-shadow: 0 -5rpx 8rpx rgba(0,0,0,.05);
display: flex;
justify-content: center;
align-items: center;
background: #fff;
position: fixed;
left: 0;
bottom: 0rpx;
z-index: 100;
&.noFixed{
position: static;
}
.comBtn{
@include respTo(phone){
width: 690rpx;
height: 80rpx;
line-height: 80rpx;
}
@include respTo(pad){
width: 100%;
margin: 0 20rpx;
height: 60rpx;
line-height: 60rpx;
font-size: $padSize18;
}
background: #ffa510;
border-radius: 50rpx;
}
}
</style>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。