1 Star 0 Fork 0

simon/zhuxueApp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
App.vue 1.91 KB
一键复制 编辑 原始数据 按行查看 历史
simon 提交于 2024-10-12 16:50 . tj
<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>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/simonHlf/zhuxueApp.git
git@gitee.com:simonHlf/zhuxueApp.git
simonHlf
zhuxueApp
zhuxueApp
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385