1 Star 0 Fork 0

镜花/日本股票-UniAPP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
uni.scss 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
15139110371 提交于 2024-01-22 21:32 . 修改1.22
@import '@/uni_modules/uni-scss/variables.scss';
@import '@/uni_modules/uview-ui/theme.scss';
.flex{
display: flex;
align-items: center;
}
.flex_center{
display: flex;
justify-content: center;
align-items: center;
}
.flex_between{
display: flex;
justify-content: space-between;
align-items: center;
}
.col_between{
display: flex;
justify-content: space-between;
flex-direction: column;
}
.col_center{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.al_center{
display: flex;
align-items: center;
}
.el1{
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.el2{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
word-break: break-all;
}
.el3{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
word-break: break-all;
}
.el4{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
word-break: break-all;
}
.red{
color:rgb(235, 50, 58) !important;
}
.green{
color: rgb(26, 174, 82) !important;
}
.bg_red{
background:rgb(235, 50, 58) !important;
}
.bg_green{
background: rgb(26, 174, 82) !important;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hiphops/gupiao_riben_uniapp.git
git@gitee.com:hiphops/gupiao_riben_uniapp.git
hiphops
gupiao_riben_uniapp
日本股票-UniAPP
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385