1 Star 0 Fork 0

1755616537/wxdiancan

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 825 Bytes
一键复制 编辑 原始数据 按行查看 历史
tdxing 提交于 2020-11-02 16:32 . 第一次提交。
/**app.wxss**/
/* .container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
} */
.container {
display: flex;
flex-direction: column;
min-height: 100%;
}
/*个人中心的条目布局,全局统一布局 */
.my_item {
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
padding: 17px;
background: white;
border-bottom: 1px solid gainsboro;
}
.line_5px {
height: 15px;
}
.line_8pt {
height: 8pt;
}
.line_1px {
height: 1px;
background: gainsboro
}
.right_arrow {
border: solid black;
border-width: 0 3px 3px 0;
padding: 3px;
position: absolute;
right: 15px;
/* margin-left: 66%; */
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zhazhaa/wxdiancan.git
git@gitee.com:zhazhaa/wxdiancan.git
zhazhaa
wxdiancan
wxdiancan
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385