1 Star 0 Fork 20

丶Forヾ/小说部分代码

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
App.vue 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
burtyang 提交于 2019-06-27 12:31 . first commit
<script>
export default {
async onLaunch() {
},
onShow: function () {
//console.log('App Show')
},
onHide: function () {
//console.log('App Hide')
}
}
</script>
<style lang="less">
@import "style/uni.css";
@import "style/iconfont.css";
/* @import "graceUI/graceUI.css"; */
*{margin:0; padding: 0; line-height: initial;}
ul,li{
list-style: none;
}
a{
text-decoration: none;
}
page{
background: #f8f8f8;
color: #333;
font-size: 28upx;
}
view{
line-height: initial;
}
.flex{
display: flex;
align-items: center;
}
/*白色背景*/
.white_bg{
background: #f8f8f8;
}
/*左右内距20upx*/
.padding10{
padding:0 20upx;
box-sizing: border-box;
}
/*距离上边距30upx*/
.margin_top30{
margin-top:30upx;
}
.borderBox{
box-sizing: border-box;
}
.borderRadius{
border-radius: 50%;
}
.burt_ellipsis{
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
/**超出两行省略号**/
.burt_ellipsis2{
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
}
</style>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yszl/xiaoshuobufendaima.git
git@gitee.com:yszl/xiaoshuobufendaima.git
yszl
xiaoshuobufendaima
小说部分代码
master

搜索帮助