切换导航条
此项目
正在载入...
登录
miniprogram
/
shop
·
提交
转到一个项目
GitLab
转到群组
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
乔爽
2019-03-06 19:48:00 +0800
提交
2babdf62b08038dd5a0463830f90f5684036c616
1 个父辈
49ad3f17
update
隐藏空白字符变更
内嵌
并排对比
正在显示
4 个修改的文件
包含
30 行增加
和
3 行删除
app.json
pages/mine/collect/collect.json
pages/mine/collect/collect.wxml
pages/mine/collect/collect.wxss
app.json
查看文件 @
2babdf6
{
"pages"
:
[
"pages/mine/collect/collect"
,
"pages/mine/addr_2/addr_2"
,
"pages/mine/addr_1/addr_1"
,
"pages/homeindex/homeindex"
,
...
...
@@ -8,7 +8,7 @@
"pages/logs/logs"
,
"pages/kind/kind"
,
"pages/mine/mine"
,
"pages/mine/collect"
"pages/mine/collect
/collect
"
],
"window"
:
{
"backgroundTextStyle"
:
"light"
,
...
...
pages/mine/collect/collect.json
查看文件 @
2babdf6
{
"navigationBarTitleText"
:
"
新增地址
"
,
"navigationBarTitleText"
:
"
我的收藏
"
,
"navigationBarBackgroundColor"
:
"#6EAC3D"
,
"navigationBarTextStyle"
:
"white"
}
\ No newline at end of file
...
...
pages/mine/collect/collect.wxml
查看文件 @
2babdf6
<view class='container'>
<view class='mid'>
<view class='mid_item'>
</view>
</view>
</view>
\ No newline at end of file
...
...
pages/mine/collect/collect.wxss
查看文件 @
2babdf6
.container{
width: 750rpx;
display: flex;
align-items: center;
flex-flow: column;
}
.mid{
margin-top: 32rpx;
display: flex;
}
.mid_item{
width:688rpx;
height:400rpx;
background:rgba(249,250,252,1);
opacity:1;
border-radius:8rpx;
display: flex;
}
\ No newline at end of file
...
...
请
注册
或
登录
后发表评论