2 Star 1 Fork 0

流行守望者/xielianHealth

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
App.vue 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
tangze 提交于 2021-11-24 18:58 +08:00 . 其他三个商城底部导航栏跳转
<script>
export default {
onLaunch: function() {
console.log('App Launch')
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
}
}
</script>
<style lang="scss">
@import "uview-ui/index.scss";
@import "uview-ui/demo.scss";
/*每个页面公共css */
page{
background-color: #f7f7f7;
}
//购物车多选框
/*checkbox 选项框大小 */
uni-checkbox .uni-checkbox-input{
width: 30rpx !important;
height: 30rpx !important;
border-radius: 30rpx;
}
/*checkbox选中后样式 */
uni-checkbox .uni-checkbox-input.uni-checkbox-input-checked{
background: red;
}
/*checkbox点击后边框 */
uni-checkbox:not([disabled]) .uni-checkbox-input:hover {
border: 1px solid #d1d1d1;
}
/*checkbox选中后图标样式 */
uni-checkbox .uni-checkbox-input.uni-checkbox-input-checked::before{
width: 20rpx;
height: 20rpx;
line-height: 20rpx;
text-align: center;
font-size: 18rpx;
color: #fff;
background: transparent;
transform: translate(-70%, -50%) scale(1);
-webkit-transform: translate(-70%, -50%) scale(1);
}
</style>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liuxingshouwangzhe/xielianHealth.git
[email protected]:liuxingshouwangzhe/xielianHealth.git
liuxingshouwangzhe
xielianHealth
xielianHealth
master

搜索帮助