代码拉取完成,页面将自动刷新
/**
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
* 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
*/
@import "uview-ui/theme.scss";
@import "uview-ui/index.scss";
$PageStyleBak: #fff; //主题色
$PageStyleColor: #4393ff; //主题色
$PageSizeFont: 28rpx; //全局字体大小
$PageSizeColor: #333; //全局字体大小
// 整体背景颜色
uni-page-body{
font-size: $PageSizeFont;
color: $PageSizeColor;
background-color: $PageStyleBak; //$PageStyleBak
padding: 0px;
}
.pageContent{
background-size: 100%;
display: flex;
height: 100vh;
flex-direction: column;
padding: 10rpx;
}
//导航栏字体
.uni-page-head .uni-page-head__title{
font-size: $PageSizeFont !important;
}
// tab图标
.uni-tabbar .uni-tabbar__icon {
width: 22px !important;
height: 22px !important;
}
// 固定 审核模块盒子
.fixButtonGroupFixBox{
width: 100%;
height: 120rpx;
}
.u-loadmore{
width: 100%;
height: 65rpx !important;
background: #eee !important;
position: fixed;
bottom: 0px !important;
padding: 0px !important;
margin: 0px !important;
box-shadow: 1px 24px 23px 11px black;
/deep/ .u-loadmore__content__text{
color: #333 !important;
}
}
// 操作菜单
.overActionSheet{
/deep/ .u-action-sheet__item-wrap{
height: 500px;
overflow: scroll;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。